Shishir Raven

I code things

Uncategorized

Finally Microsoft has build the feature that I was looking for. It’s Focus Sessions.

Well I am a fan of pomodoro technique and its a wonderful thing. So I was always looking for a countdown timer that could run on the Windows and could appear on top of the all the windows. Did some searches on the internet and could not find a suitable free match. But to my […]
Author
Shishir Raven
Filed Under
Published
July 15, 2022
Read the Article

How to Speed up Project Development with a .bat file.

Well every developer might be facing the same process when they open up their laptops every day. Like opening the project, opening the Project Management Website, opening the code folder etc, etc. Here are some ready to use commands that can help you Automate the process. Opening the Project Folder in VS Code through a […]
Author
Shishir Raven
Filed Under
Published
June 18, 2022
Read the Article

How to avoid node_modules folder in Zip.

Just as I started coding on an exciting note taking app I realized that if my laptop crashed I would lose all the hard work I have put into coding thousands of lines. I had not taken the backup in a while so I stopped the work and uploaded a zip to Google Drive. But […]
Author
Shishir Raven
Filed Under
Published
April 29, 2022
Read the Article

Crowdsourcing, what it is, types, benefits and how you can use it.

What is Crowdsourcing? Crowdsourcing is extremely powerful in accessing Intelligence, talent and cumulative power of many for your project or problem The word Crowdsourcing originates from A mixture of “crowd” and “outsourcing,” and was coined in 2006. It can be said that it is a way of using crowds as a source for various things […]
Author
Shishir Raven
Filed Under
Published
February 20, 2021
Read the Article

How to write articles faster?

Tip 1 : Write More. Write Daily. Practice Translates to Speed. Writing helps in Vocabulary Expansion & Maintenance and it with daily practice it makes it easier for your to translate an Idea to Words. Writing daily has some great benefits Your Ideas get improved exponentially. Writing in the form of Journal helps you gain […]
Author
Shishir Raven
Filed Under
Published
February 6, 2021
Read the Article

How to access your localhost from Anywhere

I develop a lot of things for the web. And when you do so you do not code live you usually develop on your localhost and then you have to upload it online so that you can give a demo to your client (or show progress to your boss). To avoid of hassles of uploading […]
Author
Shishir Raven
Filed Under
Published
April 11, 2020
Read the Article

Vtiger Opensource showing blank page after Installation and logout.

Fix : Comment out the following
Author
Shishir Raven
Filed Under
Published
April 1, 2020
Read the Article

Zip only specific extensions on Linux/Debian

Case Requirement: I wanted to download only the PHP files in the existing folder structure leaving all the images, js and other folders. Zip Command Zip command to Download PHP and HTML Files.
Author
Shishir Raven
Filed Under
Published
March 31, 2020
Read the Article

Debian 10 Buster, Installing LAMP and PHPMyAdmin

Writing this guide to help anyone who would like to install LAMP Debian 10 with MySQL (not maria DB). I found great help on the internet and I would be using articles. I tried to use Tasksel for some reason it just did not work. It would have been wonderful to install everything from a […]
Author
Shishir Raven
Filed Under
Published
January 28, 2020
Read the Article

Finding the heaviest files or folders in Debian.

Keeping the server clean is quite an activity and for me where my companies DNA is to create SAAS based platforms. Users are responsible for most of the uploads. I needed a quickly find out which folders or files are taking most of the space on our server and I found the following command. Basically […]
Author
Shishir Raven
Filed Under
Published
January 24, 2020
Read the Article
1 2 3