Latest Insights

Thoughts on technology, business, and innovation

Thymeleaf cannot load css

Recently as part of an effort to ramp up on (Spring)(https://spring.io/projects/spring-boot) in preparation for a new project, I ran into an issue. The issue was: the css was not being applied to a page. I had the following in my Thymeleaf template:
Read Full Article →

Ruby queue adapter gotcha

When configuring the queue adapter in Rails 7.0.4 in application.rb file, the value you assign must be a symbol and not a string. I made the mistake of doing the later and I could not get Resque to work.
Read Full Article →

So you want to be a developer

There has been a lot of coverage in the news about the “great resignation” , people leaving jobs and deciding to try something different. I gather that the reason you are reading this is because you are thinking of exploring a career in software development. I would like to offer...
Read Full Article →

Another case for TDD

I would like to believe that most people in software engineering are fully convinced of the merits of test driven development, but for the very few holdouts out there, maybe this little anecdote from an experience I had will persuade you to at least explore the practice.
Read Full Article →