Your cart is currently empty!
Some thoughts about the current state on LLM’s assist coding…
It’s good for small projects to kickstart or use it as an intelligent autocomplete tool but doesn’t shine as much for complex projects with vague documentation where tribal knowledge is predominant and no straightforward solution. Because AI, even in an agentic mode, cannot ask your colleague why it’s implemented this way and not another. Some…
Straggling with C++ experimental features
Today I’ve tried to play with recent standard C++ features as modules. Apparently they were implemented in C++20 but only partially since standard library imports are still work in progress. But there is an experimental support for those! I thought there’s a straightforward way to enable them and how wrong I was! Nevertheless knowing the…
QR Code Scan And Generate App
Didn’t expect my pet project become so popular. I’ve built it with Flutter in 2 days. Maybe due to pandemic QR code related apps got spikes. Therefore I decided to add more features to it and republish. The last version includes ux and stability improvements, automatic url, email, sms launcher, options to automatically/manual copy the…
5 professional certifications achieved
Now with the end of the lunar year 🌝 my pandemic certification journey is over with achieving the AWS Machine Learning Specialty certification. I’ve reached my digital Nirvana and can tell that there is nothing there in the Cloud. It’s an only an infinite ocean of data going in out of different kinds of supervised…