Posted inFeatured GitHub introduces code review controls Posted by admin November 6, 2021 GitHub has added code review restrictions and improved mobile notifications for users of its popular…
Posted inFeatured How to use Docker for Java development Posted by admin November 5, 2021 The promise of using Docker during development is to deliver a consistent environment for testing across developer…
Posted inFeatured Exploring the Strategy Behavioral Design Pattern in Node js Posted by admin November 3, 2021 Types of Behavioral Design Patterns The Strategy pattern allows us to extract the common parts of a family…
Posted inFeatured Clean Coding in Python with Mariano Anaya Posted by admin November 2, 2021 Clean code isn’t just a nice thing to have or a luxury in software projects; it’s a necessity. If we want…
Posted inFeatured Types of Hackers Posted by admin October 30, 2021 Black Hat Hackers These are the guys people were referencing when the term ‘hacker’ was first…
Posted inFeatured Understanding the Foundation of Protocol-oriented Design Posted by admin October 30, 2021 When we develop applications, we usually have a set of requirements that we need to develop against.…
Posted inFeatured Microsoft Warns That a Massive Cyberattack From Russia Will Hit the US Posted by admin October 28, 2021 Hackers continue to work with Russian support. Even after U.S. President Joe Biden is imposing…
Posted inJava Programming Java – Documentation Comments Posted by admin August 16, 2021 The Java language supports three types of comments − Sr.No.Comment & Description1/* text */The compiler…
Posted inJava Programming Java – Applet Basics Posted by admin August 16, 2021 An applet is a Java program that runs in a Web browser. An applet can be a…
Posted inJava Programming Java – Multithreading Posted by admin August 16, 2021 Java is a multi-threaded programming language which means we can develop multi-threaded program using Java. A multi-threaded…