This post explains how to setup a new repository from a sub-directory of an existing git repository.
Category: Web Tools Utilities
developer designer tools & utilities
Validating JSON with JSON Schema using Postman, AJV and BrijPad
Do you want to validate JSON response of your application REST APIs? For a large JSON, it is easy to use JSON schema for validation. In this post, we will see how to validate JSON response with JSON Schema in Postman using ajv validator. BrijPad – Online tool allows you to generate and validate JSON Schema. We will use it to generate Schema.
Read Also: Inspect JSON Easily with BrijPad
RabbitVCS: A TortoiseGit for Ubuntu
I am fan of TortoiseGit on Windows as Git client. It displays icons on files and folders of the repository in file explorer which is easy to know the status. You can perform different repository operations in the explorer itself without open a standalone app for Git. Nowadays, I am using Ubuntu so much. So, I need the same in Ubuntu 18.
On googling, I found RabbitVCS. It is a graphical front-end for version control systems available on Linux and it integrates into file managers to provide file context menu access to version control repositories like TortoiseGit.
Introducing HISAAB – Online Tool To Track Expenses With Your Voice
It’s time to welcome HISAAB, a simple online speech recognition app, for tracking your expenses with your voice i.e. no need to type. It will help you to note your expenses and calculate the total amount quickly. It allows you to Copy, Email, Save or Print the data. It supports English and Hindi languages.
Chrome Developer Tools: Inspect JSON path and extract data quickly
Do you want to query JSON document, extract data, select sub sections or testing a query quickly? This articles explains to do it using Chrome Developer tools. I am using Google Chrome Version 60.0.3112.113. But it should work for all recent versions.
Read Also: Copy DropDownList Data from a Website: Chrome Developer Tools
Git Commands: Step By Step Guide (Part 2)
In this tutorial, we will go through Git commands related to Branching and Merging. Branches are used to develop features isolated from each other. It represents an independent line of development. The master branch is the “default” branch when you create a repository. Use other branches for development and merge them back to the master branch upon completion.
Before getting started, if you are beginner, I highly recommend to read the previous post which covers the basic commands:
Git Commands: Step By Step Guide (Part 1)
The following video covers to create a new branch and merge it back.
Git Commands: Step By Step Guide (Part 1)
In this tutorial, we will go through basic Git commands step by step and see how to use in the project. Also, we will put the code in the cloud using GitHub. It is assumed Git is already installed and configured on your machine. I am using Windows 10 for this post, but the same Git commands can be applied on Linux/Ubuntu.
Security Whilst using Online Services
We all know that most of the nowadays internet users could be tracked – that is not a secret, and honesty of Edward Snowden has supported that already several times. While some of us hide all their data in a panic and others rejoice that they are not registered in social networks, and far-sighted people are looking for safe ways to communicate with their friends – Big Brother is not sleeping and trying to track us.
Copy DropDownList Data from a Website: Chrome Developer Tools/Firebug Tip
Useful JavaScript and jQuery Libraries, Plugins [May 2012]
I’ve used different javascript libraries in different projects and realized to prepare a list of commonly used javascript/jQuery plugins every web developer should know. In this post, you’ll find the list which might be valuable for your upcoming projects.