Skip to content
Technology and Trends
  • Home
  • Database
  • Big Data
  • Hadoop
  • Spark
  • Linux
  • Interviews
  • Toggle website search
Menu Close
  • Home
  • Database
  • Big Data
  • Hadoop
  • Spark
  • Linux
  • Interviews
  • Toggle website search

Author: nitendratech

This author has written 246 articles
  1. Home>
  2. nitendratech>
  3. Page 15

How to Run Bash Script in Background?

  • Post author:nitendratech
  • Post category:Linux
  • Post comments:1 Comment
  • Post published:April 12, 2020

There are times when you need to execute a long-running data ingestion job or a complex Extract, Transform, Load(ETL) data pipeline in the background. You can use the feature Shell…

Continue ReadingHow to Run Bash Script in Background?

Atlassian JIRA REST Java Client(JRJC) Library

  • Post author:nitendratech
  • Post category:Java
  • Post comments:0 Comments
  • Post published:March 25, 2020

Atlassian Jira is a propriety issue tracking software developed by Atlassian which provided provides bug tracking, issue tracking, and project management functions.In this post we will focus on important REST API and JQL(Jira Query Language) provided by Jira

Continue ReadingAtlassian JIRA REST Java Client(JRJC) Library

JVM Monitoring tools

  • Post author:nitendratech
  • Post category:Java
  • Post comments:0 Comments
  • Post published:March 22, 2020

JDK 8 version of Java introduced Java Mission Control, Java Flight Recorder, and jcmd utility for diagnosing problems with JVM and Java applications. Oracle Java documentation suggests using the jcmd…

Continue ReadingJVM Monitoring tools

Install Docker on Mac OS X

  • Post author:nitendratech
  • Post category:Technology
  • Post comments:1 Comment
  • Post published:March 7, 2020

Docker is a development platform used to build, run, compile, and share applications in a containerized environment. Containerization is the process of packaging all the application dependencies and configurations together so…

Continue ReadingInstall Docker on Mac OS X

Difference between Apache Hadoop/HDFS and HBase

  • Post author:nitendratech
  • Post category:Hadoop
  • Post comments:1 Comment
  • Post published:February 16, 2020

Apache Hadoop/HDFS and HBase are both parts of the Big data framework. They both are used to store a massive amount of data. In spite of this similarity, they have…

Continue ReadingDifference between Apache Hadoop/HDFS and HBase

HashTable vs HashMap in Java

  • Post author:nitendratech
  • Post category:Java
  • Post comments:0 Comments
  • Post published:February 9, 2020

Even though HashTable and HashMap both are data-structure based upon Hashing and implementation of Map Interface, there are many differences among them. We will read about the main difference between…

Continue ReadingHashTable vs HashMap in Java

What is the CAP Theorem?

  • Post author:nitendratech
  • Post category:Database
  • Post comments:4 Comments
  • Post published:January 26, 2020

The CAP theorem is also known as Brewer's theorem. It states that it is impossible for a distributed computer system to simultaneously provide all three (Consistency, Availability, and Partition tolerance)…

Continue ReadingWhat is the CAP Theorem?

What is Complex Event Processing(CEP)?

  • Post author:nitendratech
  • Post category:Big Data
  • Post comments:1 Comment
  • Post published:December 28, 2019

Complex Event Processing (CEP) is a technique for tracking, analyzing, and processing incoming streams of data in real time and generating a summarized report. Event processing-based platforms have built-in capabilities…

Continue ReadingWhat is Complex Event Processing(CEP)?

Restful Web service URI

  • Post author:nitendratech
  • Post category:Programming
  • Post comments:0 Comments
  • Post published:December 17, 2019

URI stands for Uniform Resource Identifier. Each resource in a REST architecture is identified by its URI. The purpose of a URI is to locate a resource(s) on the server…

Continue ReadingRestful Web service URI

Understanding HTTP methods in REST

  • Post author:nitendratech
  • Post category:Programming
  • Post comments:0 Comments
  • Post published:November 29, 2019

There are mainly six HTTP methods defined by REST. API We would go through each of them in this blog. GET Provides read-only access to a resource. GET operations are…

Continue ReadingUnderstanding HTTP methods in REST
  • Go to the previous page
  • 1
  • …
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • …
  • 25
  • Go to the next page

Categories

  • Big Data
  • Data Science
  • Database
  • Hadoop
  • Hive
  • Interview
  • Java
  • Kafka
  • Linux
  • Programming
  • Scala
  • Spark
  • Technology

Recent Post

  • Unlocking the Future: How Artificial Intelligence is Revolutionizing Our World ?
  • Data Profiling: Foundation for Reliable Data Engineering and Analytics
  • Data Engineering User Guide
  • Data Observability and Its Importance in Modern Data Tech Stack
  • Understanding difference between Stateless and Stateful Systems
  • Disclaimer
  • About Us
  • Contact Me
Copyright 2026 @Nitendratech.com