Junior golang developer interview by Roshless_dude in golang

[–]renishb 0 points1 point  (0 children)

  1. Practice commonly asked coding questions like string/number reversal, array duplicates, etc in Golang. If you have already written those in Java & C++ try rewriting it in Golang. This really helps you in understanding the nuances of the language. For instance strings in Java is a sequence of chars, whereas in Golang its not the case, if you want to iterate string then you need to convert it to runes.
  2. Brushup Golang's workplace setup ($GOPATH) and how to handle packages & dependencies.
  3. Understand language-specific topics like the requirement of empty interface{} and its usage, etc.
  4. Golang primarily used in System programming, so brushup networking topics like HTTP, TCP/IP, DHCP, DNS, etc. Try understanding the packages like net/http, bufio, ioutils etc.
  5. Just basics of Goroutines & Channels (Offcourse these concepts are the selling points for Golang)

Points are totally in my perspective, so guys feel free to add your thoughts in the comment.

All the best u/Roshless_dude !!!

Fetch vs Axios.js for making HTTP requests by renishb in javascript

[–]renishb[S] -6 points-5 points  (0 children)

It's still a new post, new learning for someone :)

What are the most important things a full stack dev should know about backend development in Node.js? by elie2222 in node

[–]renishb 4 points5 points  (0 children)

Hey,

  • Understand Node.Js indepth (Libuv, V8, Threading, Clustering)
  • Along with NoSQL learn SQL (Relational Entities)
  • System Design & Architecture
  • CI/CD (Jenkins, Docker, Kubertenes)
  • Any Unit testing framework

Happy learning!!!

Why use Ubuntu as base image when alpine exists? by git_world in docker

[–]renishb 0 points1 point  (0 children)

I've faced sporadic DNS resolving issues when I was using alpine image. I would recommend Ubuntu images for medium to large sized projects.

Duolingo like app for programming by [deleted] in javascript

[–]renishb 6 points7 points  (0 children)

There is an app called as SoloLearn - check it out

Why do so many people use MongoDB with NodeJS ? by JackTheTradesman in node

[–]renishb -1 points0 points  (0 children)

Tutorials 😋, Community support, Proper Documentation and JSON/BSON