Nov. 4, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I added django-htmx to help finish off a bulk task deletion feature for my homeschool app. We explored the features that are available in django-htmx, and I showed how to add django-htmx to my project and fully integrate the package.
Read MoreOct. 27, 2021 » Django Chat » [Archived Version]
Nigel is the author of the books Mastering Django and Build a Website with Django 3. He also maintains the website djangobook.com. We discuss teaching Django to newcomers, print vs video, testing, and more.
Read MoreOct. 21, 2021 » TestDriven.io » [Archived Version]
Looks at an example of how Test-Driven Development improves code quality.
Read MoreOct. 21, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I worked on the bulk delete template that users will see when deleting tasks within the homeschool app.
Read MoreOct. 21, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I worked on the bulk delete template that users will see when deleting tasks within the homeschool app.
Read MoreOct. 20, 2021 » TestDriven.io » [Archived Version]
In this tutorial, we'll show you how to configure Visual Studio Code (VS Code) to debug a Django app running inside of Docker.
Read MoreOct. 20, 2021 » Instawork Engineering » [Archived Version]
A tale of performance — ECS, Boto3 & IAMWhile going through NewRelic and looking at some of the worst offenders in terms of performance, we discovered some calls to S3 that were taking over 5000ms❗️This was alarming as our SLA for API/View response times was 250ms, and these network calls are destroying our KPIs. Through a series of experiments and iterations, we managed to bring the S3 access times down to 7ms, and learned some fascinating things about configuring Boto3 sessions and assigning …
Read MoreOct. 18, 2021 » TestDriven.io » [Archived Version]
This tutorial demonstrates how to automate the set up of a Kubernetes cluster with Python and Fabric on DigitalOcean.
Read MoreOct. 18, 2021 » Software Development Blog & IT Tech Insights | Django Stars » [Archived Version]
This year, on October 13, Django Stars celebrated its 13 years. And frankly speaking, for a tech company founded in the year of the Global Financial crisis, by two programmers without any business management experience, it’s kind of a big date. Back then, we had no business strategy, no idea how to sell our services, […] The post 10 Lessons after 13 Years of Being CEO appeared first on Software Development Blog & IT Tech Insights | Django Stars.
Read MoreOct. 15, 2021 » TestDriven.io » [Archived Version]
Let's look at how to configure a containerized Django app running on an EC2 instance to send logs to AWS CloudWatch.
Read More