Free certifications for developers.
Certifications can be costly, so I prepared a list of free ones you can take and enhance your credibility.

Search for a command to run...
Articles tagged with #javascript
Certifications can be costly, so I prepared a list of free ones you can take and enhance your credibility.

From zero to web developer - in 14 actionable steps.

Let's start! 1. concat() Returns a new array that is this array joined with other array(s) and/or value(s). const fruits = ['馃崏', '馃崕', '馃崚', '馃崒']; const vegetables = ['馃', '馃尳', '馃', '馃']; // 1. concat() const food = fruits.concat(vegetables); ...

Knowing how to learn programming is not easy. It is essential to have a structured plan. These repositories will help you on your learning path. This list will be updated frequently. Please add more resources in the comments and I'll include them in...

You should care about web performance. Web performance is important for user experience and SEO. Improving web performance increases the conversion rate. And we all want more profit, right? I share a lot of tips on how to improve web performance. Thi...

I created a new app for everyone. In this article, I will write about how I built it and what you can use it for. "Markdown Preview" If you're not interested in the development process, you can skip the rest of the article and visit the app: https://...
