Oct. 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 assign…
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 MoreOct. 14, 2021 » TestDriven.io » [Archived Version]
This tutorial looks at how to accept crypto Payments with Django and Coinbase Commerce.
Read MoreOct. 13, 2021 » Django Chat » [Archived Version]
Ned is the creator of `coverage.py`, a longtime organizer of the Boston Python Group, and works at EdX. We discuss what’s changed in Django over the years, his thoughts on testing best practices, and managing a massive codebase.
Read MoreOct. 12, 2021 » TestDriven.io » [Archived Version]
This article looks at the new features in Python 3.10 and how they can be implemented.
Read MoreOct. 11, 2021 » TestDriven.io » [Archived Version]
This tutorial looks at how to add basic and full-text search to a Django app with Postgres.
Read MoreOct. 8, 2021 » Django on Matt Layman » [Archived Version]
In this episode, I worked on the bulk delete form that I need so that my customers can delete many tasks in the system at once.
Read More