/*
*Comments
*/
Thursday, November 6, 2025
Getting started with Django
›
So in Python web development, 2 major frameworks stand out: Flask and Django. Flask is very straight forward. Django is a little more involv...
Thursday, October 30, 2025
Playing with Vue
›
Vue is another javascript framework that is worth looking at besides the dominant React and Angular. It is kinda like React in some way. It...
Tuesday, September 2, 2025
Using OpenAI in code
›
AI is everywhere you can't escape. Google search something? AI will want to chip in what it thinks. Every Microsoft thing has Co-Pilots ...
Tuesday, August 26, 2025
curl in Windows
›
Developers (on the Mac) has long used curl to test out http calls on the command line. Sure you can use the browser to test out any GET com...
Monday, May 5, 2025
Hello Typescript world
›
Typescript is javascript with type. Waita minute the very reason you use javascript (rather than java) is you want to be quick-and-dirty and...
›
Home
View web version