Git installation on windows 10 tutorial easiest way possible

Git installation on windows

Wondering how to do Git installation on windows? Here’s a tutorial that will help you to install git on windows 10 fastest way. What is VCS? Version Control systems(VCS) were started as a software development tool, but nowadays almost every development team(be it hardware or software) uses one. Version Control(VC) allows us to manage changes … Read more

Redirect URL in Javascript : How to tutorial with examples

Redirect URL in Javascript

Wondering or stuck on how to redirect URL in Javascript ? We have created a definitive guide for you. The best thing about programming, especially web programming is that the developers have a number of options to do a particular task. The web developers get a variety of programming and scripting languages with each language … Read more

Laravel clear cache step by step guide – MyTrashCode

Laravel clear cache

Over the years, Frameworks have become an important component in development of web applications, after all they help the programmers to write small and effective codes. Therefore issues such as how to laravel clear cache can come up easily. For the people of non-technical background or those who haven’t heard about web frameworks earlier, then … Read more

Linux logging guide: Understanding syslog, rsyslog, syslog-ng, journalctl

Linux logging guide

I guess you have landed on the blog as you were facing some issue with linux logging, or maybe just got attracted by the title. Let’s understand some of the basic linux logging terms such as syslog, journald, rsyslog, syslog-ng and systemd journald. Basics of linux logging We’ll go ahead and start with very basics. … Read more