- 218
- 13 730
Nandeshwar Sah
United States
Приєднався 13 лис 2021
Let's create a Golang and java project using the common technologies for the backend developers/SW engineers.
Let's explore unit test and unit test coverage, API, GRPC, docker, Elasticsearch, SQLite3, Kafka, RabbitMQ, NewRelic and many more through a project.
This will help anyone who is looking for a new Job as a software engineer using Golang and java.
We will also learn many programming algorithms and data structure.
We can also see the code for each day in GITHUB.
Since this is the advance course, You must have written few programs using either Golang or java.
Let's explore unit test and unit test coverage, API, GRPC, docker, Elasticsearch, SQLite3, Kafka, RabbitMQ, NewRelic and many more through a project.
This will help anyone who is looking for a new Job as a software engineer using Golang and java.
We will also learn many programming algorithms and data structure.
We can also see the code for each day in GITHUB.
Since this is the advance course, You must have written few programs using either Golang or java.
LeetCode: 35. Search Insert Position (Golang & Java)
Problem: search insert position
Difficulty Level: Easy
Algorithm: Binary Search
Programming Languages: Golang & Java
Difficulty Level: Easy
Algorithm: Binary Search
Programming Languages: Golang & Java
Переглядів: 24
Відео
LeetCode: 138. Copy List with Random Pointer (Golang & Java)
Переглядів 52Місяць тому
Problem: copy list with random pointer Difficulty level: Medium Algorithm: Approach1 using map with additional space, Approach 2: no additional space but needs 3 pass Programming Language: Golang & Java
System Design 5: Google Map
Переглядів 38Місяць тому
Problem: Design google map I have talked about functional and non functional requirements and basic flow to design google map
LeetCode: 743. Network Delay Time
Переглядів 45Місяць тому
Problem: Network Delay Time Difficulty Level: Medium Algorithm: dijkstra's algorithm - graph Programming Language: Golang & Java
LeetCode: 34. Find First and Last Position of Element in Sorted Array(Golang & Java)
Переглядів 88Місяць тому
Problem: find first and last position of element in sorted array Difficulty Level: Medium Algorithm: Binary Search Programming Languages: Golang & Java
Golang Champion: cross compile code with go enabled=1 using mac
Переглядів 25Місяць тому
env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build cmd/myprj/main.go (one time installed in mac for cgo enabled=1) brew install FiloSottile/musl-cross/musl-cross env GOOS=linux GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-linux-musl-gcc CXX=x86_64-linux-musl-g go build -ldflags "-linkmode external -extldflags -static" cmd/myprj/main.go mv main myprj.lnx
System Design 4: YouTube
Переглядів 722 місяці тому
System Design: UA-cam - new concept - Kafka, data streaming, video encoder, CDN, Load Balancer, Horizontal Scaling
LeetCode: 875. Koko Eating Bananas (Golang & Java)
Переглядів 172 місяці тому
Problem: Koko Eating Banans Difficulty Level: Medium Algorithm: Binary Search Programming Languages: Golang & Java
LeetCode: 74. Search a 2D Matrix (Golang &Java)
Переглядів 322 місяці тому
Problem: Search 2D Matrix Difficulty Level: Medium Solution: binary search technique Programming Languages: Golang & java
System Design 3: What's app
Переглядів 912 місяці тому
What's system design. concept of web socket, CDN, ACK message facts about data
LeetCode: 85. Maximal Rectangle (Goalng & Java)
Переглядів 332 місяці тому
Problem: Maximal rectangle Difficulty Level: Hard Algorithm: depends on max rectangle in histogram. watch that video to understand this. here is link ua-cam.com/video/mdFt_zHOC0A/v-deo.html Programming Language: Golang & Java
System Design 2: Twitter
Переглядів 512 місяці тому
functional and non-fucntional requirement for twitter Database sharding redis elastic search read replica
LeetCode: 84. Largest Rectangle in Histogram
Переглядів 832 місяці тому
Problem: Largest Rectangle in Histogram Difficulty Level: Hard Algorithm: use of stack. find smallest element in left, find next smallest element in right Programming Language: golang & java
system desgin 1: Web Crawler
Переглядів 732 місяці тому
I have talked about different process of designing web crawler. I have given details about space utilization. I have talked about non-functional requirements such as horizontal scaling and fa ew data structures like hash map, bloom filter.
LeetCode: 32. Longest Valid Parentheses (Golang & Java)
Переглядів 333 місяці тому
Problem: longest valid parentheses Difficulty Level: Hard Algorithm: 1st approach 2 pass with iteration && 2nd approach using stack Programming Languages: Golang & Java
LeetCode: 853. Car Fleet (Golang & Java)
Переглядів 623 місяці тому
LeetCode: 853. Car Fleet (Golang & Java)
LeetCode: 150. Evaluate Reverse Polish Notation (Golang & Java)
Переглядів 273 місяці тому
LeetCode: 150. Evaluate Reverse Polish Notation (Golang & Java)
LeetCode: 30. Substring with Concatenation of All Words (golang & Java)
Переглядів 363 місяці тому
LeetCode: 30. Substring with Concatenation of All Words (golang & Java)
LeetCode: 29. Divide Two Integers(Golang & Java)
Переглядів 183 місяці тому
LeetCode: 29. Divide Two Integers(Golang & Java)
LeetCode: 28. Find the Index of the First Occurrence in a String (Golang & Java)
Переглядів 113 місяці тому
LeetCode: 28. Find the Index of the First Occurrence in a String (Golang & Java)
LeetCode: 739. Daily Temperatures (Golang & Java)
Переглядів 223 місяці тому
LeetCode: 739. Daily Temperatures (Golang & Java)
LeetCode: 27. Remove Element (Golang & Java)
Переглядів 253 місяці тому
LeetCode: 27. Remove Element (Golang & Java)
LeetCode: 567. Permutation in String (Golang & Java)
Переглядів 323 місяці тому
LeetCode: 567. Permutation in String (Golang & Java)
LeetCode: 60. Permutation Sequence(Golang & Java)
Переглядів 193 місяці тому
LeetCode: 60. Permutation Sequence(Golang & Java)
LeetCode: 31. Next Permutation (Golang & Java)
Переглядів 113 місяці тому
LeetCode: 31. Next Permutation (Golang & Java)
LeetCode: 46. Permutations (Golang & Java)
Переглядів 334 місяці тому
LeetCode: 46. Permutations (Golang & Java)
Golang Champion: Most common libraries in golang for production code
Переглядів 774 місяці тому
Golang Champion: Most common libraries in golang for production code
LeetCode: 26. Remove Duplicates from Sorted Array (Golang & Java)
Переглядів 354 місяці тому
LeetCode: 26. Remove Duplicates from Sorted Array (Golang & Java)
LeetCode: 36. Valid Sudoku (Golang & Java)
Переглядів 354 місяці тому
LeetCode: 36. Valid Sudoku (Golang & Java)
Hi bro hru.....can we expect latast Crash Course on Golang 2025 edition....in one video....
Nice, helped me a lot
Kub Ports
Wonderful video
sa7a respect from morocco oujda 01 malki x hamza
Thank you so much bro! so informative .... Go related information is so rare to come by
Hi Nandeshwar ..Can you also cover Go in production? like tools and scenarios?
Nice🙏
Nice👍
great resource to learn
nice
nice and easy!
Will you be doing DP problems too?
Previous video is dp solution
Bro please keep going.. Competitive programming in Golang is very rare to be found.. This coming from someone who is a production user of Go for years is a gem. Helps a lot to think in terms of Go
great explanation! Keep going
Hi nandeshwar, recently found your channel,keep up your good work. Is there any resource where i can find the implementation of the data structures and algorithms in golang instead of using any standard libraries like container/?
Hi Vijay, I will let you know if I find good resource. And leetcode has also many problems related to DS, I will add in the future.
Hi bro ..Please try to upload solutions to all leetcode questions atleast medium to hard level in Golang ..Also is it possible to do competitve coding in Golang?? I am aware the upper hand C++ has due to its library and support. What do you think?
I am targeting 200 -400 leetcode problems first, then keep working on other leetcode problems under new playlist. Golang is great language with its in-built library. C++ will be winner in embedded programming for the runtime speed. I say Golang is great for concurrency and micro services and for cloud. Thanks to everyone for liking my videos.
Never seen something like this for Golang! ..Thanks a lot... I was struggling to think in Golang terms
keep going
love you bro
You are gold and gold content keep going don't stop please golang!💪💪💪
good going bro
One of the best videos to get started with gRPC. Thanks Nandeshwar!
it seems I am your only admirer, good going bro. keep it up
Good video
Useful
Very good
What is d demand in US for golang
Golang job is growing fast.
Bro ,may I now end to end syllabus about golang Like where to start & where to end
Golang for kids is basic go and must to know. Golang for champion contains advance knowledge used in many projects.
Hi bro I want to learn golang Please guide me how start & how to fallow ur videos..... Arrange all playlist...i am getting little bit confusing how to fallow... videos
There are different playlists: www.youtube.com/@nandeshwarsah4115/playlists
playlist: 1. golang for kids for beginners 2. logic-building for advanced programmer
@@nandeshwarsah4115 R u Covered everything about about golang ....in that golang playlist....
I have to add many videos in playlist Golang for kids . I will try to put few videos every week.
@@nandeshwarsah4115 If I fallow your golang for kids playlist it is enough .... To get job How many years of experience i can claim if I fallow & practice ur playlist....
Useful
Good going bro 👍
Good going bro, commenting here to give you motivation. you are doing really good job. There are really few youtuber who code in golang
Keep going bro. I like your videos. One of your subscriber
Thanks for the video man. Love it 🥰
do you have any source golang and redis as database?? and how to make an api that will save data to redis database in golang
He will soon
Thanks. This is exactly what I am looking for. Thank you so much
The effort is good. But before publishing the video, please keep your fundamentals clear
Please do next video
We waiting for next video's
Please continue the series
Due to Covid situation, I could not add videos in last month. But I will continue adding videos in every week. Thanks
You can find the image in docker hub. hub.docker.com/r/nandeshwar/quote-app
hi
Cool😀😃😄😁😆🙃🙂😉😊😇🥰😍🤩😘😗☺😚😙
Omg this is so helpful because I almost know the whole script
Great job, Nadeshwor San
nice videos.... really helpful......
Great job
great Sir