Nischal lamichhaneblog.django-tutorial.dev·Jun 30, 2024Bridging the Gap: Integrating Arduino with Django for IoT ApplicationsIntroduction The Internet of Things (IoT) is revolutionizing how we interact with the physical world, enabling everyday objects to connect and communicate through the internet. Combining Arduino, a popular microcontroller platform, with Django, a rob...11 likes·132 readsdjango master
Nischal lamichhaneblog.django-tutorial.dev·Apr 30, 2024Handling Multiple Databases in DjangoIn the world of web development, managing data efficiently is paramount. Django, a high-level Python web framework, offers robust support for handling databases. However, as applications grow in complexity, the need to work with multiple databases ma...10 likes·191 readsmultiple database
Nischal lamichhaneblog.django-tutorial.dev·Apr 21, 2024The Great Showdown: HTML vs. DjangoWelcome, dear readers, to the ultimate showdown between two titans of the web development world: HTML and Django. In one corner, we have HTML, the veteran markup language that's been shaping the web since the dawn of the internet. In the other corner...184 readshtml vs django
Nischal lamichhaneblog.django-tutorial.dev·Apr 12, 2024A Guide to Handling CORS in Django API SecurityIn today's interconnected web environment, building secure APIs is paramount for safeguarding data and ensuring smooth communication between servers and clients. Cross-Origin Resource Sharing (CORS) is a crucial aspect of API security, particularly i...120 readscors policy
Nischal lamichhaneblog.django-tutorial.dev·Apr 2, 2024Django Signals: Surface OverviewIn the dynamic world of web development, Django stands out as a powerful framework for crafting robust and scalable web applications. Among its many features, Django Signals emerge as a hidden gem, offering developers a mechanism to decouple various ...12 likes·92 readsDjango
Nischal lamichhaneblog.django-tutorial.dev·Apr 2, 2024Django Signals : Built-in signalsDjango comes equipped with a powerful feature known as signals. Signals provide a way to allow various parts of your application to communicate asynchronously, enabling modular and extensible behavior. In this blog post, we'll take a closer look at s...10 likes·57 readsdjango signals
Nischal lamichhaneblog.django-tutorial.dev·Feb 27, 2024Integrate HTMX with Django: Replacing ReactJSIntroduction: In the dynamic landscape of web development, staying abreast of the latest technologies is crucial. One such powerful combination is the integration of HTMX with Django, a blend that leverages modern websockets for enhanced real-time fu...13 likes·364 readsdjango-htmx
Nischal lamichhaneblog.django-tutorial.dev·Feb 16, 2024Database Relationships in DjangoIntroduction: Django, a high-level Python web framework, empowers developers to build robust and scalable web applications efficiently. One of the key aspects that make Django powerful is its support for database relationships. In this article, we wi...11 likes·56 readsdjango database
Nischal lamichhaneblog.django-tutorial.dev·Jan 31, 2024Django Decorators: An incomprehensive guideMastering Django Decorators: A Deep Dive into Pythonic Web Development Django, a web framework written in Python, is celebrated for its simplicity and flexibility. One of the powerful features that contribute to this reputation is decorators. Decorat...12 likes·108 readsdjango decorators
Nischal lamichhaneblog.django-tutorial.dev·Jan 31, 2024Mastering Django Forms: An Incomprehensive GuideWhat are Forms? Django, a high-level web framework written in Python, empowers developers to create robust and scalable web applications. One of the fundamental components of building interactive web forms in Django is its powerful form handling syst...20 likes·50 readsdjango forms