Development

Dive into the world of development—covering software, web, mobile, and game development. Learn about coding techniques, frameworks, tools, best practices, and project management to help you build high-quality, efficient, and scalable applications.

How to optimise images for your website
07 Apr 2025 4 minutes read 1.1k views

How to optimise images for your website

Learn how to optimise images for the web using modern techniques like WebP format and lazy loading. Improve your site’s loading speed, boost SEO, and enhance user experience with these simple yet effective strategies.

How to debug – Debugging Tips for Beginners
20 Jul 2020 6 minutes read 2.1k views

How to debug – Debugging Tips for Beginners

Debugging is a daunting thing to do if you are a beginner developer! So here I am going to tell you about methods that I use to debug my code! Depending on what you are trying to debug you may or may not be able to use these methods.

Learn CSS Basics – simple cheat sheet to boost your development skills
30 Jun 2020 6 minutes read 2.4k views

Learn CSS Basics – simple cheat sheet to boost your development skills

Learn CSS basics may seem like a hard task. But actually it is quite easy! In order to prove it to you, I have written a small CSS cheatsheet.

Optimize web page speed to improve Google Page Insight score
19 May 2020 4 minutes read 2.4k views

Optimize web page speed to improve Google Page Insight score

Web page speed is one of the most important things when you are developing a website, it can be quite easy to oversee some things! Never miss them again!

Image lazy loading – How to implement it with Javascript
15 May 2020 5 minutes read 1.9k views

Image lazy loading – How to implement it with Javascript

Image lazy loading is must in modern web development. This might and will affect your website SEO score. And can be easily implemented with a Javascript!

Adding a WordPress Post View Count without a plugin
08 May 2020 4 minutes read 4.4k views

Adding a WordPress Post View Count without a plugin

A short tutorial on how to add a simple post view count to any WordPress blog by yourself. It requires minimum time, and has a great effect on your blog!

How to become a web developer – a beginners guide
19 Apr 2020 7 minutes read 2.6k views

How to become a web developer – a beginners guide

Lately, many people are deciding to change their professions and become developers. And I understand them. But getting started can be quite daunting! That is why I have decided to write a small guide on how to become a developer.