Bespoke Java Framework

I’ve been saying that a JavaScript framework would be overkill, so I am writing patchwork code. I actually realized that’s not all that necessary in JavaScript. As I’ve said before JavaScript supports OOP classes, which makes it easy to associate data types with one another. It’s also super nice because it means I can handle… Continue reading Bespoke Java Framework

Responsive Design vs Dynamic Design

If you are new to front-end development you may be unaware that responsive design and dynamic design are two different concepts. It can be frustrating because in English the terms are largely synonymous with one another. However, in the front-end space the words mean two completely different things. The relationship is that every good website… Continue reading Responsive Design vs Dynamic Design

Dynamic Portfolio Update

It turns out improving the layout of the portfolio took a lot less effort than I expected. As a result, I rolled out the update sooner than I expected. Some of the challenges I faced were with rendering CSS properly, and figuring out how to keep all of the projects aligned properly. If you look… Continue reading Dynamic Portfolio Update

Streamlined Portfolio Design

Currently this website utilizes solely vanilla HTML and CSS, but over the next few days that will change. I have been playing around with an idea in vanilla JavaScript that now seems to work. The trick seemed to be to use class objects yet again. What I am doing is combining the text for the… Continue reading Streamlined Portfolio Design

Personal Health ‘n Stuff

Since I’m trying to post daily I figured I’d go ahead and give some updates on life. First things first, a year ago I had a stroke due to abnormally sticky blood and a flap in my heart. I had some issues with scheduling and communication with several doctors. One of them ended up prematurely… Continue reading Personal Health ‘n Stuff

Object Orientated Python Editor Update

My last post I had used a data structure to handle the words and their counts, but sorting that structure was messy. I played around with a few songs from a few major artists and bands, and found their song was typically between 374 and 601 words long. The few I dove deeper into generally… Continue reading Object Orientated Python Editor Update