PinnedPublished inJioHotstarDe-bottlenecking Aurora MySQL for 19 Million concurrent usersHow we root caused performance issues in Aurora MySQL scaling and fixed them by attacking low level architectural details.Jan 30, 2023A response icon7Jan 30, 2023A response icon7
Go and Slice initialisationSlice is the most important data structure that Go Provides. It’s composed of three components; a backing array (precisely a pointer to the…Aug 11, 2022A response icon1Aug 11, 2022A response icon1
Go and Struct AlignmentStructs Structs in Golang provide necessary encapsulation by grouping data together. It can be used to define a schema made of individual…Jul 10, 2022A response icon2Jul 10, 2022A response icon2