Learning Game Development: Complete guide using HTML5, CSS & JavaScript
September 22nd, 2021 10:54 AM Mr. Q Categories: JavaScript, Learning
Game development steps start to finish; layout of everything needed to create JavaScript games. Using the three pillars of Object Oriented Programming, (Encapsulation, Inheritance, & Polymorphism) to keep our code clean and easy to maintain. Why use JavaScript for game programming: #1 answer is, it will run on any device […] Read more »
The high and mighty John Conway’s “Game of Life” using HTML, CSS & JS
September 12th, 2021 10:35 AM Mr. Q Categories: CSS, HTML, JavaScript
Hey guys, today we’re gonna make a cool game called John Conway’s Game of Life using HTML, CSS, and JavaScript. John Conway is a really smart math guy that we should look up to. The Game of Life is a game that nobody plays, it’s kinda weird. Each square on […] Read more »
Booty Cream
June 3rd, 2021 7:00 PM Mr. Q Categories: Beauty
Sometimes your booty just does not have that fresh feeling (you know what I mean). When we were younger (babies), you would get a rash, your parents would slap some magical potion on your ass, and next day is heaven again. That magic potion is easily made with OTC supplies: Read more »
Understanding a brushless DC motor characteristics
June 2nd, 2021 6:56 PM Mr. Q Categories: Motor, Remote Control (RC)
When purchasing a brushless DC electric motor (BLDC motor or BL motor), there are so many choices, which one is best for me? First off, what are the terms and parts: Now a motor example: D2822/T12 1450kV is a mouth full, so lets break it down: 28 is the stator diameter. 22 is the stator height, the actual part […] Read more »
DNS record types
May 28th, 2021 6:07 PM Mr. Q Categories: DNS
We need to understand the different types of DNS records. The purpose of this page is not to do a deep dive, but enough to set up your domain appropriately. In addition, a couple of tools will be reviewed to validate when your change has been synced within DNS (in […] Read more »