Here we will learn Plain Vanilla JS without using NodeJS or external libraries. We will start right...
Is the stock market overvalued in 2024? Thanks to a Python library called Bokeh we can chart the...
Here we explore a deeper dive into Pyscript where all my code below is circa 2024 (the newest version...
I needed some quick Python to replace broken code over in AWS Lambda. While looking at IDEs I...
I wonder if this is out there in the land of programming jokes the only time you can have an...
Ever get the feeling that searching for the appropriate tutorial can be quite challenging? Recently I...
It is a File Watcher that watches my local S3 repository for changes. When any file is changed my AWS...
Cloudfront Functions (as of Nov 2021) can be used to mimic Apache htaccess behavior with Cloudfront...
Last week I decided to host my website using S3 and Cloudfront and because I am not an expert I ran...
My overall observations, it takes a lot of digging to find these gotchas and many times AWS docs...
Javascript wins out in my opinion, find out how below Now and again we need reminders about our rich...
In data analytics we use bar charts all the time. Here we construct a product sales stacked bar chart...
Did you know that grouping is still unfinished in the Javascript API specification as of 2023? It's...
Instead of using lodash and moment.js we can group and sum in plain javascript using the Date object,...
CRUD is a popular acronym for SQL and relational databases as it describes the basic operations...
Populating a stacked bar chart using only plain javascript without chart libraries (chart.js) or...
First, thank you Kevin at https://dev.to/kevtiq for getting us started on this bar chart. Here is...
I believe Mortbay was the first library used by Jetty back in the ninetys. Surprisingly you can still...
Just another boring article about JSON? Not really. First off, ur homework is to google JSON to see...
Running Google Analytics slows down site performance because adding any script to our html head tag...
In this article I will cite reasons to use SQL and reasons not to do so, followed by a simple NoSQL...
I am writing this because over decades it is now all a blur. It’s hard to believe that 5 decades...
This is a major milestone. I thought going to AWS would solve my problem but I was stuck with my AWS...
It was not long ago that I struggled terribly over React. Then I gave up on it because it seemed too...
This piece is not meant to be a rant about React but rather just some observations. I hope that...
It has been a long and complicated journey, a long slog so to speak. SEO is quite a process. Over the...
There’s a lot of gold in them thar hills and gold can symbolize the value of knowledge. The Java...
This year I went Serverless using AWS Lambda and S3 as my data table. OMG, I ditched Java and JQuery...
Learn Java, why do we want to do this in 2021 by Rick Delpo ...
How I coded a Cookie Free Geo Tracking app - Steps and Challenges Mission: to avoid having to...