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·373 readsdjango-htmx
Himanshu Rajhimanshuraj110.hashnode.dev·Jan 5, 2024The Rising Importance of Data PrivacyIntroduction In today's digital era, where data has turned into credit of unmatched worth, the meaning of data privacy has taken off to extraordinary levels. Data Privacy is a basic idea incorporating the right and capacity of people to manage their ...General Programming
Nkechi Ikeatuegwufrancachyy1.hashnode.dev·Sep 24, 2023User Experience Design.The name "User Experience Design" was coined out by Dr Donald Norman an Electrical Engineer and Cognitive scientist in Apple in the 1990s. He designed the User Centre Process. User Experience Design is all about helping people and solving problems. U...4 likes·27 readsgeneral programming
Alexhexesandhacks.com·Aug 24, 2023Dancing around YouTube's APIDid something that made me feel really cool. I had this problem where I wanted to listen to entire YouTube channels on a shuffle; it's really helpful for passive practice listening to a foreign language. There often isn't always an easy built-in way ...Learning Journey
Prince Kumarcoder152.hashnode.dev·Feb 11, 2023C++ Program for sorting Digits of a given NumberIn this article we are going to learn about that how can we sort the digits of a number in increasing order or decreasing order when we are given a Number 'N'. Let's understand with the help of an example given below: - Let you be given a number N =...176 readsgeneral programming
Maxi Contierimaximilianocontieri.com·Feb 7, 2023Code Smell 195 - Yoda ConditionsTL;DR: In a natural way, write your conditions. Problems Readability The least surprise principle violation Solutions Write your conditions with the expected value as the second. Name the variables accordingly. Context Most programmers write...12 likes·334 readsCode SmellsGeneral Programming
Sunny Singh98sunny.hashnode.dev·Oct 24, 2019Teaching kids to CODE!!!I got an opportunity to teach kids of grade 2 to code. This was a boon for me as I love teaching, but it also came up with many challenges. It was a challenge for me as I had experience of organizing Bootcamps for people who understood technical jarg...6 likesteaching