@arjay_mccandless: System Design: X The key takeaway in this video is use connection pools for your database. It can greatly reduce latency compared to opening a new connection on every request, and it can even save you from things like trying to open too many connections to one database at once. #coding #programming #csmajors #systemdesign
Does anyone have recommendations on how to learn this level of systems design? I’m a software engineer at a bank but struggle to see how various different services piece together and I generally just focus on the basics like completing Jira tickets.
2025-07-19 10:38:39
5
idkman123 :
Where's the cat? :(
2025-07-18 22:01:44
11
Owen Melbourne :
Fun fact. 99.99999999999999999999999999999999999999999999999% of you will never need this, so don’t do it. If you do need it. Your org will have devops/sysadmins to do this for you 🙌🙌🙌
2025-07-20 21:24:31
0
kylesandersi :
Do u make YouTube videos too?
2025-07-20 15:27:33
1
ahhserr0 :
Thought this was going to be talking about the Waifu feature
2025-07-18 23:15:31
3
Tony ༽ :
Springboot + Fargate sounds awfully slow
2025-07-19 00:26:28
9
smackinbots :
always wondered about this. thanks!
2025-07-18 22:17:54
1
Mike :
Keep them coming 🙏
2025-07-20 20:04:48
0
Pidar Nahui Blyat :
love this series
2025-07-19 08:20:19
0
Pete :
What games u play on your switch
2025-07-19 05:38:38
0
Smo :
The opened connections are not sn actual problem, so the second approach is the best imo
2025-07-19 07:19:35
0
Qyrp :
Ok now how does this work in php
2025-07-18 23:46:10
0
NickTok :
These videos help me out a lot … thanks
2025-07-18 22:49:53
0
Atekoja_sultan :
@z_koja
2025-07-19 03:12:19
1
Phillip 🇨🇦 :
👍👍👍
2025-07-19 01:44:17
0
Juan42491 :
i would go with redis replicas and offloading the likes every x amount of seconds to a dynamo db
2025-07-18 23:07:26
2
mattl928 :
What about cache aside to read the data and then use write-behind caching for syncing? If you are hitting that much traffic, would this be a good use case?
2025-07-18 22:10:31
3
To see more videos from user @arjay_mccandless, please go to the Tikwm
homepage.