l2

String methods have equivalents which end in "!" which actually modify the string itself. ⛶# Use normal methods to return new strings my_string = "hello" my_string.capitalize #=> "Hello" puts m...
0 Read More

Basic Syntax of Python 3

Basic Syntax of Python 3
Basic Syntax of Python 3Python 3 is a high-level programming language known for its simple and readable syntax. Unlike other languages, Python uses indentation to define code blocks, making the code m...
0 Read More

Getting Started With gRPC in Golang

Hi there! I'm Shrijith Venkatrama, founder of Hexmos. Right now, I’m building LiveAPI, a tool that makes generating API docs from your code ridiculously easy.gRPC is a framework for building fast, s...
0 Read More