1 follower
Hi, I am an Engineer with an interest in emerging technologies. My research interests are Artificial intelligence and machine learning, software engineering, and human-computer interaction.
In c#, Bitwise Operators will work on bits, and these are useful to perform bit by bit operations such as And &(Both), or|(Either),Xor^(Exclusive or,...
Garbage Collection in C#ππ€πππ It becomes imperative to note that automatic memory management is made possible by Garbage Collection in .NET...
Function Declarations vs. Function Expressions Before we jump into immediately-invoked function expressions (IIFE), let's make sure we're on the same...
The AWS Serverless Application Model or SAM, is an open-source framework for building serverless applications. It provides shorthand syntax to express...
Functions Retain Their Scope It is important to recall that when an identifier (i.e., a variable) is used, the JavaScript engine will check the scope...
If you have worked with developers in a team, you will discover that everyone wants the code to be deployed with no issues. But how do the developers...