About This Website
This website was built using Drupal 8. The template was built from scratch using CSS, Javascript, PHP and Twig.
In the context of this website programming is a set of instructions to allow a computer or physical device to perform a task.
For the most part this websites purpose is to chronicle various uses of programming in both my personal and professional life.
This website was built using Drupal 8. The template was built from scratch using CSS, Javascript, PHP and Twig.
In the last year or so I have only been coding for work. This has been miserable. But recently i started just following these tutorials on YouTube and reworking them to my own code and low and behold I really started enjoying coding again...
So, I guess I'll start posting the results in this category.
I plan to get started on this probably in December of 2022
The MSRC provides funding for clean fuel alternatives primarily in California.
The website required a number of customizations outside of existing modules. I also needed to import 10 years of legacy data and documents.
The Inlandia Institute is a lively center of literary activity serving the 29,000 sq. mile inland Southern California Region. It grew out of the highly acclaimed anthology Inlandia: A Literary Journey through California’s Inland Empire, published by Heyday Books in 2006 with the active participation of the Riverside Public Library.
Recently I started following tutorials on YouTube provided by Google on using and understanding deep-learning. This is a subject I have had some interest in recently. These tutorials not only gave me a foot-hold on how to use deep-learning, but have also given me an opportunity to start using Python as a language.
The whole idea behind this project has never been to create games. It was really an exercise to optimize my Javascript abilities. Generally at work if I write Javascript it's using jQuery and due to time constraints it can often be quite ugly and not very efficient.
So I built a list of tools I felt would be necessary for a game engine and currently they aren't exactly efficient or easy to use.
For example the multi-canvas example currently can run about 60 objects on screen before it starts to slow down. .. That's terrible.
On my "down-time" as a hobby I write code. I know, that's a hell of a thing, but you have to remember that I started getting paid to do my hobby. But, my hobby is still my hobby. Part of the problem I have always had with my hobby versus my professional work is that I start a project...Then I will get bored with it and move on to something else OR I will get interested in some caveat of the current project which will derail me from the current project.
In mathematics a function in an operation where a variable is passed in an operation is performed and a result is returned.
x = f(n)
In OOP the concept is the same except that the function does not necessarily return a value.