-
Yet Another Website Relaunch

-
Dignity in Tech

-
I’m Back WordPress, I missed you! So Long Hugo, Hello JAMStack!

My career, and development as an engineer, can be followed through the evolution, redesign, and rebuilding of this site — www.jackreichert.com. Initially I launched on shared WordPress hosting, and built on top starter themes. It was rudimentary, but it worked, and I got my first full-time tech job with those skills. As I learned systems…
-
Announcing the new ISDA.org

I’m the Director of Web Development at ISDA, a trade organization whose goal is to make the global derivatives markets safer and more efficient. I started there a little over 6 years ago, just after they had launched a new site. The design was contemporary for its time. The codebase was built on top of…
-
[Video] It’s broke: how do I fix it? Debugging your code in WordPress
![[Video] It’s broke: how do I fix it? Debugging your code in WordPress](https://jackreichert.com/wp-content/uploads/2021/04/title-slide.jpeg?w=1024)
-
How to set up a local WordPress Vagrant development environment

-
It’s broke: how do I fix it? Debugging your code in WordPress

-
How to see if a class was added to an element using JavaScript

-
Plugin Concept: Request Post Feedback (with revisions)

I was listening to the Post Status Draft podcast from about a year ago where Brian, the founder of Post Status, interviews Matt Mullenweg. In their discussion they Brian mentioned the Drafts with Friends plugin and how he’d like to see something like Google Docs collaboration, editing. That got me thinking about what the MVP,…
-
Refactoring a WordPress plugin, Object-oriented, a start

I recently dissected an Object Oriented WordPress plugin boilerplate. This exploration was part of a project I am undertaking to explore best practices for implementing Object Oriented principles in WordPress development. When it comes to implementing coding principles, I’m generally not a purist — I aim to be utilitarian. One of the dictums I drum into my team…