Jul 3Let's hear ChatGPT's views on “Why do the best engineers fail at managerial roles”?Let's hear ChatGPT's views on “Why do the best engineers fail at managerial roles”? We have lots of articles on "Why do the best engineers fail at managerial roles" written by humans. Let's read what ChatGPT has to say after learning so much about our tiny world in the universe.Chatgpt Prompt4 min readChatgpt Prompt4 min read
Jan 23How can solve burnout in the fast pace tech industry?Burnout in the tech industry is a growing concern as the pace of work and expectations for productivity continue to increase. Symptoms of burnout include chronic fatigue, loss of motivation, and feelings of helplessness and hopelessness. As an engineer myself, I am seen teammates and friends drowning in burnout. There…Tech4 min readTech4 min read
Jan 9Flutter web Image.network() not loading but url is correct.I build my app for android and iOS. So recently flutter run it on the web and all hell broke lose. The first run didn't even work. Image.network() errorbuilder was throwing this error below: Error message ImageCodecException: Failed to load network image. Image URL: https://images.igdb.com/igdb/image/upload/t_cover_big/ss6bi7081my4mzebjkzb.png Trying to load an image from another domain? Find answers at: https://flutter.dev/docs/development/platform-integration/web-imagesFlutter2 min readFlutter2 min read
Jan 8I asked ChatGPT, 20 ideas we can build with him/her, the reply is awesome!I have been using it to solve and optimize my programming issue and the reply is just one word, Awesomeness. In fact, this is going to be world-changing… Of course in a good way! But having a second thought, hmm…or it might take over the world?? 🤣🤣 I asked ChatGPT…ChatGPT3 min readChatGPT3 min read
Jan 6Module ‘cloud_firestore’ not found on xcode while using flutter.I have been using flutter to build apps on and off for almost 2 years. This is one of the most frustrating errors I faced so far. I believe it might help some of you and save you time. This occurred when to me when I am trying to run the flutter app with firebase firestore on my mac's XcodeFlutter1 min readFlutter1 min read
Jan 5A Javascript TimelineAll JavaScript released refers to all versions of the JavaScript programming language that have been released to the public. JavaScript is a widely used programming language that is commonly used for building web applications and creating interactive elements on websites. It has undergone many updates and improvements over the years…Ecmascript2 min readEcmascript2 min read
Jan 45 Common Flutter/Dart Errors You May Encounter on a Daily Basis As a Flutter Developer5 Common Flutter/Dart Errors You May Encounter on a Daily Basis As a Flutter Developer We encounter many flutter and dart errors every day as we code the shit out of ourselves on our IDE. Some might be noticeably easy to solve while others are not. Here are some common…Flutter2 min readFlutter2 min read
Jan 2The Awesomeness of Practicing Mindfulness in the Tech WorkplaceThe Awesomeness of Practicing Mindfulness in the Tech Workplace As the demands of the modern workplace continue to increase, it’s more important than ever to find ways to manage stress and maintain a healthy work-life balance. One effective strategy that has gained popularity in recent years is mindfulness, the practice…Mindfulness At Work3 min readMindfulness At Work3 min read
Jan 2Javascript Now and ThenJavascript is one of the most popular languages on earth but many developers don't really know its history. Brief History JavaScript is a programming language that was developed in 1995 by Netscape Communications Corporation. It was initially used to create interactive effects on web pages and to make web pages more…JavaScript4 min readJavaScript4 min read
Sep 25, 2022bash: bun: command not found after install on macWhy do I use bun.sh? "Bun is a fast all-in-one JavaScript runtime" as emphasized by the creator. I have read some good comparisons between nodejs vs deno vs bun. So I decided to give it a go on my personal project as the current project has long-running jobs (a few hours) for batching. Let's see. How to fix the Error? …Error2 min readError2 min read