Published in ILLUMINATION·PinnedMember-onlyHow To Be Successful On Medium7 Tips from my Experience — Medium is one of the most prominent blog platforms, with 60 million monthly active users. It automatically gives you access to your niche and is visible to a big audience. However, the flip side of the coin is that you are a tiny fish in a pond of 60 million…Blogging5 min readBlogging5 min read
Published in ILLUMINATION·PinnedMember-onlyHow to Increase Your Reading SpeedLazy Person Edition — Remember that kid in your classroom who was reading more than 50 books per year. Unfortunately, that kid was never ME. I used to read at most 1 book per year and it took me months to finish it. I was mostly staying on my phone and simply reading any…Reading4 min readReading4 min read
Published in The Side Hustle Club·Mar 20The Art of Memorising — A Guide for Successful Memory CreationHave you ever been in a situation where you need to remember something and you can’t? What about forgetting an important word or number, or having to recite a speech? You may be like most people who find it difficult to remember things. This is not an uncommon problem. …Self Improvement3 min readSelf Improvement3 min read
Published in Writing Community·Mar 19Moonwalking With Einstein — Joshua FoerBook Review — Have you ever seen a memory competition?What if I told you that with specific training you can be the next US champion in memory competition? Memory athletes compete in memorising information like that of names, decks of cards, random numbers, digits of pi. They compete in different memory competitions organised…Books4 min readBooks4 min read
Published in ILLUMINATION·Mar 18Ikigai — Hector Garcia, Francesc MirallesBook Review — Ikigai is a term which comes from Japanese and it means ‘life’s purpose’. The authors of this book have conducted research on five places on Earth where people are the happiest and live longer than the rest of the world. Garcia and Mirelles interviewed the residents of Ōgimi, a village…Books4 min readBooks4 min read
Published in The Authors·Mar 18Untamed — Glennon DoyleBook Review — This is Author’s life story where she explains how a responsible mother is not one who slowly dies for her children, but one who shows them how to fully live. It is the story of navigating divorce, forming a new blended family, and discovering that the brokenness or wholeness of…Books3 min readBooks3 min read
Published in CodeX·Mar 18Slash Your Load Times: Shrink the Chunk-Vendors.js Size in Vue3You are not a developer if you haven’t found yourself with an over 2MB chunk-vendors.js size file. I was in a similar position where the performance of the website was slowing down due to the chunk-vendors.js file size. Yes! It is frustrating because you cannot just find this file in…Vue4 min readVue4 min read
Published in Technology Hits·Mar 15ChatGPT vs. Humans: Can an AI Outsmart Us?Case Study — Many of you might know by now what ChatGPT is. ChatGPT is an advanced artificial intelligence (AI) language model developed by OpenAI that uses deep learning techniques to generate human-like responses to text inputs. Its purpose is to enable natural language conversations between humans and machines. ChatGPT is designed to…Chatgpt5 min readChatgpt5 min read
Published in CodeX·Mar 10Member-onlyCallable Objects in Swift: A Comprehensive GuideCallable objects in Swift are a type of object that can be called a function. In other words, a callable object is an instance of a type that can be invoked using function call syntax. Callable objects are also known as function-like objects or function objects. The idea of callable…Apple5 min readApple5 min read
Published in Technology Hits·Mar 8Member-onlyManaged Pointers in SwiftSwift is a modern, powerful, easy-to-use programming language widely used for developing iOS, macOS, watchOS, and tvOS applications. One of the great features of Swift is its support for pointers, which are references to a location in memory. …IOS4 min readIOS4 min read