Meteor has been one of the more difficult software architectures to learn so far in my young software engineering career. Just like anything new, Meteor has a steep learning curve and can be tricky to effectively build things in it....
One of the first issues I have had with Meteor is the initial setup. Often times when setting up a new project for the first time, getting the initial setup and installation complete can either make or break your project....
Often times I will come across a website which just doesn’t seem to look very visually pleasing. These websites are usually small business websites, like restaurants and bars. Usually, all I am wanting to do when I visit these websites...
The reason why Coding standards are simply standard practice
09 Feb 2017
Coding standards are one of the few fundamental things that all software engineers absolutely need to adhere to. I like to compare coding to writing a paper. In the beginning, when an individual is still trying to learn the ropes...
Why effective configuration management is crucial for success
31 Jan 2017
Often times I have found myself in situations where I needed to work with a team in an upcoming project. These group assignments can either be a very enjoyable experience and can make a very difficult task easy, or make...
Like all software engineers, I have always run into problems with my code. Most of the time I can solve this issue on my own. Usually through a bit of research ,on how exactly the code works, I am able...
Software engineering is something that really caught my attention after High-School. I had just graduated a year early from High-School and was lucky enough to be good friends with the director if IT at my High-School. One thing led to...
So far Javascript has been a very fun language to learn. One of the first things that pops out as something that is great, is the API. Like Java, Javascript has a very well done API. Doing tasks that can...