Programming Deploying Rust Functions on AWS Lambda AWS Lambda is a serverless computing platform that lets you run code without provisioning or managing servers. The platform invokes your code in response to events such as HTTP requests. Chuma Umenze 3 Jul 2020 · 9 min read
Programming CS50: MIT's Scratch This is week 0. Like I said in my last post, each week has a problem set. Problem sets are exercises meant to test your knowledge, ability and understand of Chuma Umenze 12 Jun 2017 · 2 min read
Programming CS50: Harvard's Introduction to Computer Science Harvard University’s introduction to the intellectual enterprises of computer science and the art of programming for majors and non-majors alike, with or without prior programming experience. An entry-level course taught by David J. Malan, CS50x teaches students to think algorithmically Chuma Umenze 2 Apr 2017 · 2 min read
Programming Difference between Python 2 and Python 3 Many wonder the difference between Py3 and Py2. Some beginners are not sure which version of Python to learn. While most organizations still enjoys using Python 2.x, it is Chuma Umenze 5 Aug 2016 · 2 min read
Programming Setting up Development Environment So you’re may have finished your training as a developer or about to begin, what then? It’s setting up your development environment. This process has mostly been overlook Chuma Umenze 30 Jul 2016 · 2 min read
Programming The Zen of Coding (Python) The Zen of Python is an informational type proposal written by Tim Peters. It highlights the guiding principles for Python’s coding design into 20 aphorisms, only 19 of which Chuma Umenze 10 Mar 2016 · 1 min read
Programming Hello World! If you’re a fan of programming, you’d be familiar with the above syntax. The “Hello World!” program is usually the first program one write while learning a programming Chuma Umenze 28 Feb 2016 · 1 min read