Create JavaScript key value array pairs using easy examples

JavaScript key value array

This is by far the most simple tutorial I will be writing. What forced me to write this guide on creating JavaScript key value array pairs, were some comments I received in other Js tutorials. If you are a Js developer, you might need these scripts probably most of the time. Be it a Js … Read more

Stop and remove all docker containers with easy commands !

STOP REMOVE ALL DOCKER CONTAINERS

If you are looking for how to stop and remove all running docker containers, here are a few simple commands to help. These are valid for docker compose also. Docker commands are not OS specific so these should run fine on Ubuntu, Windows, or Mac. There are multiple ways to achieve it. This blog post … Read more

How to Install node js in ubuntu ? Easiest Guide out there

How to Install node js in ubuntu

Install node js in ubuntu quick guide : Well if you have been into web designing as a developer or a learner then you must have heard about a widely popular JavaScript framework, Node.js. Node.js is an open-source cross-platform JavaScript framework that is mostly used to develop back-end server-side applications. This framework is built on … 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