Browsing Tag
howto
7 posts
How to Set Project Milestones That Actually Signal Progress
Milestones are meant to help project managers decide when it is safe to move forward. Yet many plans…
How to create a REST API in seconds
Quick Start (30 Seconds to Running API) # Clone and setup git clone https://github.com/nicolasbonnici/gorest.git cd examples/basic-api cp .env.dist…
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,…