Public Links

598 bookmarks
Custom sorting
Minimal Environment Variables Setup for Django
Minimal Environment Variables Setup for Django
Sharing environment variables across teams can quickly become a nightmare if not managed from the start. This post goes through some best practices to start with in order to avoid getting into trouble.
·untangled.dev·
Minimal Environment Variables Setup for Django
Templates For User Interfaces · Matt Layman
Templates For User Interfaces · Matt Layman
When your Django application sends back a response with your user interface, templates are the tool you'll use to produce that user interface. This article looks at what templates are and how to use them.
·mattlayman.com·
Templates For User Interfaces · Matt Layman
The Python pickle Module: How to Persist Objects in Python – Real Python
The Python pickle Module: How to Persist Objects in Python – Real Python
In this tutorial, you'll learn how you can use the Python pickle module to convert your objects into a stream of bytes that can be saved to a disk or sent over a network. You'll also learn the security implications of using this process on objects from an untrusted source.
·realpython.com·
The Python pickle Module: How to Persist Objects in Python – Real Python
Roll Your Own Class-Based Views in Django – Django Deconstructed
Roll Your Own Class-Based Views in Django – Django Deconstructed
Function-based views are typically easy for beginners to understand. Just create a function that receives a request object and returns a response object. But class-based views (CBV) tend to cause m…
·djangodeconstructed.com·
Roll Your Own Class-Based Views in Django – Django Deconstructed
Python Debugging With Pdb – Real Python
Python Debugging With Pdb – Real Python
In this hands-on tutorial, you'll learn the basics of using pdb, Python's interactive source code debugger. Pdb is a great tool for tracking down hard-to-find bugs and allows you to fix faulty code more quickly.
·realpython.com·
Python Debugging With Pdb – Real Python
Git Tutorials and Training | Atlassian Git Tutorial
Git Tutorials and Training | Atlassian Git Tutorial
Learn the basics of Git through this comprehensive Git training. Branching, pull requests, merging and more are covered in the Atlassian Git tutorial.
·atlassian.com·
Git Tutorials and Training | Atlassian Git Tutorial
Web Skills
Web Skills
A visual overview of useful skills to learn as a web developer
·andreasbm.github.io·
Web Skills