Image

Consistency is crucial in coding, but it's equally important to avoid complacency. As developers, we must continually strive for improvement, embrace new technologies, and challenge ourselves to write cleaner, more efficient code. In this article, we will explore strategies to help you stay consistent while coding and avoid falling into the trap of complacency, ensuring that you remain on a path of continuous growth and improvement.

Why is code splitting an important skill to learn for every developer?

PROGRAMMING

Created - April 24, 2023

1. Why is code splitting an important skill to learn for every developer?

When designing your app's code architecture, it is very important to keep in mind the size of your bundle and plan accordingly to avoid the negative effects that come with large bundle sizes.

What is learning hell and how does it compare to tutorial hell?

PROGRAMMING

Created - Feb 10, 2023

2. What is learning hell and how does it compare to tutorial hell?

Every beginner has at one point fell into the endless pit of tutorial hell, and this doesn't only apply to new developers, but it is a universal consequence of learning a new skill. In this article we are going to discuss what learning hell is and the similarities it has to tutorial hell when it comes to newbie developers.

Restful APIs: A beginner's guide to REST APIs.

PROGRAMMING

Created - September 22, 2022

3. Restful APIs: A beginner's guide to REST APIs.

A REST API is an API that follows and conforms to the design principles of the REST Architectural style, it was first defined in the year 2000 by Dr. Roy Fielding in his doctoral dissertation, and has now emerged to be one of the primarily used API methods to connect components and applications in a microservice architecture, this is due to its high level of flexibility and freedom for developers.

Using Web Speech Api on mobile browsers.

WEB DEVELOPMENT

Created - August 27, 2022

4. Using Web Speech Api on mobile browsers.

Add text to speech to your website, whether it's on mobile or desktop, using the traditional Web Speech API with no additiional helpers or API's.

7 Reasons you should not learn coding just to get a job.

PROGRAMMING

Created - August 12, 2022

5. 7 Reasons you should not learn coding just to get a job.

Learning to code is the best thing one can do for themselves. There are many reasons a person may want to learn how to code, one of those is to get a tech job. In this article we are going to go over the reasons why you should not decide to learn to code just to land a job.

Send emails with Python using SMTP Server

WEB DEVELOPMENT

Created - June 10, 2022

6. Send emails with Python using SMTP Server

Python is one language that is versetile in what it does, and one major benefit is automation. In this article, learn how to send emails to all your users with python and SMTP.

5 Benefits of learning HTML and CSS.

WEB DEVELOPMENT

Created - June 04, 2022

7. 5 Benefits of learning HTML and CSS.

HTML and CSS are two of the most beginner friendly languages, and it makes a lot of sense to learn them. Why should you learn them? Here is why. The 5 benefits of learning these languages, read on.

Which programming language can I choose as a beginner?

WEB DEVELOPMENT

Created - May 27, 2022

8. Which programming language can I choose as a beginner?

Choosing a programming language as a beginner is not easy, there are a lot of languages and topics in programming to consider when making your decision. Let us go in depth discussing those topics and finally help you decide which language is good for you.

How to highlight markdown in ReactJS?

WEB DEVELOPMENT

Created - May 21, 2022

9. How to highlight markdown in ReactJS?

Ever wondered how websites like stackoverflow highlights their code snippets? Have you ever wanted to create your own blog with highlighted code without the hustle of using images? This blog is going to take you step by step and teach you how in an easy and concise way.