🤔Should I Go with Golang DEV + DevOps engineer 🏁as a Fresher! And what about the Job market in startups and MNCs in India as well as in the US/WORLDWIDE (Remote jobs)🌍 How should I get a Fresher job as a Golang developer😇🌍
Golang DEV + DevOps engineer as a fresher is a great choice. In short, the job market for GoLang is good so far, if you wanna know more there is a separate video on "Why I am learning GoLang" ✌
I suggest you to learn python also , it is easy for you to get python or js sde freshers job ,as for golang dev they expect you to have some experience in development at least for 1-2 years
Thank you for the great suggestion! 🙌 Concurrent patterns are super interesting-I’ll definitely keep this in mind for a future video. Appreciate your input! 😊
Brother make complete tutorials on golang web development as there are no comprehensive resources
Thanks bro. this video is great for interview preparation also
Golang roadmap:-
1) Functions:- Variadic functions, Anonymous functions, deffered functions, first class functions, higher order functions, callback functions, dynamic behavior of functions, closures (helps in encapsulation, memoization, decorators)
2) Composition:- struct embedding & its use cases
3) pointers (LL, tree implementation)
4) OOPS (4 pillars)
5) Error Handling:- panic & recover, custom error, sentinel error (built in), error propagation, error unwrapping
6) File handling (os package, read & write files, creat directories, copy files, read and write large files efficienctly, encoding files (binary, utf8), encryption & decryption of files)
7) Concurrency:- go routines (life cycle, scheduling), channels, context package (timeout, cancellation, deadline), concurrency patterns (fan in, fan out, worker pool), buffered/unbuffered channels, deadlocks, race conditions, synchronization (wait groups, mutex and lock)
8) Generics:- generic functions, generic structs, generic collections (generics map, generics slice)
9) Memory management:- garbage collector & its configuration (mark & sweep algorithm), Escape analysis (memory leak analysis), memory allocation (memory profiling & debugging)
10) Golang standard library:- web (net/http, net/url, encoding/json), time (time, runtime), data structure (container/heap, container/list, container/ring, sort)
Wow brother you rocked it seriously 🪨🔥
Thank you, sincerely appreciate your compliments 🙏
🤔Should I Go with Golang DEV + DevOps engineer 🏁as a Fresher! And what about the Job market in startups and MNCs in India as well as in the US/WORLDWIDE (Remote jobs)🌍 How should I get a Fresher job as a Golang developer😇🌍
Golang DEV + DevOps engineer as a fresher is a great choice. In short, the job market for GoLang is good so far, if you wanna know more there is a separate video on "Why I am learning GoLang" ✌
I suggest you to learn python also , it is easy for you to get python or js sde freshers job ,as for golang dev they expect you to have some experience in development at least for 1-2 years
Can you please make videos on concurrent patterns
Thank you for the great suggestion!
🙌 Concurrent patterns are super interesting-I’ll definitely keep this in mind for a future video. Appreciate your input! 😊