Sunday, September 15, 2024
Coding Interview Cheat Sheet and Resources for Developers
Saturday, September 14, 2024
Top 5 React and Redux Courses to Learn Online in 2024 - Best of Lot
Friday, September 13, 2024
How to design a Messaging App like Twitter on System Design Interview?
Hello guys, if you are preparing for system design interview and looking for common System deign problems and resources then you have come to the right place. In the past, I have shared best System Design courses, books, websites, newsletters, cheat sheets, mock interviews, blogs, tips, GitHub repo, and 100+ System Design Interview Questions and Problems and today I am going to discuss one popular System deign problem — designing Twitter or X.com. Designing a complex system like Twitter can be challenging, especially in a system design interview.
Top 10 Coursera Certifications and Courses to Learn Python in 2024 - Best of Lot
Thursday, September 12, 2024
Top 10 Java Programming Courses for Beginners to Learn Online in 2024 - Best of Lot
Wednesday, September 11, 2024
The 2024 Data Analyst Roadmap
Parsing Large JSON Files using Jackson Streaming API Example
Tuesday, September 10, 2024
6 Websites to Learn Linux Command Line for FREE - Best of Lot
How to Ignore Unknown Properties While Parsing JSON in Java? Example
Sunday, September 8, 2024
How to parse JSON with date field in Java - Jackson @JsonDeserialize Annotation Example
Saturday, September 7, 2024
Top 5 JSON Library Java JEE Developers Should Know- Best of Lot
Friday, September 6, 2024
10 Best Practices to Follow While Writing Code Comments
6 JDBC Performance Tips for Java Developers
Dealing with Password in Java Application? 5 Best Practices You Should Follow
Wednesday, September 4, 2024
How to create Immutable Class and Object in Java - Tutorial Example
What is difference between Enumeration and Iterator in Java? Answer
Tuesday, September 3, 2024
Dealing with org.hibernate.LazyInitializationException: could not initialize proxy - no Session in Hibernate Java
How to fix org.hibernate.MappingException: Unknown entity Exception in Java? Solution
Why JPA Entity or Hibernate Persistence Class Should Not be Final? Answer
Monday, September 2, 2024
10 Difference between Hibernate and JDBC in Java
JDBC is the core technology to access database from Java application but it require lot of boiler plate coding. Hibernate on the other hand an ORM (Object Relational Mapping) framework, which automatically map Java object to tables and records in database. You don't need to execute query to populate objects, Hibernate will do that for you. It also provides several benefit as compared to JDBC e.g. performance improvement via Proxy, lazy loading of associations and Caching, that's why both enterprise Java application and web application uses Hibernate to implement the DAO layer of application.
Tuesday, August 27, 2024
10 Examples of Conditional Breakpoint Debugging in Java and Eclipse
Monday, August 26, 2024
The 2024 Java Developer RoadMap [UPDATED]
Saturday, August 24, 2024
Top 10 Object-Oriented (OOP) Design Principles Java Programmers Should Know
Top 5 Concurrent Collections Java Programmer Should Learn (with Examples)
Friday, August 23, 2024
10 Example of this keyword in Java
Top 11 Java ConcurrentHashMap Interview Questions with Answers [UPDATED]
10 Financial Information Exchange (FIX) Protocol Interview Questions from Investment Banks
- · What is an Exchange?
- · What is the difference between a Stock and a Bond?
- · What is the difference between Sell Orders and Short Sell Orders?
- · What is naked short and what is covered short?
- What is the difference between an ECN and an exchange?
- What is the difference between an ECN and an exchange?
- · What is FINANCIAL INFORMATION EXCHANGE (FIX) Protocol?
- · What is limit order?
- · What is a market order?
- · What is a stop or stop loss order?