Git Commands Cheat Sheet
A list of some commonly used Git commands to get you going with Git.
1. Configuring Git2. Checkout Remote Project3. Adding Local Project to Git4. Git Difference...
Integrate Apache Tiles3 to Spring Boot Web MVC Application
Spring Boot Web MVC configured to produce an executable WAR and ready for fully fledged web application development. In this tutorial, we will see how to use Ap...
Using H2 In-Memory Database in Spring Boot
In the course of this tutorial, we will see how to use the H2 in-memory database to perform the CRUD (create, read, update and delete) operation in Spring Boot.
How to Encode and Decode URL in PHP
This post explains how to encode and decode URL using PHP. PHP supports encoding and decoding of URL by providing some built-in functions. Encoding is required ...
Default Methods for Interfaces in Java8
This example-driven tutorial outlines the usage of default methods for an interface in Java8. The Java Tutorials have been written for JDK 8.
Create and Manage Git Branches from Command Line
List of useful git commands to help you create and manage git branches from your terminal. Be Smart!! Never go away from your terminal.
Java Method Chaining with Example
The term method chaining refers to both a design and a convention. Each method returns an object, allowing the calls to be chained together in a single statemen...
Popular Java Object Mapping Frameworks
Applications often consist of similar but different object models, where the data in two models may be similar but the structure and concerns of the models are ...
Google Chrome Teases Surprise as it Celebrates its 10th Birthday
As Google Chrome turned 10 the weekend, a tweet from the official Google Chrome account indicated of some surprise chrome feature updates.
Though nothing specif...
API Gateways and Key Benefits to Consider
With micro-services gaining more popularity among businesses in recent days, organizations are also finding it arduous to run such types of services. An API gat...
How to Make Youtube Load Faster on Non-Chrome Browsers?
Struggle with Youtube on Firefox? Use this YouTube Classic Firefox extension to rollback to fix this.
Dynamic UIButton on UIScrollView Swift 3.0
The following code snippet shows how to create dynamic UIbutton in UIScrollView using Swift 3.0.
Before we begin, let us create a new project by selecting Singl...
How GCeasy and FastThread are compared to JVisualVM?
A potential customer asked us this question: âHow GCEasy & FastThread are compared to JVisualVM?â. As it was a great question, here was our answer:
1. Intel...
WWDC 2017 Highlights: Watch OS, iOS 11, Apple Pay and more
WWDC 2017, the biggest annual Apple developer conference gave us a bounty of major announcements on new products, software updates for this fall. Some of my fri...
Integrate Facebook Login into a React Native iOS App
Hey folks, In this article we will show you how to create Facebook Login using React-Native that will work for both iOS and Android Platform.
As assume that you...
10 Micro Metrics for Your Performance Reports
In a lot of enterprises, performance tests are conducted regularly. As part of these tests, QA team gathers various metrics and publishes them in a performance ...
Creating Login Screen in React Native
React Native lets you build mobile apps using only JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative component...
Creating Bootstrap4 Fixed NavBar with Shadow on Scroll
In this example, let us create Bootstrap 4 sticky top navigation bar that shows shadow effect when page is scrolled. For this, we will be use Bootstrap4 framewo...
Getting Started with React-Native for iOS and Android
Hey folks, React-Native is happening Framework for Mobility in recent times due to itâs tremendous success which was developed by Facebook. Overall itâs a new w...
How to Generate Valid RSS Feed for your Laravel Application?
Feeds are one of the traditional and most effective ways to distribute your content to the wider audience. There are thousands of apps such as Feedly, Apple New...