
Create a Chat App API Using Python and GraphQL
In a previous article, we covered how to create a basic API using GraphQL and Python. In this mini-project below, we’ll use a GraphQL feature Read More
In a previous article, we covered how to create a basic API using GraphQL and Python. In this mini-project below, we’ll use a GraphQL feature Read More
Code reviews are a great way to learn. Letting automation handle minutiae like code style leaves more time for devs to look at the bigger Read More
Static code analysis allows developers to improve the codebase’s readability and consistency while finding possible bugs and anti-patterns. Source: Codementor
You’ve just graduated or completed a programming course and are looking for a vacancy to apply for. However, it looks like you can’t get a Read More
Some Java code tools recommended by developers include DeepSource, SonarQube, SpotBugs, and more. Source: Codementor
As the world is changing day by day, so is the way in which the people residing in it act and react to various situations. Read More
Static Code analysis is essentially code review performed by a computer. It finds & fixes code quality issues, runs fast and streamlines manual review. Here’s Read More
An brief introduction to S.O.L.I.D principles – foundational principles of creating well-crafted code using the well known principles; the foundation for the developing effective, maintainable, Read More
Learn how to use HackerRank to supercharge your Python programming skills, master data structures and algorithms and stand out to employers. Source: Codementor
Improve your Python programming skills with this fun challenge – validate an ISBN 10 number using the Python modulo operator. Source: Codementor