My personal experience and opinion that you most probably don't need Algolia for typeahead search | Continue reading
Contributing to the open-source and improving your chances to achieve whatever you want | Continue reading
My very first Angular-Material exercise | Continue reading
A deep dive into how Python manages memory | Continue reading
A gentle guide to working with strings with a particular edge case. | Continue reading
A short but practical tutorial into Kubernetes' Monitoring | Continue reading
How do you run stateful serverless and keep persistence? How would you run a cloud native stateful app? | Continue reading
Two long-awaited operators are coming to Javascript. They are both in the draft stage (stage 3) and are announced to be available in Chrome Canary. It means we are seeing them soon in the Chrome stable release and Node.js. I remember years ago when Coffeescript was the new shiny … | Continue reading
You want to get your current project done, but you perhaps lack a few skills, and you feel like it’d be such a drag and take months or years to learn them to an appropriate level. It feels more and more like an insurmountable obstacle, the longer you think about it. | Continue reading
Defining one of the key components in programmingPhoto by Luca Bravo ... | Continue reading
As projects get bigger, VS Code seems to get more and more memory-hungry, leaving devs with older machines in the dust. Switch to Sublime Text to get back your coding efficiency. | Continue reading
If you have ever visited a coworking space, then you can understand Docker via this visual tutorial. | Continue reading
Hooks are not a new concept in React - they are a re-implementation (a new API) for state and side effects in React that better aligns with two existing concepts in react: the concept of Components as the primitive model for UIs, and of these components being declarative. | Continue reading
This is what I thought about Rust while learning it. From a pragmatic perspective. | Continue reading
We've got used to writing JavaScript for common UI element functionality like accordions, tooltips, text truncation, etc. But as HTML and CSS got new features and older browsers were no longer supported, we've been able to use less and less JavaScript for creating UI elements and … | Continue reading
What is SeleniumBase? A powerful test framework! | Continue reading
Taking a deeper look into Plausible, Fathom and Simple Analytics | Continue reading
a simple to use and manage Markdown-based help system for any ASP.Net Core application | Continue reading
Learn the concept of inheritance with the prototype chain | Continue reading
Imagine you had to start your blog over again. What things have you learned in your path so far that you think would make the biggest difference this time around? | Continue reading