Oct. 5, 2022 » Adam Johnson » [Archived Version]
You want to pass your data from your Django view to JavaScript, in your template. And, you want to do it securely, with no risk of accidentally allowing malicious code injection. Great, this is the post for you! We’re going to look at the problems with templating JavaScript, then …
Read MoreOct. 4, 2022 » Django on Matt Layman » [Archived Version]
On this episode, we’re going to dig into file management. Unlike the static files that you create for the app yourself, you may want your app to accept files from your users. Profile pictures are a good example of user files. You’ll see how Django handles those kinds of files and how to deal with them safely. Listen at djangoriffs.com or with the player below. Last Episode On the last episode, we looked at how to manage settings on your Django site.
Read MoreSept. 29, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we finished off one of the dynamic features of my homeschool app that required working with some JavaScript. I showed off what I learned about some of my mistakes from the previous week, and we completed the feature and tested things out.
Read MoreSept. 29, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we finished off one of the dynamic features of my homeschool app that required working with some JavaScript. I showed off what I learned about some of my mistakes from the previous week, and we completed the feature and tested things out.
Read MoreSept. 28, 2022 » Django Chat » [Archived Version]
Kojo gave the Keynote at DjangoCon Europe 2022 and is a prolific public speaker. He is a software engineer at RevSys and Lightning Talks Chair at DjangoCon US 2022 as well. We discuss the various contributions to Django and why it's not all about code.
Read MoreSept. 28, 2022 » /var/ - django » [Archived Version]
A list of guidelines that I follow in every non-toy Django project I develop
Read MoreSept. 24, 2022 » Instawork Engineering » [Archived Version]
It was March 2021. We were struggling to keep our start-up afloat. Stateoftheart.ai was a platform to facilitate AI research that we have been working on for over 2 years. The core team was Andres and Toño, PhDs from MIT leading us in terms of product and AI, me (Hugo) leading the overall technology, Lalo mostly guiding UI/UX and frontend efforts, and Jorge our more versatile engineer helping us in all fronts.As a team passionate for AI and Tech, our main motivation was to create something usef…
Read MoreSept. 22, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we picked up some customer features to improve the app. I knocked out the first feature pretty quickly. The second feature involved working with FormData in the DOM, which proved to have some interesting challenges.
Read MoreSept. 22, 2022 » Honeybadger Developer Blog (Django Articles) » [Archived Version]
Building stateful web applications can be tricky, unless you use a framework, of course—Django to the rescue! In this article, learn how to build a realtime chat app using Django Channels and WebSockets.
Read MoreSept. 22, 2022 » Django on Matt Layman » [Archived Version]
In this episode, we picked up some customer features to improve the app. I knocked out the first feature pretty quickly. The second feature involved working with FormData in the DOM, which proved to have some interesting challenges.
Read More