Why so many Python projects lack dependencies management in git, and what you can do about it
February 15, 2022
/
3 -min read
Modern software is almost always dependent on external libraries. A software project rarely starts from…
Code review checklist: Why you need one and how to use it effectively
February 2, 2022
/
6 -min read
Bad code makes for a maintenance nightmare down the line. Once committed, bad code becomes…
Flutter vs. React Native
January 30, 2022
/
5 -min read
Mobile development is a gold mine for developers. Its popularity has exploded as much as…
Top 26 WebStorm plugins for JavaScript
January 16, 2022
/
8 -min read
There's more to JavaScript development than just making code. Effective developers often surround themselves with…
How to configure Eclipse for C/C++ development
October 7, 2021
/
6 -min read
Thirty-six years after its inception, C++ is a programming language that remains persistently popular. Partially…
How to run TypeScript in WebStorm
September 30, 2021
/
5 -min read
WebStorm is a JetBrains IDE that prides itself on being the "smartest JavaScript IDE" on…
How to install Django in PyCharm
September 26, 2021
/
5 -min read
PyCharm is the IDE that many Pythonists choose over other alternatives like Visual Studio and…
How to configure Sublime Text 4 for Python development
September 5, 2021
/
6 -min read
What do you need to develop in Python? The first thing on your list should…
How to set up virtual environment in PyCharm
August 28, 2021
/
7 -min read
PyCharm is the go-to IDE for Pythonists, no matter what the Python project is. From…