Zeffy Donation Form Demo
3 ways to embed Zeffy donate into website. Note, the black border will not show up in the website. Button Popup
Zeffy Donation Form Demo Read More »
Uncategorized
3 ways to embed Zeffy donate into website. Note, the black border will not show up in the website. Button Popup
Zeffy Donation Form Demo Read More »
When I started working here, the kitchen floor was always dirty, and equipment was dirty and often unmaintained. Various areas with equipment had caked on layers of grease. The dish room was poorly run, and a workflow nightmare, and the delivery carts had mold growing in them. Most workers didn’t care about the cleanliness, whereas
My time working at St. Francis Hospital Read More »
I was reading some article about OOP, a well-written article with better detail and an author with more robust industry experience in programming, about The Faster You Unlearn OOP, The Better For You And Your Software. The author articulates a lot of good points in a technical manner, but I noticed one of the comments
Does OOP reduce bugs? Read More »
A few days ago I saw this Instagram short. One of many like it that I’ve seen over the years, listing popular coding languages. I hate these kinds of lists. Popularity has not and never will be an appropriate measuring stick for the quality of a language. People do this all the time because they
C’s popularity is its only asset Read More »
tl;dr: You have to access the specific site’s cache information by using a button to the left of the URL in your browser. In most browsers, this should be a little lock icon for “security”. Microsoft Edge and Chrome: If you’re here, you know you’re looking at a page that has outdated information and you
How to Hard Refresh Any Browser on Mobile and PC the RIGHT way Read More »
I’ve been using ChatGPT for a while to learn about programming, however most of what I want to learn has changed since the original dataset was created for ChatGPT, so it gives me outdated answers on some things involving Flutter and Dart language. I’ve always wondered about Quantum Computing, because it was never explained to
ChatGPT explains Simple and Mathematical explanations of Quantum Computing Read More »
Unhook – Remove YouTube Recommended Videos – Microsoft Edge Addons Sometimes it is nice to not be distracted by the thumbnails of videos that keep you hooked on YouTube. To get better work done, especially if you have ADD or ADHD, this plugin for most major web browsers will remove many distractions and annoyances. I’m
How to hide YouTube suggested videos at end of video Read More »
Why are we using == and := for operators in programming languages when we could have used =? and left = alone? This is so much more readable and visually intuitive!if(a =? b)while(a =? b) And we could have unified the notation with >? and <? …if(a <? b)It is much clearer that we’re asking
How not to bastardize mathematical notation in a language. Read More »
Annotations Annotations started out as a simple feature in Java for signalling to the tools that read Java code the values of common information, like @author of a piece of code. You know, things that you needed to annotate within your code. Think: NOTE. You would mark your annotation with an @ followed by an
Reason #1 to avoid Java: Annotations Read More »