Meteor to me has been a mixed bag. Trying to learn it over the past couple of weeks has been a trying expriance. compared to picking up base html or semantic UI meteor has been a lot more involved. part...
Picking up a UI framework is no easy task and we might ask ourselves why even bother when html is honestly not that difficult. However after putting in the time in a framework like semantic UI the benefits can easily...
Coding standards may seem like an unnecessary hassle when one is starting out with code. This can seem especially true when using tools like ESLint as it constantly flags tiny mistakes. And while it might seem frivolous when one is...
Configuration management is one of the key tenants of software engineering. Without a system to manage contributions between team members, larger software projects would simply not be possible. The need to coordinate changes and versions between developers has driven the...