Learn INQuiZitively

Learn INQuiZitively

Menu
  • Home
  • Articles
    • System Design
      • Parking Lot
      • Centralized Logging
      • URL Shortner
  • Tutorials
    • Java
  • Design Patterns
  • My Tools
    • Character Count
    • Json Validator
    • URL Encoder
    • URL Decoder
    • Base64 Encoder
    • Base64 Decoder
    • ASCII Table
  • Code Utilities
  • Hire Me
TigerCard - Fare Calculation Problem

TigerCard - Fare Calculation Problem

Design Problem Learning To Code Software Design Software Development SOLID TigerCard
With the recent introduction on Java 17 by Oracle,  I thought to revise the software  principles (like SOLID, KISS, YAGNI etc) whic...
>Learn More
Singleton Design Pattern

Singleton Design Pattern

Design Patterns
Different ways to make Thread Safe Singleton Eager Initialization JVM Lazy load  - (Best object oriented way) Enum Double Check locking Eage...
>Learn More
Find the depth of a large but evenly distributed Json

Find the depth of a large but evenly distributed Json

Algorithm BlueOptima Design Problem High Performance Java Java 8 Multithreading Scalability Software Design
OECD (The Organisation for Economic Co-operation and Development) regularly publishes country data for various financia...
>Learn More
Java Primitives vs Wrapper : Which one to use?

Java Primitives vs Wrapper : Which one to use?

Coding Java Java 8 Object Oriented Object Oriented Design Programming Software Development
Just for the reference, In java  primitive type variables  occupy below s...
>Learn More
Difference Between Java Monitor and Lock

Difference Between Java Monitor and Lock

Java Java 8 Java Concurrency Locking Multithreading Object Oriented Programming Software Development
As  we all are aware, in Java programming language  each object  in Java is  associated  with a  monitor , which a t...
>Learn More
Java Synthetic Methods — What are these?

Java Synthetic Methods — What are these?

Java Java 8 Java Compiler JVM Programming Software Development
I am one of those curious souls who scrolls through all the functions of the Javado...
>Learn More
Should I use DB to store file ?

Should I use DB to store file ?

Aadhar Database Document Store File System MongoDB RDBMS Scalable Design
I have recently encountered a large scale system which used Oracle DB for storing images, PDF's, Word Documents e...
>Learn More
Food for thought — Writing Code From Scratch

Food for thought — Writing Code From Scratch

Java Java 8 Learning To Code Programming Reinvent Software Design Software Development
What I cannot create, I do not understand. — Richard’s last words on his blackboard at the tim...
>Learn More
Basic Mistakes of Writing Getters/Setters in Java

Basic Mistakes of Writing Getters/Setters in Java

Coding Java Java 8 Object Oriented Object Oriented Design Programming Software Development
Well, after reading the title, first thought which comes to mind is ...
>Learn More
Why to use Hikari Connection Pool ?

Why to use Hikari Connection Pool ?

Connection Pooling High Performance Java Java 8 Java Concurrency JVM Programming Scalability Spring
Hikari  Connection Pooling (or Hikari CP) is the new kid on the block, though a late entrant in pooling mech...
>Learn More
Design Problem: Parking Lot

Design Problem: Parking Lot

Coding Design Problem Java Java 8 Object Oriented Object Oriented Design Programming Software Development
Designing a Parking Lot Application has been one of the popular questions in many of the companies like Thou...
>Learn More
Choosing data type for monetary Calculation (In Java)— Float ? Double ? Or Bigdecimal

Choosing data type for monetary Calculation (In Java)— Float ? Double ? Or Bigdecimal

BigDecimal Java Java 8 Object Oriented Object Oriented Design Programming Software Design
W hen I first studied Basic Arithmetic rational numbers, irrational numbers etc it aroused curiosity in me f...
>Learn More
How to build a Tiny URL service that scales to billions?

How to build a Tiny URL service that scales to billions?

Coding Design Problem Java Java 8 Programming Scalable Design Software Design Software Development Tiny URL
One of the design constraints of Twitter is that every message is ...
>Learn More
Deep/Shallow Cloning in Java

Deep/Shallow Cloning in Java

Cloning Coding Deep Cloning Java Java 8 JVM Object Cloning Object Oriented Object Oriented Design Programming Shallow Cloning Software Design Software Development
Cloning an object is a popular way to create copies of the Java ...
>Learn More
All Possible ways - How to Debug a Java Application End - to -End?

All Possible ways - How to Debug a Java Application End - to -End?

Debugging Java Java 8 JVM Programming Software Design Software Development
Troubleshooting or “Debugging” a Java based application is one of the traits of a h...
>Learn More
Designing a Centralized Logging App

Designing a Centralized Logging App

Design Problem High Performance Java Java 8 Scalability Scalable Design Software Design Software Development
Why Do I need a centralized Logging application ? In which case it is must to have a centrali...
>Learn More
Leaky/Token bucket algorithm for flow control

Leaky/Token bucket algorithm for flow control

Algorithm Java Java 8 Object Oriented Object Oriented Design Programming Scalability Scalable Design Software Design Software Development
It’s a common joke that most programmers are theists and are strong believers of deities as they can never a...
>Learn More
Serialization Techniques for Highly Scalable systems

Serialization Techniques for Highly Scalable systems

Coding DeSerialization Java Java 8 Programming Serialization Software Development
When building a architecture(microservice or any other type) most common approach t...
>Learn More
Cache Refreshing Techniques

Cache Refreshing Techniques

Caching Coding InterProcess Communication Java Java 8 MySQL UDF Programming RabbitMQ Software Development
L ess frequently changing & often accessed data is usually kept in cache to avoid expensive database q...
>Learn More
What is Cache Stampede ?

What is Cache Stampede ?

Cache Stampede Caching Java Java 8 Multithreading Programming Scalability Scalable Design Software Design Software Development
Cache stampede  is often not considered a big problem for small scale systems but i...
>Learn More
Newer Posts Older Posts
Home
Subscribe to: Posts (Atom)

Book Search

Featured Post

Parsing Huge XLSX files ins fastest possible way

A pache POI is the most common open source Java library used in the XLSX file parsing but it is very memory ...

First Image

Popular Posts

  • How to build a Tiny URL service that scales to billions?
    How to build a Tiny URL service that scales to billions?
  • Why to use Hikari Connection Pool ?
    Why to use Hikari Connection Pool ?
  • Design Problem: Parking Lot
    Design Problem: Parking Lot
  • Difference Between Java Monitor and Lock
    Difference Between Java Monitor and Lock

Categories

  • Caching 2
  • Design Problem 6
  • Java 19
  • Java 8 19
  • Object Oriented 7
  • Programming 17
  • Scalability 5
  • Scalable Design 5
  • Software Design 10
  • Software Development 17
  • XLSX File Parsing 1
Copyright © Learn INQuiZitively - linqz.io. All Rights Reserved.
  • About
  • Contact
  • Sitemap
  • Disclaimer
  • Privacy Policy
  • Terms of Service
MENU