Day: February 26, 2023
7 posts
22 Useful CSS Tips and Tricks Every Developer Should Know
🚨🚨 Note: All the tips, tricks shared in this article are part of GitHub repository css tips tricks…
AWS API gateway JWT Authorizer with zitadel
AWS API gateway introduced HTTP API endpoints based integration in recent 2-3 years and they are different from…
Build a Responsive Modal using CSS 🚀
👋 Hello, Dear developers 👩💻 Today we will be lookup on how to build a responsive modal using…
Mantenha o foco em entregar valor com DevOps, SRE e FinOps
Nesse texto irei trazer algumas coisas que demorei a aprender na trilha que segui de desenvolvimento de software,…
Build a CRUD Rest API in Go using Mux, Postgres, Docker and Docker Compose
Let’s create a CRUD Rest API in GO, using: Mux (Framework to build web servers in Go) Postgres…
Why you shouldn’t use slow regular expressions
Introduction Most of the regular expression engines use backtracking to try all possible execution paths of the regular…
Unions and Narrowing in TypeScript
Intro This is my first memorable article to publish on the DEV community. Currently, I am relearning TypeScript…