Skip to main content
Articles & Insights

Blog

Technical articles on AI integration, web development, and emerging technologies.

🍬Syntactic sugar, diabetes alert🚨

Syntactic sugar is everywhere in JavaScript. Most will say it's JUST syntactic sugar - a tiny bit of candy that makes your coding life sweeter. Well, is it? A little bit of sugar here, a bit there… and before we know it, we already need an insulin shot. 

Serve an Angular app on localhost via HTTPS

Enabling HTTPS support via the Angular CLI is really straight forward, however generating a trusted certificate can be tricky. This article discusses how to achieve HTTPS on localhost for Angular applications.

ES6 — Set vs Array — What and when?

Some can argue that Set has more advantages compared to Array. Others may wonder why there is a need for Set now (we have been doing pretty well without one until now). What exactly differs these two and when to use one over the other?