Enhancing Your Django Apps: Inline SVG Icons with Iconify and TailwindWhen building a web application, we often face the challenge of managing a diverse set of icons. Icons are integral to user interface design. However, managing these icons can quickly become cumbersome, especially when aiming for consistency and effi...Feb 1, 2024·4 min read
Bulk Actions in Table with Django, htmx, and AlpineJSWhen it comes to displaying large amounts of data in a tabular format, tables are often the go-to choice for developers. However, traditional tables can be limiting in their functionality, especially when it comes to performing actions on multiple ro...Jan 19, 2023·14 min read
Week #46 - 2022I am thinking about using the burner list. The idea came from the book "Make Time" by Jake Knapp And John Zeratsky. A burner list is a list of things that you want to accomplish in a given period of time, typically within a week or two. The idea is t...Nov 21, 2022·1 min read
Animate Point Along an Arc in MapBoxHave you ever wanted to animate a point along an arc in MapBox? In this blog post, I'll show you how to do just that! I'll also provide code examples to get you started. So, whether you're a developer or a student, read on! This project is inspired b...Nov 15, 2022·6 min read
Socket Programming in PythonPython is a versatile programming language that can be used for various projects. In this blog post, we will discuss socket programming in python. We will cover the basics of sockets, and how to use them to create network connections between devices....Nov 6, 2022·4 min read
Introduction to Socket ProgrammingYou have probably heard about socket programming. Socket programming is the de facto way to write programs that communicate over a network. You can send and receive data from other applications or systems using sockets. In this blog post, we'll take ...Nov 2, 2022·4 min read
Week #40 - 2022I started this blog to learn how to be a better communicator and write technical stuff. But I have been neglecting this blog for a while. So to push myself to write, I decided to start writing weekly posts. The idea is to take a brief note of what I ...Oct 7, 2022·2 min read