70 jQuery Interview Questions to Ace Your Next Interview

For those preparing for an upcoming jQuery interview, it’s important they are familiar with the all of its features and functions. It should go without saying that a strong JavaScript developer should be familiar with jQuery because, in a way, they both go hand in hand. We’ve compiled a list of 70 jQuery interview questions […]

Shorten Your Coding Time With These 3 Tips

Time is money. When it comes to software development, there are never enough hours in a day. We’ve all been there when we’re so close to finishing a project but it ends up taking more time for all of the little details — beautiful UI, more stability, testing, etc. — to come together hours or […]

Intro to Bootstrap Web Design

For those of you who are just joining us, we’d like to introduce you to Bootstrap. Have you heard of Bootstrap web design before? Some people call it a plus for web developers with zero design knowledge, while others call it a blessing for the designers themselves. Whichever it is, using Bootstrap makes things a whole lot easier and faster. […]

UI Web Design with ReactJS

React is an open source library for building user interfaces from Facebook. Most noteworthy, React makes it painless to create interactive UI web designs. All you have to do is design simple views for each state in your application. As a result, React will efficiently update and render just the right components when your data changes. […]

Tutorial: How to Run an App with Docker Software

 First of all, what is Docker software? It is recognised that Wikipedia defines Docker software as, “an open-source project that automates the deployment of software applications inside containers by providing an additional layer of abstraction and automation of OS-level virtualisation on Linux.” Therefore, Docker software is a tool that allows us to package our Docker app with all […]

JSON Web Token Tutorial

The Need to Secure Your Single Page Application Many are adopting a new approach with the rise of single page applications (SPA) and modern client-side frameworks to support it like Reat, Angular or Vue. They create separate architecture for building applications, in which they build an API to handle business logic and move presentation layers to the front-end […]