top of page
Somanathan c
Jun 1, 20241 min read
Useful study materials Link:
opular Python libraries Pandas and Numpy. ◾https://lnkd.in/dfrReXF7 2. Learn SQL Basics for Data Science Specialization Time to...
0 views0 comments
Somanathan c
Feb 19, 20242 min read
Microservices - Best practices
[1.] Design for failure - Microservices should be designed to tolerate failure at every level, from infrastructure to individual...
1 view0 comments
Somanathan c
Aug 16, 20231 min read
DB Optimization Techniques
. 𝗥𝗲𝗮𝗱 𝗥𝗲𝗽𝗹𝗶𝗰𝗮𝘀 𝗳𝗼𝗿 𝗥𝗲𝗽𝗼𝗿𝘁𝗶𝗻𝗴: - Used to offload read traffic from the main database instance - Beneficial for...
2 views0 comments
Somanathan c
Aug 16, 20231 min read
Loadbalancer use cases
𝟭. 𝗙𝗮𝗶𝗹𝘂𝗿𝗲 𝗛𝗮𝗻𝗱𝗹𝗶𝗻𝗴: Auto-rerouting away from failed components for high availability and minimal downtime 𝟮....
2 views0 comments
Somanathan c
Jun 2, 20233 min read
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,...
0 views0 comments
Somanathan c
Feb 16, 20237 min read
Solution Architect Principles
Software Architecture : Software architecture is the blueprint of building software. It shows the overall structure of the software, the...
2 views0 comments
Somanathan c
Nov 2, 20222 min read
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 =...
1 view0 comments
Somanathan c
Nov 1, 20221 min read
Microservices Principles & Design Pattern
Principles Used to Design Microservice Architecture Scalability Decentralization Resilient Services .Real-Time Load Balancing...
7 views0 comments
Somanathan c
Oct 30, 20223 min read
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...
2 views0 comments
Somanathan c
Oct 30, 20221 min read
Core Java - Interview Questions
What is immutable class? Differentiate LinkedHashMap, HashMap, SortedHashMap,concurrentHashMap,TreeHashMap What is Marker Interface? What...
3 views0 comments
Somanathan c
Oct 29, 20223 min read
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...
14 views0 comments
bottom of page