Adam Presley·Aug 25, 2023HTMX vs Vanilla Javascript — My Learning ExperienceA few days ago, I was watching The Primeagen livestream talking about HTMX. I had heard of this library and decided to see what it was all…A response icon1A response icon1
Adam Presley·Jun 21, 2023Transforming Raw JSON Logs to CSVI recently had to provide error data stored in Splunk logs to a business user (meaning non-technical). I decided to take the raw JSON log…
Adam Presley·Jun 17, 2023Simple Example of Wix Data HooksLet’s discuss a handy feature of Wix Data Collections: Data Hooks. Data hooks allow you to run code before or after interactions with your…
Adam Presley·Jun 14, 2023Writing an Interval-based Worker Pool using Generics in GoI recently needed the ability to pull data from a database at a specific interval and process that data. Not only that, but I also wanted…
Adam Presley·Mar 2, 2023ChatGPT Won’t Replace Me… Yet.Perhaps you’ve seen articles or tweets positing that A.I. will be the death of the software developer. I’m not convinced… yet.
InJavaScript in Plain EnglishbyAdam Presley·Oct 20, 2022How I Wrote a Color Picker in Vanilla JavaScript and CSSHere’s how I built a color picker using only vanilla JavaScript and CSS, without using any JavaScript frameworks.
Adam Presley·Mar 14, 2022The tools used for editing code, and the reasons behind them, are usually very personal.My reasons are personal, of course. I used JetBrains Goland for quite a while before switching to Vim. JetBrains was great, as it certainly…A response icon1A response icon1
Adam Presley·Jan 25, 2022I wish I could say that I haven't had to (practically) rewrite applications due to breaking…
Adam Presley·Jan 10, 2022Working in VR with Immersed — Week 1I got an Oculus Quest 2, the Virtual Reality (or VR) headset, for Christmas. I wanted one for three reasons.A response icon2A response icon2
InJavaScript in Plain EnglishbyAdam Presley·Sep 14, 2021I Created the Exact Same App in Vanilla JavaScript (with Web Components)Comparing the differences between an app built in React, Vue, and vanilla JavaScript with Web ComponentsA response icon9A response icon9