Day: September 27, 2022
17 posts
Explained in 5 Levels of Difficulty: Ecommerce by Medusa
At Medusa, we often write articles where we try to explain how to do different tasks with Medusa,…
Enable Dark Mode For Your Astro Website via CSS Variables
The use of a dark mode has grown in popularity. Many large websites and applications are developing their…
Should I use database index or not?
Indexes are a database structure to efficiently optimize your queries. A pointer is created to quickly find data…
Building event-driven API services using CQRS, API Gateway and Serverless
Developing API services using CQRS, API Gateway and Serverless combine three patterns, using the command query responsibility separation…
An E-commerce API
One of my most recent projects is an E-commerce API that has helped me solidify more advanced concepts…
Understanding Micro Front-ends !!
🔷 The idea behind Micro Front-ends is to think about a website or web app as a composition…
NLP@AWS Newsletter September 2022
Hello world. This is the September 2022 edition of the AWS Natural Language Processing(NLP) newsletter covering everything related…
Introducing Holopin: the digital badge platform for developers!
Holopin — the cool way to do digital badges We are so excited to introduce you to Holopin…
Vite + Module Federation: yes, we can
Microservices nowadays is a well-known concept and maybe you are using it in your current company. Do you…
Let’s try CDKTF (with Python)
Why CDKTF ? It’s been a few years that I heard about AWS CDK, an abstraction layer on…