Day: March 10, 2024
8 posts
Different file formats, a benchmark doing basic operations
Recently, I’ve been designing a data lake to store different types of data from various sources, catering to…
12 Tips for Acing MAANG Software Engineering Interviews
Landing a software engineering role at a tech giant like Meta, Amazon, Apple, Netflix, or Google (MAANG) is…
SUNDAY REWIND: Humility and personal resilience in product
This week’s Sunday Rewind is a look back to two talks from our 2022 Hamburg conference, MTP Engage,…
GitHub Actions for Secret Management
Navigating the complexities of managing projects, especially those inherited with little documentation on API keys and secrets, presents…
Make the OpenAI Function Calling Work Better and Cheaper with a Two-Step Function Call 🚀
I tried using OpenAI’s feature for running local functions in a project with many functions. It worked well,…
Rust, JavaScript, or Python?
Which programming languages do you prefer for back-end development, and why? Follow the DEVteam for more discussions and…
Neovim: A Powerful and Customizable Text Editor – An Introduction for Beginners
Neovim is a modern, powerful, and highly customizable text editor that builds upon thei foundation of Vim. It…
Input Validation – Terraform Tips & Tricks
Terraform modules are a great way to follow D.R.Y. development principles. I’ve written about D.R.Y. in the past,…