I have always been a solo developer, trying to create something for fun, for myself, trying to get something off the ground, whatever programming I do I did it by myself.
Recently I
I have been using Bootstrap since it was version 2. At the time Bootstrap was an easy way to set up a responsive website. And also it made your life so much easier
SCSS is a CSS pre-processor. By using a pre-processor like SCSS you can easily write simple and elegant CSS. You also have added advantage of variables, arithmetic operations and more. And overall writing
In my previous post, I wrote about how I manually deployed a working GlassFish web server for Java based web apps.
In this post I want to expand on it, and also give
Recently I had to locally run a JavaEE web app so I can contribute to the project. However, it was my first time trying to run a Java web app locally, or even