Django MVT: An Introduction to the Model-View-Template Architecture of a Django AppFeb 13, 2023·3 min read·110
Expanding My Skill Set: A Journey into NodeJS/ExpressJSIn my quest to become a well rounded backend developer, I recently delved into NodeJS\ExpressJs. Coming from a background of writing Django, I noticed some similarities between the two frameworks, albeit with some notable differences. With ExpressJS ...Apr 11, 2023·2 min read·21
Writing Views in DjangoThe simple and basic way to start writing your own Views.Jan 11, 2023·3 min read·95
Everything you need to know about Django(Python) as a BeginnerAs a newbie, forget all the noise and learn Django for backend web development (well do your research and see what is suitable for you). Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Built ...Jan 3, 2023·5 min read·89