Sugar syntax in TS/JS: sweetening your code 🍨

In the vast realm of programming languages, syntax dictates the structure and clarity of your code. While both TypeScript and JavaScript offer various syntactic constructs, “sugar syntax” refers to concise shortcuts that improve readability and maintainability. This article explores the key sugar syntax elements in these languages, equipping you to […]

Read More…

S3 buckets for high-performance static site hosting

Cloud AWS S3

S3 buckets (Simple Storage Service) are a robust, scalable object storage service that has become a popular choice for hosting static websites. By configuring an S3 bucket to serve as a web host, you can take advantage of its durability, availability, and cost-effectiveness. Key benefits of using S3 buckets for […]

Read More…

Array functions in Javascript ES6

Let’s look at array functions today. One of the best features that the new javascript offers is the ability to work on lists of data in a few lines of code. We have them all, from mapping to searching or data aggregation. Many of the functions used, in addition to […]

Read More…

NodeJS Express: basic guide to installation and use

NodeJS Express

NodeJS Express is a minimalist and flexible web application framework for Node.js. It provides a robust set of features for creating single-page, multi-page, and hybrid web applications. In this comprehensive guide, we will delve into the fundamental concepts of Node Express, covering everything from installation to building complex applications. We […]

Read More…

Making CSS hexagons

making css hexagons

I like the hexagons – it’s my favorite geometric shape. Not trivial as a circle can be, but not minimalist as are the forms “poorest” of angles, such as squares or triangles. Symmetry reigns supreme with them. This article is dedicated to all those people who are tired of border-radius […]

Read More…