Here’s a list of interesting blogs or useful posts from the design, business or leadership side of software engineering. The cover a range of topics but I’m specifically excluded detailed coding tutorials. I’ve most found these from Y Combinator’s Hacker… Continue Reading →
For my latest web app I’m using Django allauth, a plugin which allows you to easily add loads of different providers (Google, Microsoft, Apple – and more than 100 others at current count) to authenticate users. It saves a lot… Continue Reading →
To setup the mAP lite as a wifi client and provide network access to a device connected to the ethernet port, I followed these steps
I created my own concise quick reference guide / cheat sheet for debugging anything. The free PDF guide has ten steps, and each step has a simple Python example to illustrate it, and there’s a space to write notes about the system or bug you are currently working on. It’s based on David Agan’s ‘Debugging: The 9 Indispensable Rules for Finding Even the Most Elusive Software and Hardware Problems’.
An outline of 14 key components that are needed for a full stack production deployment of a commercial user-facing Python web app, with some recommended options.
As part of this series on creating and deploying a full stack web app, I’m using the Django web framework. Django has pre-designed parts for you compared to Flask which I’ve used previously. That saves some development time, although it… Continue Reading →
Debugging four common SSH key issues when authenticating with a Github private repo on a remote host: Not all VPS are created equal (especially AWS – Root user login disabled), Github access via SSH uses a different address format, Github repos must have unique SSH keys, AND only the key for the repo you are accessing should be loaded, SSH key forwarding gets disabled if the remote host identification changes.
A cheat sheet / reference for the minimum basic Django project.
All of my digital photos are in a very badly organised set of folders, some of which have names of the event. My most recent photos all come from my phone automatically uploaded to my laptop via OneDrive, in one… Continue Reading →
I’m doing some development on the mac platform and often using terminal for running commands and especially checking the code I’m writing into version control with git. 1. Search history At the command line you can already use the up… Continue Reading →
© 2024 AndyPi — Powered by WordPress
Theme by Anders Noren — Up ↑