Browsing Tag
frontend
202 posts
Episode 23/24: Angular 16, RFCs for Deferred Loading and built-in Control-Flow
Angular 16.1 added support for using the native fetch method in the HttpClient and introduces a transform function…
Javascript Objects: Best Practices
While working on Javascript we have to deal with objects as its a building block of the Javascript.…
Create your own Snake Game🤩 with Javascript!
Excited to build your own Snake Game? 😃 Checkout the complete code here This project is completely built…
Safari goes all-in on images
I was pleasantly surprised to see that Apple will ship support for the JPEG XL and HEIC image…
Angular Code Structuring and Best Practices
A Guide to Maintainable and Scalable Angular Projects Building robust and scalable applications with Angular requires thoughtful code…
I built the same app 6 times! Which JS Framework is best?
Warning: This post contains a high dose of code, humor, and life-changing revelations. Proceed at your own risk.…
Speeding Up Page Load and Reducing the Amount of Time it Takes Using Responsive Images
Since there are many variables to take into account, including the image size, placement, display area, and user’s…
Is “this” tricky in Javascript? No way!😎
In JavaScript, the this keyword is a special identifier that refers to the context in which a function…
How many coding projects do I need on my resume?
It’s not as many as you’d think When considering the number of portfolio projects to include on your…
JavaScript: Function Types You Should Know!
Heyy, how are you?! Have you ever had to deal with some JavaScript functions just… they weren’t exactly…