-
Career
Soft Skills on Technical Resumes
I was in Google Docs collaborating on a resume for a Resume Raiders client the other day when a comment…
Read More » -
Software Development
Achieve better user experience with application performance monitoring and troubleshooting
It is every developer’s dream to deploy a robust application devoid of 4xx and 5xx errors, with minimal response time,…
Read More » -
Software Development
Creating a SQL Database Project for Isolated Development
Introduction Working with a team of developers often poses challenges and causes frustrations with managing the development database. There are…
Read More » -
Software Development
Creating Expedient Microservices in Rust and Diesel
Rust is one of the most talked about languages out there right now. While the language just hit 1.0 last…
Read More » -
Career
Amend Your Contract To Allow For Side Projects
The other day Joel Spolsky blogged a wonderful overview of the copyright issues with software companies in terms of its…
Read More » -
DevOps
Integrate Spring boot and Elastic Beanstalk using Cloudformation
AWS beanstalk is an amazon web service that does most of the configuration for you and creates an infrastructure suitable…
Read More » -
Software Development
MVC vs. OOP
Model-View-Controller (MVC) is an architectural pattern we all are well aware of. It’s a de-facto standard for almost all UI…
Read More » -
Core Java
How to implement Thread pool in Java
A thread is an independent program’s path of execution. In java, each thread extends the java.lang.Thread class or implements java.lang.Runnable. Multithreading refers…
Read More » -
Agile
Cost Accounting is a Problem for Agile (and Knowledge Work)
The more I work with project portfolio teams and program managers, the more I understand one thing: Cost accounting makes…
Read More »