Setting up Postfix on Ubuntu

April 6, 2020 Postfix is an open source Mail Transfer Agent which will allow your server to receive emails from a specific address and parse that email as you see fit.Imagine you had a domain at hello.com and you w...

How to Append HTML to Another Element

March 16, 2020 Appending HTML to the end of another element is very simple. Most people shy away from jQuery nowadays so it's important to know how to append HTML to another element in Vanilla Javascript.Let's say t...

5 Tips for Becoming a Better Developer

March 15, 2020 Want to be a better developer? We all do, right? Well I’ve put together 5 sure fire fundamentals to follow in order to become a better developer. Ironically these tips have little to do with code, but...

Connecting to a MySQL database in NodeJS

March 14, 2020 Connecting to a MySQL database in NodeJS is actually quite simple. First off, you'll need to make sure you have a local MySQL server on your machine and then you can follow these steps.To start off yo...

Timing Functionality in JavaScript

March 14, 2020 Timing the functionality in your JavaScript code can help you write more efficient code and it can help you figure out which code is slowing down your application.Luckily JavaScript has a few handy he...

Clean Up Your Legacy Code

March 6, 2020 The code you write today will eventually become "legacy code". After time our code needs to be refactored or rewritten. Similarly the thoughts and impressions we code into our mind must also be refact...

Drinking and Coding

June 22, 2019 This is a short story about my experience with drinking beer and coding. Will it make you less productive? Maybe more creative?During my college years and my 20's I had many nightly programming a...

Custom Laravel Blade Directive

June 20, 2019 Laravel Blade is a simple templating language which make views much easier to read. Blade gives us some simple shorthand syntax for common PHP functions such as @if, @foreach, @isset, and many others....

Javascript Foreach

April 9, 2019 The Javascript Foreach loop comes in very handy when you want to loop through an array of items. The loop will execute for each item in your array. Take a look at the following example of a Javascript...

8 Common Page Speed Optimizations

April 5, 2019 As a developer I don't really enjoy working on front-end page speed optimizations... Those things are boring, right?But... If you want your pages to rank well in Google it almost becomes a mandatory t...

1 2 ... 7 8 9 10 11 12 13 ... 19 20