In this article, we’ll explore the inner workings of the UX engineering sphere: who are UX engineers? Which skills do they need? Would this job be the right fit for you? Let’s find out.
The Path of the Self-Taught Programmer: Avoiding Common Problems
In this article, we’ll explore how a self-taught programmer comes to be: which education opportunities they can utilize, which problems they may encounter, and whether this path is right for you.
Introduction to GitHub Desktop: A GUI Enhancement to a CLI Approach
In this article, we’ll explore various use cases of GitHub Desktop — GUI software designed to ehance your git workflow. Does it hold up against CLI git?
Python Array Explained and Visualized
In this tutorial, we’ll delve into how Python arrays work, what their limitations are, and how you can use them to maximize their efficiency.
PostgreSQL vs MySQL: Is There a Clear Winner?
In this article, we’ll analyze the differences between PostgreSQL and MySQL, the benefits they offer, and the problems they can introduce.
DigitalOcean vs. AWS: Comparing Offers and Choosing the Better Option
In this article, we’ll examine the services and products offered by DigitalOcean and AWS and see how they compare. Is there a clear winner?
Python zip() Function Explained and Visualized
Continuing our “Explaining Python Functions” series, we’re taking a closer look at the zip() function in Python. Its functionality may appear trivial, but it may very well surprise you with some of its quirky behaviors.
Overview of Natural Language Processing Using Python Libraries
In this article, we’ll explore various Python libraries designed for natural language processing and analyze the importance of this particular subfield.
Python map() Function Explained & Visualized
We’re taking a look at the map() function in Python. Its goal may appear rather simple (help the developer work with large sets of data), but there’s always more to learn.
Flask vs. Django: Let’s Choose the Right Framework for the Job
Python is an excellent choice for web development — thanks to frameworks like Flask and Django, building robust, high-performance web apps becomes much easier.The focus of this article is the following question: what are the differences between Flask and Django? The differences we’ll outline below will help you understand which framework to choose when building a web app.