Browsing Tag
go
115 posts
LeetCode – Rectangle Area
Problem statement Given the coordinates of two rectilinear rectangles in a 2D plane, return the total area covered…
Listing techproclub to hacktoberfest
Introduction. It’s that season again when open source projects and communities are at their peak. Yes, that’s right,…
How to make a simple interactive shell in Go
What is more exciting than making real-world applications? 🤔 for me, it’s teaching people how to make them…
Analyzing AST in Go with JSON tools
There are many specific tasks that could significantly improve and automate your ongoing maintenance of big-project. Some of…
Dynamic PostgreSQL credentials using HashiCorp Vault (with PHP Symfony & Go examples)
I was playing around with HashiCorp Vault, trying to integrate dynamic secrets (one of many features Vault offers)…