Martin Aguinis
18 posts
RUM—Storing More in the Index
This series of posts traces the evolution from GIN to RUM to Extended RUM, showing how a single…
Week 2
Hello everyone! It has been a busy week, but I’ve made some exciting progress on my machine learning…
getElementBy… …destructuring
I’ve always wondered how verbose and cumbersome some very common web constructions are. One of this is getElementBy…,…
Why Python Is a Terrible First Language
I love Python. Still do. It’s elegant, clean, readable. It makes you feel like a wizard typing spells…
Chubbies Co-founder Warns: Don’t Get Hooked on the Performance Marketing Drug
Any time an interviewee makes me ask my boss, “Can we say that in a newsletter?” you know…
.NET terminal komandalari
dotnet --version – komputerga o’rnatilgan dotnet versiyasini aniqlab beradi. dotnet --list-sdks – sdk versiyalarini chop etib beradi. cls…
We no need write Java in Kotlin
One day, I had a lively discussion with colleagues of mine about using custom types as DTO model…
Subnets and Subnet Masks: A DevOps Guide to Calculating Networks and Hosts
In the world of networking, subnets and subnet masks are foundational concepts that enable efficient use of IP…
Laravel Middleware
Introduction Middleware stands as a crucial component facilitating seamless communication and interaction between various layers of an application.…
Create a Hilarious Joke API with Flask and Python
In this guide, we’ll walk you through the simple steps to create a Joke API using Flask, a…