Now available for download I've always wanted to build something like this and I'll be honest its not entirely what I expected it to be but also it kinda is. During my years of programming in my head I also thought of making something more graphical. Something where I didn't always had to type. I've … Continue reading Building FlowPro – a flowchart based programming tool
Why I like to code and maybe why you should
I must be crazy right. Sitting down all day, staring at the computer, typing. None of this is fun. Why would I like to do it. That's a good question right. Coding is boring. Of course everything is boring if you don't enjoy it. Opps. I already answered the question. What else is there to … Continue reading Why I like to code and maybe why you should
Why every programmer should build a code editor
Well shoot. Obviously not right. From here on I'll walk you through my little journey in building a code editor using Node.js Electron, Html and CSS. It was shockingly fun. Working with Electron I have worked with Electron before but it was very basic attempt so this time because I wanted to explore desktop applications … Continue reading Why every programmer should build a code editor
Database backup script using CLI and PHP Tutorial
In this tutorial we look at how we can backup a database using a simple command line script.
Keeping it Simple with Class Based SQL Queries and PHP
In this post I will look at a class I built to simplify querying the database using the same code over and over and over again. There are a lot of classes out there of course that do this but I built one just to serve my simple purposes. This class had to do a … Continue reading Keeping it Simple with Class Based SQL Queries and PHP
Over intervention against required intervention for programmers
After reading Antifragile by Nicholas Taleb my mind immediately began to think of ways this can be applied to programming. Admittedly the book was a hard read, mainly because I didn't want to go through the trouble of researching the bigger words however that did not stop me from getting the larger concepts behind everything … Continue reading Over intervention against required intervention for programmers
Building an Advanced Calculator with vanilla PHP
In this post I go through the steps of building an advanced calculator with PHP. What makes it so advanced. Well it can do more than just add and subtract two numbers. Lets get to it.
Reactive vs Responsive Programming – Which is Better
First lets do the most important thing. Let me explain. In this article reactive programming refers to responding immediately or as soon as possible to change requests to your application code base. Responsive programming however is viewed as a planned action based on individual or multiple change requests to your code based. From the get … Continue reading Reactive vs Responsive Programming – Which is Better
I built a Tic Tac Toe Game with Vanilla PHP
I built a tic tac toe game with PHP. Using only PHP in this post I outline how I did it. The full code and video is at the end.
Another react tutorial
Another react tutorial. Booooooo! So boring