prasanna kumarHow I Conquered My Nerves and Nailed My InterviewsInterview anxiety is something many people struggle with, myself included. Early in my career, passing an interview — whether it was a…3d ago3d ago
prasanna kumarThe Rise of AI: How Tools Like ChatGPT and Midjourney Are Revolutionizing Our LivesArtificial intelligence has experienced significant advancements in recent years, and this is only the beginning! Tools such as ChatGPT and…Jul 1Jul 1
prasanna kumar“Master the Art of Code Reviews: 5 Expert Tips for Seamless Collaboration and Happy Engineers!Code reviews can be a challenging aspect of the development process, often involving more interpersonal skills than technical prowess. Like…Jan 31Jan 31
prasanna kumarHow to Name Booleans ValuesI have been reviewing code for a few months now and many people are not naming the variables right. Especially the booleans, so “How to…Dec 22, 2023Dec 22, 2023
prasanna kumarDid you Check these in the pull Request?. Part 1No wonder code reviews pays the best interest in gaining coding knowledge. I see a lot of devs suffering from doing code reviews…Jul 17, 2023Jul 17, 2023
prasanna kumarThe underrated EncapsulationJust like all others, I learnt the encapsulation the way it is written all over the internet and all the programming babas explained but…Jan 17, 2023Jan 17, 2023
prasanna kumarMy idea on Test-driven development was completely changedwe all at some point experienced the pain in writing, especially those who are not a fan of writing test cases, always trying to escape…Jan 22, 20221Jan 22, 20221
prasanna kumar“you don't know js,” written by who knows jsI know how hard is js if you don’t understand the underlying concepts, here is the concepts you be thorough enough to make you best at jsJun 6, 2021Jun 6, 2021
prasanna kumarngIf in ReactIn this post, we can see how we can use the traditional ngif statement in React. This post is for beginners in React.May 26, 2021May 26, 2021
prasanna kumarTop 5 Techniques to make your javascript code look like a proTernary Operator This is a great alternative if you just want to assign a value to a variable based on a condition, it has a simple syntax…Apr 16, 2021Apr 16, 2021