siddhesh vishwanath jadhav (@siddhesh_vj) 's Twitter Profile
siddhesh vishwanath jadhav

@siddhesh_vj

Tech tweets | Occasionally shit poster | Introvert | Software engineer

ID: 842443326657835013

calendar_today16-03-2017 18:31:55

17 Tweet

40 Followers

43 Following

Javarevisited (@javarevisited) 's Twitter Profile Photo

5 Best TypeScript online courses 1. Understanding Typescript: bit.ly/3MbTIIN 2. Typescript: The Complete Developer's Guide: bit.ly/3Ngqnhu 3. Typescript Masterclass: bit.ly/3t6MkHZ 4. Introduction to TypeScript Development: bit.ly/3zfnPfw

5 Best TypeScript online courses 
1. Understanding Typescript: bit.ly/3MbTIIN
2. Typescript: The Complete Developer's Guide:  bit.ly/3Ngqnhu
3. Typescript Masterclass: bit.ly/3t6MkHZ
4. Introduction to TypeScript Development: bit.ly/3zfnPfw
javinpaul (@javinpaul) 's Twitter Profile Photo

5 Best+ SQL Interview Problem 1. Database and SQL - bit.ly/3zGK6S7 2. SQL Query - bit.ly/3bGzN8r 3. MySQL - bit.ly/3bFkhtE 4. SQL Server - bit.ly/3A5qIj0 5. PostgreSQL - bit.ly/3BOLLHP 6. Oracle - bit.ly/3zF2WsH

5 Best+ SQL Interview Problem 
1. Database and SQL - bit.ly/3zGK6S7
2. SQL Query - bit.ly/3bGzN8r
3. MySQL - bit.ly/3bFkhtE
4. SQL Server - bit.ly/3A5qIj0
5. PostgreSQL - bit.ly/3BOLLHP
6. Oracle - bit.ly/3zF2WsH
Javarevisited (@javarevisited) 's Twitter Profile Photo

Here are the 5 Best courses to learn Microservices 1. Master Microservices With Spring Boot - bit.ly/2FNlleF 2. An Introduction to Microservice Principles - bit.ly/3ruSCR7 3. Building Scalable Java Microservices (FREE) - bit.ly/3MaP7GS

Here are the 5 Best courses to learn Microservices
1. Master Microservices With Spring Boot  -  bit.ly/2FNlleF
2. An Introduction to Microservice Principles - bit.ly/3ruSCR7
3. Building Scalable Java Microservices (FREE) - bit.ly/3MaP7GS
Javarevisited (@javarevisited) 's Twitter Profile Photo

5 Best+ SQL Interview Problem 1. Database- bit.ly/3zGK6S7 2. SQL Queries - bit.ly/3bGzN8r 3. MSSQL - bit.ly/3A5qIj0 5. MySQL - bit.ly/3bFkhtE 6. Postgres - bit.ly/3BOLLHP 7. Oracle- bit.ly/3zF2WsH more bit.ly/3P7qhcb

5 Best+ SQL Interview Problem
1. Database- bit.ly/3zGK6S7
2. SQL Queries - bit.ly/3bGzN8r
3. MSSQL - bit.ly/3A5qIj0
5. MySQL - bit.ly/3bFkhtE
6. Postgres - bit.ly/3BOLLHP
7. Oracle- bit.ly/3zF2WsH
more bit.ly/3P7qhcb
siddhesh vishwanath jadhav (@siddhesh_vj) 's Twitter Profile Photo

πŸ’» Just started my #DevOps journey! Day 1 was all about understanding the basicsβ€”learning how development and operations come together to deliver better software faster. Excited to dive deep into automation, CI/CD, and more! πŸš€ #TechJourney #DevOpsBeginner #LearningEveryday

Shivam Bhadani (@shivambhadani_) 's Twitter Profile Photo

Published article on AWS Part 2 - EBS Volumes link.medium.com/O0Ish3zS1Lb This is a one shot blog that covers everything you need to know about AWS EBS. Content: - Introduction to EBS - Types of EBS Volume - Creating an EBS Volume and attaching it to an EC2 instance - Changing the

Abhishek Thory (@abhithory) 's Twitter Profile Photo

Not able to build your own full stack project while having basic fundamental skills?? So, you have a basic understanding of HTML, CSS, JavaScript, React.js, and Node.js, but you're struggling to build an entire project from start to finish, right? πŸ€” I faced the same issue when

Not able to build your own full stack project while having basic fundamental skills??

So, you have a basic understanding of HTML, CSS, JavaScript, React.js, and Node.js, but you're struggling to build an entire project from start to finish, right? πŸ€” I faced the same issue when
siddhesh vishwanath jadhav (@siddhesh_vj) 's Twitter Profile Photo

Day 2 of DevOps: AWS VPC setup, subnets, Internet Gateway for public access, NAT Gateway for private access, Route Tables, and Security Groups. Also covered public vs. private IPs. Solid foundation for cloud networking! #AWS #DevOps #clouds

Shivam Bhadani (@shivambhadani_) 's Twitter Profile Photo

Optimisation in ReactJS: A very important thread for those who are beginners in frontend dev. Before that we need to understand about component re-rendering. A component in React re-renders when: 1) Any state variable inside its component gets changed. Ex: const [state,