Git hooks are configured scripts that are executed at specific moments during git operations. ghooks is a package that configures git hooks so that specific commands can be run at those moments.
How I Built an Admin Dashboard with Python Flask
In this article, I will share the how I built an admin dashboard. I will give a step by step guideline on how I built this application with Python Flask, MongoDB and Heroku.
Getting Started with React Native in 2020
This post is going to be about giving you a quick start if you are interested in learning and developing mobile apps using React Native. Few fair advantages for developers from web background.
REST API Design Best Practices
In this article, we’ll look at some characteristics of good REST APIs with examples.
Top 20 Java String Interview Questions And Answers
In this article, I am covering the top 20 Java String Interview Questions. After reading this article, you will be ready to rock the String part of your Java Interview.
Think Like a Pythonista — Building a Book Sharing App
Python with the boom of machine learning has been the goto language for most companies and newbies. The best way to learn Python is not to learn it’s syntax but to build an app with it.
Comprehension in Python
In this article, we will discuss one of the powerful features of Python programming language called Comprehensions. We will cover the usage of Comprehensions as a way to optimize the code.
Top 6 Features of PHP 7.4 – Explained with Examples
PHP 7.4 is a minor version, but it includes plenty of new features. Here I show you the top 6 of them with examples. They can make a significant effect on your PHP development process.
Guide to Control Flow Statements in Java
Control flow statements are an important part of any programming language. This article is your complete guide to control flow statements in Java.
Understanding The GIT Workflow
In this article, we are going to learn the GIT workflow. I will explain to you a simple GIT workflow developers use to track the changes and maintain the clean GIT history.