vikram fugroWhat’s a “Thread Boundary” in Rust’s Async-Await ?Async-Await paradigm is a great step forward in the evolution of programming. Not just it makes your asynchronous code “appear”…Feb 5, 2022Feb 5, 2022
vikram fugroHow’s a capture in Rust closures?We all know what a closure does and how powerful they are! They hold the special power of capturing the variables used within them but…Nov 6, 2021Nov 6, 2021
vikram fugroVariance from Subtyping’s viewThis concept has somehow got me intrigued on a few occasions and I am sure majority of the readers find this interesting too.Mar 7, 2021Mar 7, 2021
vikram fugroinLevel Up CodingThe “ref” keyword in RustRust has a very powerful pattern matching system. You can match literals, structs, enums, slices (of varying lengths), specific fields in…Nov 20, 20201Nov 20, 20201
vikram fugroLifetimes in RustIn the world of high level languages like Java, Python, JavaScript, Ruby, Go, the developer mindset is not really tuned to understand one…May 1, 2020May 1, 2020
vikram fugrodyn , impl and Trait Objects — RustLet’s have a look at the following code:Jan 19, 20201Jan 19, 20201
vikram fugroProject Calico, the CNI wayWhen it comes to Kubernetes networking, Calico is widely used. One of the main reasons being its ease of use and the way it shapes up the…Nov 14, 20184Nov 14, 20184
vikram fugroMutable Reference in RustBefore moving to understanding the mutable reference, let’s have a look at a very basic example in C.Oct 4, 20185Oct 4, 20185
vikram fugroContainer Networking Interface aka CNICNI is being mentioned a lot in conjunction with Kubernetes. It is now become an integral part of Kubernetes, silently doing it’s job of…Sep 26, 20181Sep 26, 20181
vikram fugroScript to manage your AWS Security GroupsHaving a dynamic public IP can be really annoying when it comes to accessing the services in AWS, guarded by security groups (assuming you…May 10, 2018May 10, 2018