As a passionate ChatGPT enthusiast, I’ve always been intrigued by the potential of harnessing its power to transform existing applications. One day, I had an epiphany: why not take a deep dive into ...
Photo by Marc Sendra Martorell on Unsplash. If you have read some of my previous Python articles, you know I’m a Flask fan. It is my go-to for building APIs in Python. However, recently I started to ...
Chances are high that you have already heard of the framework Tauri that helps create Desktop apps. If not, no problem, in this story we are going to look at other things at their basic functionality.
How can we safely, efficiently, and performantly use Webpack Module Federation’s Dynamic Remote Containers in a React micro frontend app? Let’s start with a vision of what we want: RemoteComponent is ...
As a developer who switched from Linux to Windows because of many reasons, I have used Docker Desktop for several months now because it updates my Docker environment automatically. Unfortunately, this ...
The majority of managers (and some employees) dream is to have a well-established software factory. A long (virtual) conveyor, where customer's needs come in, these requirements disassembled, analyzed ...
In this series, I go through different common-use case scenarios in which your first thought could be using a library or making something completely custom from scratch, even when there are native ...
The React versions are updated in dependencies of package.json: If you install a brand new Create React App, the React versions automatically point to React 18, although the changes of createRoot are ...
I hope y’all are doing well. Last week we covered the job interview experiences of some of our contributors. I hope it helps your next job interview process go a lot more smoothly. Even so, it takes ...
Hiring the right data scientist, or any data professional, remains a difficult task for HR. There are so many different skill sets required to take data from application systems and put them into ...
Software development is a constant learning experience, but there are certain habits and tips that I wished I internalized earlier. Hopefully, these will be of help to any software developer who’s ...
Photo by Mike Tinnion on Unsplash. Logging is a crucial part of developing an application. When the app is in production, logs are necessary to identify the problem if something goes wrong. So if you ...