Delete all you facebook posts using Dev Tools

In this article I'll show you how you can use delete all your facebook posts using simple script. We will write some code in Dev Tool console and it will delete all the post one by one for us.
Published 46 months ago.
» Read More

Deploy your website using gh-pages

In this article I'll show you how you can deploy can static website to Github pages using gh-pages library. It is mainly being used by static site builder but you can use for any website using HTML, CSS and JS.
Published 47 months ago.
» Read More

Learn Laravel Middleware

In this article, we will understand the middleware. How does middleware work? What is the use of middleware? Why using middleware is a good practice?
Published 47 months ago.
» Read More

Why do we need Middleware?

In this article we understand why we need Middleware, this is in general of backend. In amy backend you see there is middleware and I will talk about the real use of it. Is middleware is mandatory to use ?
Published 47 months ago.
» Read More

Running raw SQL query in Laravel

In this article we will see how we can run raw sql query like vanilla/pure php.
Published 47 months ago.
» Read More

Laravel upload files to Heroku

In this article we will see how we can upload the files to the heroku. When we deploy our website to heroku then it don't allow us to upload the files to the server.
Published 47 months ago.
» Read More

Make your Laravel Project Live

It's time to make your project available on Internet but for free. You can't take you laptop to everyhwere and tell the people see, I made an awesome applicaiton. It's kind of impossible to take our computer everywhere. We need some free or cost efficient way of doing this.
Published 47 months ago.
» Read More

Create vs forceCreate

forceCreate is something new which I came to know in Laravel. This is kind to forcing Laravel to create data in database forcefully.
Published 47 months ago.
» Read More

About

I am Nitish Kumar Singh from India. I write code and also do open source contribution. I create content for learners and help them in building their product and projects.