Building the Web
One app at the time

See what we’ve
written lately
Augusto Goulart
Meet our author Meet our authors Meet our top authors

AWS Billing Management Access to IAM Users in 5 Steps

You need to grant Billing Management access to an IAM Group on AWS. After completing the official tutorial, the group still can not access Billing. If that's your scenario, steps 1, 2, and 3 should be enough. 1. On the top right, click on your user name, then...

Classy Classes With Python Data Classes

Python has well-known data holders. If you need a sequence, you can use a list. If you need an immutable sequence, use a tuple. If you need a homogeneous array, use the array module. If you need a hash table, a dictionary is likely what you want.

How to Generate Fake Data With Python Mimesis

Generating fake data can be a task far beyond the infamous lorem ipsum. Mimesis, as describe by the library authors: "Is a high-performance fake data generator for Python, which provides data for a variety of purposes in a variety of languages." Let's install Mimesis and see...

Working With JSON in Python

The implementation of JSON in Python is small and concise, and you can read its source code (written in Python) at Lib/json [https://github.com/python/cpython/blob/master/Lib/json/__init__.py]. Although similar looking, Python Dictionaries and JSON are quite different. Dictionaries are high-level Python Objects, while...

Organizing Django and React with Yarn Workspaces

Django and React can be daunting to put together. One recipe I like for monorepos is using Yarn workspaces. [https://classic.yarnpkg.com/en/docs/workspaces/] The folder structure provided by create-react-app encapsulates all the frontend, and it doesn't feel connected or aligned to the Django project. Workspaces...

You’ve successfully subscribed to Writing Codes
Welcome back! You’ve successfully signed in.
Great! You’ve successfully signed up.
Success! Your email is updated.
Your link has expired
Success! Check your email for magic link to sign-in.