My Humble Acode


Come in. Stay a while.

Performance Optimization: Minimizing Files

As web developers, it is not only important for us to create functioning and attractive web applications, but we must also ensure that our applications are performance optimized. Optimization is important because it affects the loading time of your application. The longer your application takes to load, the more likely a user is to navigate away from your page or app.


How To: A Guide to Outlining and Organizing Your Applications

Since graduating from The Flatiron School’s Software Engineering program, I’ve been pretty busy with networking, cleaning up past projects, applying to jobs, and learning new coding concepts. With a completely new schedule and more responsibilities than when I was enrolled in boot camp, I had to make some changes to my coding processes, in order to make more efficient use of my time.


Pure Functions: What Are They?


Arrow Functions

Arrow functions, introduced in ES6, are a shorter and often times more readable way to write functions in JavaScript. In addition to the aesthetic changes, there are a few key differences between arrow functions and regular functions.


Final Project and React Components

Well everyone, I did it. I’ve officially completed my final project and survived Flatiron School’s Full Time Software Engineering boot camp.