PinnedPublished inThe StartupVideo Encoding in React NativeI always love to work with video encoding stuff, But recently thought of diving into React Native. Guess what, I loved it and did some…Jul 27, 202047012Jul 27, 202047012
PinnedGoroutines and Channels: The Building Blocks of Concurrent GoGoroutineJan 8, 2023108Jan 8, 2023108
12 Life Lessons From “Rich Dad Poor Dad”“Rich Dad Poor Dad” is a bestselling personal finance book written by Robert Kiyosaki. The book is based on the author’s own experiences…Jan 19, 2023121Jan 19, 2023121
What’s new in React Native 0.70React Native 0.70 has been released and it brings a lot of exciting new features and improvements for mobile app developers. In this blog…Jan 18, 202352Jan 18, 202352
How to Build a Strong Engineering Team.An engineering team that excels at tackling intricate technical issues and producing exceptional products or services is considered strong…Jan 11, 2023941Jan 11, 2023941
The Art of Designing Distributed Systems: Tips and TechniquesDistributed System is a software system that consists of multiple independent computers that communicate with each other over a network…Jan 8, 202372Jan 8, 202372
GraphQL and Apollo: A Beginner’s GuideAre you tired of making multiple API calls just to retrieve the data you need? Say hello to GraphQL, the revolutionary query language…Jan 8, 202349Jan 8, 202349
Web Ninja in 2023: Staying Ahead of the GameTo Excel as a Pro Ninja you need toJan 7, 202322Jan 7, 202322
An Unexpected Interview that changed his Life.An unexpected incident happened with a 22 Yr Software engineer.Aug 15, 2020251Aug 15, 2020251
Published inUX CollectiveMaterial Design with ReactJS using Material UIMaterial Design is well known these days because of its deep design principles. Coming to the history, It is a design language that Google…Aug 5, 202092Aug 5, 202092
Published inWebtipsMost Important JavaScript Features in ES2020 (ES11)ES (ECMA Standard) defines the ECMAScript Language. Since publication of the first edition in 1997, ECMAScript has grown to be one of the…Jul 31, 2020Jul 31, 2020
Inheritance and the prototype chainA most controversial feature of Javascript is the way that does the inheritance. Which is very different than other modern programming…Jul 29, 2019Jul 29, 2019
Improving Javascript Performance by Understanding V8Before going into the performance optimization tips, Let’s discuss what is V8?Jul 29, 2019Jul 29, 2019
Lexical ScopeThis is one of the most confusing part in Javascript, I will try to explain a bit and make it clear.Apr 9, 2018Apr 9, 2018