top of page
Useful study materials Link:
opular Python libraries Pandas and Numpy. ◾https://lnkd.in/dfrReXF7 2. Learn SQL Basics for Data Science Specialization Time to...
Somanathan c
Jun 1, 20241 min read
0 views
0 comments
Microservices - Best practices
[1.] Design for failure - Microservices should be designed to tolerate failure at every level, from infrastructure to individual...
Somanathan c
Feb 19, 20242 min read
1 view
0 comments

DB Optimization Techniques
. 𝗥𝗲𝗮𝗱 𝗥𝗲𝗽𝗹𝗶𝗰𝗮𝘀 𝗳𝗼𝗿 𝗥𝗲𝗽𝗼𝗿𝘁𝗶𝗻𝗴: - Used to offload read traffic from the main database instance - Beneficial for...
Somanathan c
Aug 16, 20231 min read
2 views
0 comments

Loadbalancer use cases
𝟭. 𝗙𝗮𝗶𝗹𝘂𝗿𝗲 𝗛𝗮𝗻𝗱𝗹𝗶𝗻𝗴: Auto-rerouting away from failed components for high availability and minimal downtime 𝟮....
Somanathan c
Aug 16, 20231 min read
2 views
0 comments
System Design Considerations
Rule #1 If we need low latency in system, it's good to consider using a Cache & CDN Rule #2 If we are dealing with a write-heavy system,...
Somanathan c
Jun 2, 20233 min read
0 views
0 comments
Solution Architect Principles
Software Architecture : Software architecture is the blueprint of building software. It shows the overall structure of the software, the...
Somanathan c
Feb 16, 20237 min read
2 views
0 comments

Somanathan c
Nov 6, 20220 min read
6 views
0 comments

Somanathan c
Nov 5, 20220 min read
15 views
0 comments

Somanathan c
Nov 5, 20220 min read
8 views
0 comments
Shallow Vs Deep Copy
//code illustrating shallow copy public class Ex { private int[] data; // makes a shallow copy of values public Ex(int[] values) { data =...
Somanathan c
Nov 2, 20222 min read
1 view
0 comments
Microservices Principles & Design Pattern
Principles Used to Design Microservice Architecture Scalability Decentralization Resilient Services .Real-Time Load Balancing...
Somanathan c
Nov 1, 20221 min read
7 views
0 comments

Somanathan c
Oct 31, 20220 min read
25 views
0 comments

Somanathan c
Oct 30, 20220 min read
12 views
0 comments

Notes on Rest Services
Rest API Response Codes Here are some sample Response Codes which we will normally see while performing REST API testing over POSTMAN or...
Somanathan c
Oct 30, 20223 min read
2 views
0 comments

Somanathan c
Oct 30, 20220 min read
15 views
0 comments
Core Java - Interview Questions
What is immutable class? Differentiate LinkedHashMap, HashMap, SortedHashMap,concurrentHashMap,TreeHashMap What is Marker Interface? What...
Somanathan c
Oct 30, 20221 min read
3 views
0 comments

Somanathan c
Oct 29, 20220 min read
6 views
0 comments

Somanathan c
Oct 29, 20220 min read
3 views
0 comments

Somanathan c
Oct 29, 20220 min read
4 views
0 comments
No SQL Vs SQL
A brief study on SQL vs NoSQL The objective of this document is to narrate in brief the right usage of both these technologies to build...
Somanathan c
Oct 29, 20223 min read
14 views
0 comments
bottom of page