Sometimes I write
Creating a simple popup chatbot using OpenAI
In this tutorial, I will present how to create a simple popup AI chat that can
be added to any website. The client will be able to reply to the chat by typing
and speaking to the bot.
Read more >Creating an application for my wedding invitations - Launch
2 December 2023
And it's done and up-and-running. I finally launched my wedding invitations
website where my guests will be able to confirm if they are coming or not, but
also to choose if they need some accommodations (like vegetarian food, or if
they need a hotel room).
Read more >Always use Promise.all() (or any other Promise's method) for array of promises
16 September 2023
At my job one of our services was crashing from time to time, but quite rarely.
Because it crashed only at a large interval of a few days it was not given that
much attention to it. The pod would crash and another pod would immediately be
created and ready to serve the requests.
Read more >