But what are Consumer, Supplier, and Predicate Interfaces in Java?If you are a Java developer you may have used forEach(), filter () like Stream API offered stuff at least once in your life. But have you…Jan 6Jan 6
Unfold Java Lambda ExpressionLambda functions were introduced in Java version 8.0. Java 8 was released in March 2014, so it’s been almost a decade since writing this…Jan 2Jan 2
10 Tips to Code Like a Pro in JavaScriptToday’s world is dominated by the web. What is the programming language behind the web you see with your favorite browsers? Yes. It is…Jan 2Jan 2
Write Clean Codes Without a Bunch of If-Else StatementsIf-else statements are one of the fundamental things that everyone has learned when they first start their programming journey…Dec 20, 20241Dec 20, 20241
Published inDev GeniusMerge Sort Vs Selection Sort — Performance ComparisonSorting is a prominent and well-known topic in data structures and algorithms. There are numerous sorting algorithms, each one holds…Dec 18, 2024Dec 18, 2024
Creating Robust REST APIs: Best Practices and ConventionsREST (Representational State Transfer) is a popular architectural style for building web APIs. REST APIs provide a simple and efficient way…Mar 27, 2023Mar 27, 2023
Published inJavaScript in Plain EnglishHow to Easily Share Data Between Two Angular ComponentsPass data between two components using RxJS SubjectApr 26, 20222Apr 26, 20222
Deploying a Node.js app on Heroku within MinutesA step by step guide on deploying Node.js application HerokuApr 24, 2022Apr 24, 2022
Dockerizing Spring Boot + MySQL ApplicationHow to deploy Spring Boot + MySQL Application to DockerFeb 18, 20221Feb 18, 20221
Published inJavaScript in Plain EnglishWhat’s Wrong with the forEach Loop?When should you not use the forEach loop?Feb 1, 20227Feb 1, 20227