You are here |
techtldr.com | ||
| | | |
wweb.dev
|
|
| | | | In this post, I will show how to set up debugging for Javascript in VS Code for Node.js and for React in Firefox or Chrome... | |
| | | |
richardtier.com
|
|
| | | | You probably agree using {% static %} is not a controversial: Credit: Django Doctor If you're unfamiliar: {% static %} returns the path the browser can use to request the file. At it's simplest, that would return a path that looks up the file on your local file system. That's fine for local dev but... | |
| | | |
blog.martinig.ch
|
|
| | | | Informations and opinions about software architecture, developers on call, holacracy, Scrum, continuous testing, product management, saying thank you, tech leadership, customer journey maps, code reviews, code sharing, good bugs, android testing and open source project management. | |
| | | |
hackaday.io
|
|
| | I've posted the scripts used to generate the anti-aliased text used in the User Interface. The first is a Photoshop script,CreateFontData.jsx. This makes a set of PNG files, one for each character. The second isConvertText.py, a Python script that takes the output of CreateFontData and generates C code for display the characters on the Epson LCD used in the project. Note these scripts have some hard-coded pathnames in them (to the development folder) but this is pretty easy to find and modify. |