In this 4 part series, you will learn how to optimize the different areas of your Django application. This part will focus on optimizing the database for speed in Django applications.
In this article, we will discuss common pitfalls to avoid, and offer tips on optimizing your React Native application for performance before shipping to production.
This is part 3 in our 4-part iOS performance improvements series, which is focused on optimizing the existing codebase using best practices, modularizing the architecture, creating and utilizing reusable components in the code, and more.
In this tutorial, we’ll show how to add Sentry to a Django application so you can track and resolve any errors or performance issues occurring while your application is in production.
In part 2 of our Unity game development series, we walk through adding the falling effect, how to instantiate several prefabs in random places, & how to make a score counter (and display it).
Some of the tricks we used to speed up calls to our analytics API written in Python: played with asyncio, messed with SQLAlchemy, hacked deep in asyncpg, rewrote parts in Cython, found better data structures, replaced some pandas with pure numpy.