Browsing Tag
coding
131 posts
Using the Logger Class in Python for Effective Logging
When to Use the Logger Class? Debugging and Troubleshooting: Detailed and customizable logs simplify identifying and rectifying issues…
Intro to game development
So if you want to make your own game, you need to follow a process. Let us discuss…
3 Habits You NEED to Master Coding
How to LEARN to CODE? That’s a question that I get asked quite often. So I decided to…
Starting with Rector PHP: Improving Your PHP Code with Automation
Maintaining clean and efficient code is crucial for project success. Rector PHP emerges as a powerful tool, offering…
When do you know you should change teams
So when do you know that you should change your team? And how do you select which team…
Abstract Classes in Python
Hey everyone! I’ve been working on HackerRank’s coding challenges and decided to start documenting what I learn so…
Why I got into a tech career?
Okay, so everyone has their own reasons for choosing tech as their career. I will share mine and…
Alternate Career Paths for Computer Science Graduates
So maybe you studied computer science at college but are not able to secure a job as a…
Beginner friendly programming languages
Here are some of the programming languages which I think are very beginner friendly: Python C C++ Java…
SQL Commands that every Developer should know
Here are some SQL commands that every developer should know: SELECT INSERT DROP TABLE UPDATE DELETE CREATE TABLE…