How to Easily Schedule Jobs in Laravel
Scheduling a repetitive task is a great way of saving time. Often we might need to schedule a task to – say sending an email …
The Knowledge Ocean
Scheduling a repetitive task is a great way of saving time. Often we might need to schedule a task to – say sending an email …
In any real-world application; we often need to store uploaded files of the users. By default, Laravel stores the file inside the storage/app/public folder. But …
Live Search is a great way to retrieve specific rows from any database based upon user requirements. This in turn lowers the network overhead and …
Queues are amazing. Queues literally make your ‘Job’ faster. But, queues are confusing and often too much a hassle to learn. In this tutorial, I …
Mininet is a powerful simulator which can simulate the entire SDN (Software-Defined Network) into a computer system with the minimum requirements from the host system. …
A few days back I came across a warning which said that smart TV’s can possibly spy on its owner and frankly I was not …
The Robo Firefly is a nature-inspired robot that can fly by flapping its wings compared to traditional drones which are powered by propellers. Robo Firefly …
On Nov, 6 MIT posted a video showing its virtually indestructible mini cheetah robots doing all sorts of things like running, jumping and playing soccer. …
Often while building web applications a common mistake developers do is to add their mail sending codes in the same controller function where they are …
One of the hot topics currently in networking is Software-Defined Networking (SDN). An emerging architecture that’s got the potential to deliver a huge paradigm shift …