
Rabbitmq on AWS EKS vs SQS hosting cost comparison
When you quickly need some async happening in the cloud
Short comparison of the RabbitMQ on AWS EKS and AWS SQS
- features and costs.
When you quickly need some async happening in the cloud
Short comparison of the RabbitMQ on AWS EKS and AWS SQS
Based on VS Code extentions install count
I aggregated some VS Code extentions installation statistics by different programming languages. And the most popular is Python. Then C++.
What is this trendy AI-assisted coding?
Vibe coding is an AI-driven programming approach where developers describe desired functionality in natural language, allowing AI tools to generate code automatically.
Visual Studio Code Cheatsheet is here
Quickly have a look inside jwt token
Here are some effective methods for decoding and printing JWT tokens directly from the command line:
Whole set of MM* tools is on EOL...
I’ve used MMDetection (mmengine, mdet, mmcv) quite a bit, And now looks like it’s out of the game. It’s a pity. I liked it’s model zoo.
GORM vs sqlc vs Ent vs Bun
Go’s ecosystem offers a range of ORM (Object-Relational Mapping) tools and database libraries, each with its own philosophy. Here is a comprehensive comparison of four major solutions for using PostgreSQL in Go: GORM, sqlc, Ent, and Bun.
Here I'm describing how to fix this error
Some time ago I described how to Deploy Flutter project with backend to AWS Amplify.
Combining python program into single file
Use PyInstaller to package Python programs as standalone executables. It works on Linux, Windows, and Mac.
Not the most efficient way, but usable.
Example of implementation
Here I list steps needed to implement pair of lambda functions in AWS SAM:
A bit of code reusability never hurts
These are the step-by-step instructions on how to add layers to AWS Lambdas - in Python. Will be using base code generated by standard HelloWorld template example.
Forgotten the conda command parameters?
Here’s a Conda Cheatsheet I’ve compiled some time ago… This Conda Cheatsheet is covering the most essential commands and tips for managing environments, packages, and channels I’ve found useful.
A python code of RAG's reranking
Including staging and production environments
When you created Flutter project with AWS Amplify backend, the next step is to deploy it. Here is how to Deploy Flutter project to AWS Amplify hosting
AWS Amplify with flutter support
A quickstart - how to Create Flutter fullstack project on AWS Amplify platform.