Trying to be a project manager

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

How to setup SCSS on your computer

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

Install a Community Server On VSCode

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