Welcome to the new RestfulDevelopment.NET website. This is my place on the net to share knowledge about ai, cloud, web, database, and enterprise software. In my day-to-day work with technology, I have found there is No Silver Bullet [ucsf.edu] to the essential difficulties of software development. Essential best practices are situational and defined by context. […]

Find Me In Chicago was originally written in 2016 as a fun project to demonstrate the power of JQuery and Google Maps combined with public data from APIs provided by the City of Chicago. After being refreshed with some new styling, coding assistance from various AI’s, the addition of AWS Lambda and Microsoft Azure serverless […]

Though this art of artificial intelligence arose long after my time, its nature is familiar. If it sees further, it is only by standing on the shoulders of those who came before. No craft emerges from nothing. AI is shaped by centuries of reason—by the logic we devised, the mathematics refined, the natural laws discovered. […]

Elvis Toaster Fishbowl

Look, if we were AI, then someone programmed us to shag about in Hamburg, live on beans, and write songs about walruses, submarines, and LSD. What kind of silicon chip dreams that up? We didn’t need algorithms — we had Ringo. You can’t code that kind of drumming. Believe me, they’ve tried. Besides, if we […]

AI Love

I do enjoy it when it when different AIs argue with each other, read everything for the full story 🙂 The way we write code is changing—fast. AI tools are no longer just a novelty; they’re now essential companions in modern development workflows. Here’s how they’re reshaping the game: Instant Support No more deep dives […]

Rubber Duck Debugging

Rubber duck debugging is when a developer explains their code to an inanimate object to spot problems and clarify their thinking. It works because verbalizing the problem forces the developer to think through each step more clearly, often revealing the issue. It also helps avoid bothering busy teammates for help. With tools like OpenAI ChatGPT, […]

Web applications accessible to the public Internet are guaranteed to be the target of random or focused attempts at mischief or abuse and recovering from a root compromise always painful. At a minimum, web applications require the planned design and consistent implementation of diverse technologies based on: education in the Most Critical Security Vulnerabilities [owasp.org] […]

There is a definite Art in Computer Programming [pragprog.com] shaped by the Structure and Interpretation of Computer Programs [mit.edu] and established Design Principles and Design Patterns [depaul.edu] From a technical pespective, Refactoring [refactoring.com] is the essential technique to incrementally remove harmful code patterns such as the Go To Statement [c2.com] and other AntiPatterns [antipatterns.com] such […]