Still using Excel and Word to manage your projects? Switch to Sagilo; a free online app that will allow your team to collaborate, plan and deliver efficiently. Register for free. No credit cards required.
Sequelize is a great ORM for Express which supports not just MySQL but also PostgreSQL and SQLite. Just like any other ORM, to perform JOIN queries using models you need to first define an association between the two tables (models). This association can be hasOne, hasMany, belongsTo and so on. Now this becomes tricky if […]
The way WordPress uses jquery’s ajax is quite different from the usual one. Though the official codex explains this in great details still it can be little daunting for new commers. This post will explain in brief how to use ajax in WordPress.
Get current branch git branch Above command will list out all the branches in your current working directory that you checked out. The current active branch will have a asterik mark before it. Switch to different branch Say you are working on master branch. Now you need to switch to branch named develop git checkout […]
Composer is a dependency manager tool. Nowadays every other PHP package available out there is using composer for installing. Gone are the old days when developers use to require the required files for including a package. With composer you just need to add the package name in composer.json and composer will not only download the […]
Most of the vectors, illustrations and images used on this website are downloaded from Freepik and Pixabay. We are not affiliated to any of these websites but we definitely recommend these websites if you are looking for royalty free commercial images for any of projects.