Kessir's Blog

Here I write mostly about software development.

AWS Cloud Development Kit

AWS Cloud Development Kit is a tool that allows you to define your AWS infrastructure in a programming language such as Typescript instead of Yaml or Json files. It currently supports TypeScript, Python, .NET, Java.

Why you should try TailwindCSS

TailwindCSS describes itself as "utility-first CSS framework". This means that instead of giving you ready-made components like card, nav, form-group, it gives you low-level utility classes such as font-size, padding, margin. It is almost like writing inline css.