Where to Begin? Lets Start With PHP Basic Syntax. PHP is leaps and bounds above where it started. It’s a modern programming language that has Object Oriented capabilities. It’s the backbone of popular frameworks like Laravel. It’s great for the web and it makes writing web-based applications enjoyable. It can be used to produce both full-stack and back-end applications. With back-end applications, you have a choice for your front-end library or framework. With the Laravel backend framework, front end libraries like React or Vue tie in nicely. I still see countless arguments against PHP, so I finally had enough. I’m going to show you how

Is There Even a difference? To declare a pointer in C++, you would use an asterisk symbol next to your pointer name. To illustrate this, when declaring a regular int scalar variable, you might enter the following: int a; When declaring a pointer “b”, you’ll proceed by entering: int* b; As you can see, the pointer variable contains the asterisk symbol. Let’s look at the memory to see what just happened. For the scalar variable int “a”, 4 bytes of memory were reserved. If you look at the representation below, you’ll see that int “a” was in fact assigned 4

Git Ready to git started with git. This article is meant to get you started with GIT fast. There won’t be too much clutter as this article can be used as a reference later on. The following installation will focus mainly on Windows users. 1 — Download Git:  https://git-scm.com/download 2 — Install Git leaving everything as default 3 — Open the newly installed Git Bash Shell. You’ll also notice Git CMD and Git GUI have been installed. Git CMD and Git Bash will essentially have the same Git commands. Git GUI is a graphical way of using Git. 4 —

IT’s The Same Old STuff Each Day. Not Really. Daily work is always different for an IT leader. No two days are alike and that’s what makes it fun sometimes and stressful other times. There are dozens of recurring daily tasks, but we’ll just cover 5 in this article. Purchase Requests The email that I absolutely love to get is the Purchase Request. Everything always runs smoothly. IT gets exactly what they want, finance approves it no questions asked and purchasing creates that Purchase Order promptly.  I hope you can sense the sarcasm. I get a minimum of five PR’s

Are you ready to end your career? Test scenario: for the next 3 months bring  only  problems to your boss. Talk about all of the imperfections in the company. State that the organization would be drastically better under different leadership. You won’t last 3 months. Only try the above if you really are striving for unemployment. Get ready for the ultimate Developer Career Killer. Your Concerns Could Be Legitimate We won’t dwell on individuals who really do just complain for the sake of complaining; we can’t rescue them. You’ve actually seen something wrong within the organization and you want to

For the developer and business owner. You know how to write code. You have an idea of what to make and you want to jump into it. It’s a lot more difficult than you think. Not that you don’t have the skills; if you haven’t done it before, it’s going to be a struggle. And the main reason why it most likely wont succeed is you. Now that insulting you is out of the way, let’s get serious. Let’s see how to build an app. Be One With the Customer Does competition exist? I’m sure it does. Why are you

Hindsight is 20/20 When you’re a first time developer, everything is exciting and scary at the same time. You look at your Senior Software Engineering counterparts and wonder if you’ll ever make it to that level. It takes a few years to understand the ins-and-outs of the business, but once you’re there you realize how hard on yourself you actually were. These are the 10 Programming Tips I wish someone told me. 1. You Can’t Learn Everything You don’t know what you don’t know. It seems like you can just keep studying and you’ll know everything there is to know

The reasons are simple I worked with hundreds of developers over the last 15 years. The one thing that they all had in common, myself included, is stress. I was about 5 years into my development career when I felt so stressed that I knew it would soon start affecting my health. I was able to reflect and cope with it, mainly through books such as “Don’t Stress the Small Stuff and It’s All Small Stuff” and “The Mindfulness Solution.” Those 2 books changed my life. There are many legitimate reasons for developer burnout:  Deadlines Legacy Applications New Programming Language/Framework

The Developers death call.   MVP Software Development. No, not Most Valuable Player. In tech-talk, it stands for Minimum Viable Product. It’s something that is such a simple concept, yet everywhere I turn, I run into a roadblock with developers trying to create the next Picasso instead of the simple coloring book. It seems like these articles are everywhere. How is it that it doesn’t stick with developers? It could be that these articles are catered towards me and not to the all-encompassing developer community. I don’t think that’s 100% true. So, why is it that developers hear it but

Sometimes it’s better to think highly. C is a great programming language if you want to work closer with the machine. A couple of decades ago, C was considered a high-level programming language; look at how times have changed. We’ve been babied with programming languages like Java, C#, JavaScript, PHP, Python, you name it. You can pull a car using the frame machine, but we’re going to do it with a hammer and a chain. Why? Just to prove that we can. There are other reasons for studying C; the primary being the speed of the program. Understanding how everything