Exploring the Strategy Behavioral Design Pattern in Node js
Types of Behavioral Design Patterns The Strategy pattern allows us to extract the common parts of a family…
Clean Coding in Python with Mariano Anaya
Clean code isn’t just a nice thing to have or a luxury in software projects; it’s a necessity. If we want…
Types of Hackers
Black Hat Hackers These are the guys people were referencing when the term ‘hacker’ was first…
Understanding the Foundation of Protocol-oriented Design
When we develop applications, we usually have a set of requirements that we need to develop against.…
Microsoft Warns That a Massive Cyberattack From Russia Will Hit the US
Hackers continue to work with Russian support. Even after U.S. President Joe Biden is imposing…
Java – Documentation Comments
The Java language supports three types of comments − Sr.No.Comment & Description1/* text */The compiler…
Java – Applet Basics
An applet is a Java program that runs in a Web browser. An applet can be a…
Java – Multithreading
Java is a multi-threaded programming language which means we can develop multi-threaded program using Java. A multi-threaded…
Java – Sending Email
To send an e-mail using your Java Application is simple enough but to start with…
Java – Networking
The term network programming refers to writing programs that execute across multiple devices (computers), in which the…