Browsing Tag
howto
5 posts
How to Retrieve and Export AWS Cost Data by Service Using Python
When managing cloud infrastructure, one of the most important tasks is to keep track of costs across different…
Python. Flipping Calendars.
In the modern digital era, calendars have become indispensable tools that help us organize our lives, manage time,…
You screwed your git history? Don’t panic!
Using git is a long journey. I’m still learning things even after a decade of using it daily…
How to Make OpenAI API to Return JSON
During OpenAI’s dev day, one of the major announcements was the ability to receive a JSON from the…
Minimalist web server for static files with Crystal
Problem Build a cross-platform web server to serve static files in the local folder. Test local HTML, CSS,…