As a Software engineer on coffee break scrolling through youtube ... i have to say that your system design architechture is awesome ... the fact that you stressed on web sockets that's just awesome.
I thoroughly enjoyed watching this video. The blend of teaching (albeit theoretical) and the sharing of what is happening in your life hits the spot for me. If you decide to release any tech courses in the future I would definitely consider it as your teaching style is on point. Keep these type of videos coming 🎉🎉🎉
4:40 Oo That's Great 😊 This vlog about designing a chat system roadmap was a great example of how to approach complex projects like this. The vlogger did a fantastic job of breaking down the process into manageable stages and highlighting the key considerations and challenges at each stage. It was also interesting to see how the vlogger used data analysis and user feedback to inform their decisions and improve the system. Overall, this vlog was informative and well-presented.❤
As a first time viewer, I really enjoyed your system design part of the video. There is one thing I would like to mention, that is, it would be super beneficial if you can present a basic architecture of the problem and then walkthrough step by step explaining why this won't work and why this workds. Like, NoSQL database will work, but why SQL database won't work.
Yo I really like your videos! Also really enjoy the system design parts!! Please keep them up. Also wanted to ask, any plans to do a Q&A where you give a bit of back story on you and your bf? Curious to hear how you guys met, what he does (cs too?), etc :D
This architecture review was awesome!! Since I don’t have a CS background either I’ve been making my way from data analysis, basic coding towards now api development and system design, this was a super cool explanation! 😊
I have 2 questions: 1. How many cups of coffee a day works for you? 2. In your day to day work as an engineer do you get to design an entire system and apply these concepts? I want to know how you move from design to implementation.
Hi, if I am going to apply for a FAANG position as junior software engineer, are the system design interviews simple or advanced, beacuse I am the kind of person that really overthinks the design like for example using snowflakes ids for a better and robust solution instead of regular uuids and that sort of stuff, which really makes me struggle a little bit and take so much time, because the perfectionist in me wants everything to be perfect! Should I just stick to basic system design skills or should I prepare for the more advanced stuff?
It would be nice if we can see the next step which is coding the system. It would benefit me. I’m learning Python now but finding it difficult to keep consistent and find time. Any motivation? By the way how long it took you to learn all this and did you work while learning? ( I feel I need to be free)
I love you and your videos!! ❤ I’m a frontend developer in Florida. I’m always curious to see how others plan/organize their day. Can you share what a page of your daily planner looks like? Maybe from an older month :)
What floor she is at? And for the requirements section of design for beginners. Could you please put it in groups: functional, non-functional, and quality attributes. Would be really nice. thanks!
Maybe you should reduce coffee a little. I used to have a lot of coffee and then I noticed that it if affecting my health. Without coffee I just used to freak out. In 4 Days I came to know & then I stopped it and affected me another 2 days. After it I was pretty fine as I used to sleep by 11 and get up by 4 in the morning.
LOL good basic effort, but a few pointers: if you just used a modern reverse proxy such as Caddy (which speaks WebSockets natively), you can simply spin up as many upstream web socket application servers as needed. If you then use digitally signed web tokens aka JWT then you could have seamlessly used that across all back end WS applications servers. You could even embed a session token inside the JWT. This would have more then halved your architecture without the need for service discovery and would allow you to scale up/down as needed.
Nice video, I really like learning about software architecture. I wish you were on Twitter cuz I don't use Instagram anymore and I miss your content:/. Hope you're doing well!
You are eating n drinking a lot of junk food. I suggest replace coffee with carrot, cucumber without dressing just eat directly everytime you have urge for coffee.
What is it hiding all these videos? All those titled "A day in the life of a software engineer" look like their life are perfect: No concerns, no health problems, no stress, no family problems and especially, a children-free life.
when i say the software engineer then i feels like( the student sit like a decent man and doing hish work silently then the software make every person soft)
Hi Jackie, I see you're replying to comments so I would like to ask you about possible books or other resources that you'd recommend. I learn a lot from the way you tackle an assignment and it just so happens that I was looking to work on a simple chat system, so I'm really grateful for your content!
I’d highly recommend the book ‘designing data intensive applications’ by Martin kleppman, and to watch his lectures online :) check the TH-cam channels ‘thinking software’ and ‘system design interview’ as well.
Get 4 free months on a 2 year plan with NordVPN with this link: nordvpn.com/csjackie :)
As a Software engineer on coffee break scrolling through youtube ... i have to say that your system design architechture is awesome ... the fact that you stressed on web sockets that's just awesome.
Thank you so much!
I love your technical explanations, they give a very special touch to your blogs
Thank you! :)
😊
I really like that you draw the needed architecture, it's so easy to understand with your explaining
4:37 I LOVE THIS
I thoroughly enjoyed watching this video. The blend of teaching (albeit theoretical) and the sharing of what is happening in your life hits the spot for me. If you decide to release any tech courses in the future I would definitely consider it as your teaching style is on point. Keep these type of videos coming 🎉🎉🎉
4:40 Oo That's Great 😊 This vlog about designing a chat system roadmap was a great example of how to approach complex projects like this. The vlogger did a fantastic job of breaking down the process into manageable stages and highlighting the key considerations and challenges at each stage. It was also interesting to see how the vlogger used data analysis and user feedback to inform their decisions and improve the system. Overall, this vlog was informative and well-presented.❤
I would love to see more system design videos! Really liked this kind of content, looking forward for more
As a first time viewer, I really enjoyed your system design part of the video. There is one thing I would like to mention, that is, it would be super beneficial if you can present a basic architecture of the problem and then walkthrough step by step explaining why this won't work and why this workds.
Like, NoSQL database will work, but why SQL database won't work.
Yo I really like your videos! Also really enjoy the system design parts!! Please keep them up. Also wanted to ask, any plans to do a Q&A where you give a bit of back story on you and your bf? Curious to hear how you guys met, what he does (cs too?), etc :D
Obrigada 🧡 I love how you break down concepts!
Just found your channel and these videos are so great. Your architecture seems great on these designing videos
Great content. Excellent communication of your logic. Thank you for sharing.
This is amazing! Good stuff!
Very interesting as always.
I love how you explain things.
Bravo Jackie 🔥
Thank you! 😃 I appreciate the feedback
love your content ,
it makes me want to be more productive ,
so thank u ,
much love from iran❤❤
Amazing I was just thinking how to implement a chat system and this came at a pretty good time! thanks and keep up with those awesome videos
that explanation was nice, keep it up!!
I really enjoyed both technical and daily vlog! keep them coming 🎉❤
Yay! Thanks
tell me what you will using for db, back end and web socket library ? ❤❤
You are a big inspiration for me !
Lots of love !!!
Thank you so much 😀
Skin food on your desk was a game changer for me! ❤
It’s such a good moisturizer!!
Your technical explanation is nice❤❤
This architecture review was awesome!! Since I don’t have a CS background either I’ve been making my way from data analysis, basic coding towards now api development and system design, this was a super cool explanation! 😊
Wow, this is the first time I've seen a Queen 👑 beauty + code
Explanation was good. I'll definite love to develop one like it.
Keep it up your videos are crazy good made! 🔥🔥
I have 2 questions:
1. How many cups of coffee a day works for you?
2. In your day to day work as an engineer do you get to design an entire system and apply these concepts? I want to know how you move from design to implementation.
Coding diaries with real coding part wdymm 🔥 keep it up ❤
Thank you!! I will :)
I’m here for the engagement 🥹 really feel for that insta post you made 😅 also congrats on the launch for the event woop woop 🎉🎉🎉
I love this vídeos, i can have a all view point of the App. Now is that to coooodddeeee
Love your vlogs ❤️.. can watch your vlogs daily 💕
Glad you like them, thank you!
it's really interesting content. Please do more videos like this🙏🔥
Looks like we are reading the same books :) Have enjoyed this video. Thanks.
Great video, would love to watch you building this app, would help a lot new devs.
She looks so cute when she's drinking water 😂🖤
haha
Wow so awesome content i like this way kind of teaching but i never thought of it like wheather to teach like this so awesome
Hi, can you explain also what technology you are using? Is it react + nodejs or something else?
Thanks :)
Hi, if I am going to apply for a FAANG position as junior software engineer, are the system design interviews simple or advanced, beacuse I am the kind of person that really overthinks the design like for example using snowflakes ids for a better and robust solution instead of regular uuids and that sort of stuff, which really makes me struggle a little bit and take so much time, because the perfectionist in me wants everything to be perfect! Should I just stick to basic system design skills or should I prepare for the more advanced stuff?
It would be nice if we can see the next step which is coding the system. It would benefit me. I’m learning Python now but finding it difficult to keep consistent and find time. Any motivation? By the way how long it took you to learn all this and did you work while learning? ( I feel I need to be free)
I love you and your videos!! ❤ I’m a frontend developer in Florida.
I’m always curious to see how others plan/organize their day. Can you share what a page of your daily planner looks like? Maybe from an older month :)
Mais um vlog seu que amei❤😊 thank you seqsi hahahah
Aww muito obrigada SEQSI
Loved it!
thank you!
força miuda, abraço da terra!!!!!
Portugal!!!
classic jackie intro sounds 😂
It really helped alot specially for beginner like me, can you do a simpler type of video for a website means how to do it with basics. ❣️
Thank you, I will! ❤️
Love your content ❤❤
Thank you so much Kushal!
well done!
Ooh thats great
Jackie, I love your desk. I just ordered one that is 60 cm wide, what size is yours? plzz helpp 💓
Love you Jackie
ly ❤️
0:11 so what is the music? you said you do not own the music but where is the source and what is the name of the music? thank you Jackie:)
What is your stack Jackie ? The headphones are sony ? What's the specks on the MacBook?
Yes Sony WH1000XM4! MacBook is pretty old - 2018 model 8GM ram 😂 stack is a grey area im not sure I’m allowed to share online, sorry!
So what kind of message queue you will use?
My cute baby😊
Can you please recommend where I start leaning System Design as beginner ?
What floor she is at?
And for the requirements section of design for beginners. Could you please put it in groups: functional, non-functional, and quality attributes. Would be really nice. thanks!
Maybe you should reduce coffee a little. I used to have a lot of coffee and then I noticed that it if affecting my health. Without coffee I just used to freak out. In 4 Days I came to know & then I stopped it and affected me another 2 days. After it I was pretty fine as I used to sleep by 11 and get up by 4 in the morning.
What programming language did use to develope the chat engine?
Why don't you use xmpp protocol for chat application?
LOL good basic effort, but a few pointers: if you just used a modern reverse proxy such as Caddy (which speaks WebSockets natively), you can simply spin up as many upstream web socket application servers as needed. If you then use digitally signed web tokens aka JWT then you could have seamlessly used that across all back end WS applications servers. You could even embed a session token inside the JWT. This would have more then halved your architecture without the need for service discovery and would allow you to scale up/down as needed.
You look young and intelligent, I have only tried building a college website.
❤
Hey!!, Hi.
Who are the authors of the books?
What's your keyboard?
Hi, can u make a video coding it please?
Nice video, I really like learning about software architecture. I wish you were on Twitter cuz I don't use Instagram anymore and I miss your content:/. Hope you're doing well!
Hey Jackie sis 😊. After a long time.
Pls upload video regularly also make video on your glasses prescription.
The frame is from Vogue :) thanks I'll do my best!
Hey give me your music playlist,you listen while code please 🥺🙏
Love your videos, just hit the subscribe button!
Thank you 🥹
Hey Jackie how are you? Thank you very much. bye, love you.
great content🙂
Thank you :)
How did you learn please
You are eating n drinking a lot of junk food. I suggest replace coffee with carrot, cucumber without dressing just eat directly everytime you have urge for coffee.
The video you clicked for Starts at 5:34
whats that pishi (kitty) is for?
i'm so couries
It’s an LED lamp 😄
I just had to subscribe
Welcome :)
The view is amazing but I'd be too scared living up that high : O
I suppose if you’re going use the content from the system design book you should probably reference the book :-)
I love you ❤️
ly 2
What is it hiding all these videos? All those titled "A day in the life of a software engineer" look like their life are perfect: No concerns, no health problems, no stress, no family problems and especially, a children-free life.
yo ! you move a lot like why ?
btw love your content😁
I missed you so much, you are super cute ❤
hehe thank you! I'm back :) I had under a bit of moving stress hence the delay in posting
@@CSJackie I hope you are well and have a beautiful day, you always look super amazing 🫶🐱♥️♥️
haha i used to eat 旺旺 cookies everyday during chinese new year when i was a child
Jackie😍
Jackie, have you given up on crypto? And, please post more. We miss your beautiful face.
I like your video from India
Would you consider developing a project in a video ? So we can code along ?😍😍
when i say the software engineer then i feels like( the student sit like a decent man and doing hish work silently then the software make every person soft)
hum you are underated youtuber i think lmao..
Haha omg thank yoou! I appreciate that
@@CSJackie TH-cam won't allow me to give heart to your comment so you need to be happy with this emoji🥰
旺仔雪饼!❤
Зая, я тебя люблю.
U r pure gorgeous😍love from Azerbaijan
Hi Jackie, I see you're replying to comments so I would like to ask you about possible books or other resources that you'd recommend. I learn a lot from the way you tackle an assignment and it just so happens that I was looking to work on a simple chat system, so I'm really grateful for your content!
I’d highly recommend the book ‘designing data intensive applications’ by Martin kleppman, and to watch his lectures online :) check the TH-cam channels ‘thinking software’ and ‘system design interview’ as well.
здорово!
thank you :)
Hey
hello! :)
great now code it xD
😂 next video
hey i'm 1st
🥰 hello 1st
@@CSJackie 😅😂
don't sit more if u sit more time you will get piles so i think u r in work from home so work on bed and relaxly