11 Useful Third-Party Java Libraries

There is no doubt that java libraries are the first choice of developers. The reason behind this is java libraries provide so many useful, free and exciting features which are very helpful for the java developers. But these days, third-party java libraries are also very popular. In this collection, we are going to share with… Continue reading 11 Useful Third-Party Java Libraries

WP REST API: Internals and Customization

In the previous part of the series, we learned about creating, updating, and deleting content remotely through the WP REST API. It allows us to create platform-independent applications that work seamlessly with a WordPress powered back-end, providing a rich experience to the user. In the current part of the series, we will take a look at… Continue reading WP REST API: Internals and Customization

Set Up Google reCAPTCHA in OpenCart

Whether you’re a pro or a fresher in the world of website development, the word CAPTCHA should not sound alien to you. It is an important and widely used technique to determine if the user is a bot or an actual human. There are lots of third-party scripts that allow you to set up CAPTCHA… Continue reading Set Up Google reCAPTCHA in OpenCart

9 Best JavaScript Minifying Tools

Minifying is a technique of removing unnecessary characters from the source code to make it look simple and neat. This technique is also known as code compression and minimization. Here, we have gathered for you 10 best JavaScript minifying tools that will help you remove unwanted white space characters, new line characters, comments, etc. in… Continue reading 9 Best JavaScript Minifying Tools

WP REST API: Setting Up and Using OAuth 1.0a Authentication

In the previous part of the series, we set up basic HTTP authentication on the server by installing the plugin available on GitHub by the WP REST API team. The basic authentication method allows us to send authenticated requests by sending login credentials in the request header. While being quick and handy, there’s also a… Continue reading WP REST API: Setting Up and Using OAuth 1.0a Authentication

HTTP: The Protocol Every Web Developer Must Know – Part 1

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Learning the fundamentals of the World Wide Web is crucial, especially if you are planning to build web apps. And, HTTP is at the heart of any web application you could build. HTTP stands for Hypertext Transfer Protocol. It’s a stateless, application-layer protocol for communicating between distributed… Continue reading HTTP: The Protocol Every Web Developer Must Know – Part 1

Summernote – A Super Simple WYSIWYG Editor on Twitter Bootstrap

Twitter Bootstrap has been a great front-end tools for most web developers. Especially for backend development, it saves us plenty of times and efforts. Backend usually doesn’t need fancy design, hence, Bootstrap will be really handy to make the layout rapidly and reuse UI component easily. Previously, we introduced a WYSIWYG Rich text editor for… Continue reading Summernote – A Super Simple WYSIWYG Editor on Twitter Bootstrap

24 Cool PHP Libraries You Should Know About

It is an exciting time to be a PHP developer. There are lots of useful libraries released every day, and with the help of Composer and Github, they are easy to discover and use. Here are 24 of the coolest that I’ve come across. Your favorite is not on the list? Share it in the… Continue reading 24 Cool PHP Libraries You Should Know About