PinnedRakeshinLevel Up CodingA RESTFul Go living in dockerA simple definitive guide for beginners in Go to build a REST API and running inside a docker containerOct 21, 20201Oct 21, 20201
PinnedRakeshinLevel Up CodingSystemic approach to ace your next system design interviewSo you have your interview with a company in which you always to longed to work say Google and you aced that pair-programming session and…Oct 21, 2020Oct 21, 2020
PinnedRakeshinLevel Up CodingEvery feature Java 15 came withNew features in java 15 which every java developer worth being aware ofOct 15, 2020Oct 15, 2020
RakeshinLevel Up CodingMastering the Power of Go’s Range StatementGo, also known as Golang, is a powerful and efficient programming language that offers a wide range of features and functionalities. Among…May 16, 2023May 16, 2023
RakeshinLevel Up CodingHow to check if a map contains a key in GoOne of the most frequently asked questions in Go is “How do I check if a given map consists of a key already?”Jan 9, 2023Jan 9, 2023
RakeshinLevel Up CodingHow to handle errors in GoError handling in Go is different than other programming languages like Java or Python for example. Go built-in errors don't contain stack…Jan 7, 2023Jan 7, 2023
RakeshinLevel Up CodingCreating slimmer docker imagesThis article shows approaches you could follow to reduce your docker image sizes.Jan 7, 2023Jan 7, 2023
RakeshinLevel Up CodingHow to handle errors in GoError handling in Go is different than other programming languages like Java or Python for example. Go built-in errors don’t contain stack…Dec 19, 2022Dec 19, 2022
RakeshinLevel Up CodingDefining Structs in GoGo’s structs are typed collections of fields. They’re useful for grouping data together to form records.Dec 17, 2022Dec 17, 2022