Implementing Instant Search with Flask and HTMX
Step-by-step guide to making an interactive search bar with Flask and HTMX

Search for a command to run...
Articles tagged with #projects
Step-by-step guide to making an interactive search bar with Flask and HTMX

Automated chatbots are quite useful for stimulating interactions. We can create chatbots for Slack, Discord, and other platforms. In this article, I'll teach you how to build a Telegram chatbot that will tell you your horoscope. So, let’s get started...

Introduction In the previous blog, we had learned about Template Inheritance and how to serve static files. We had fixed our templates also. In this blog, we'll see how we can authenticate the user into our web app. To keep it simple, we would not be...
Introduction During your childhood, you might have done this exercise where you were required to rearrange words to make a meaningful sentence. I cannot say anything about you, but I had done this quite a lot in my English classes. In this blog post,...
Introduction The term API is an acronym, and it stands for “Application Programming Interface”. Think of an API like a menu in a restaurant. The menu provides a list of dishes you can order, along with a description of each dish. When you specify wh...
Introduction In the last part, we covered the basic authentication part of the application. In this part, we're going to build the Password Vault Screen. Vault Methods There will be a few buttons like Add Password , Update Password, and Delete Passwo...