Eric Sjöström Jennerstrand

Litium E-commerce, C#, .NET MAUI, Javascript, React, Azure, Git. .NET, Node and more!
JavaScript logo

Dive into React Hooks: Exploring useState

Introduction React Hooks revolutionized the way we write functional components in React by providing a simpler and more concise way to manage state and lifecycle in functional components. One of the most widely used hooks is useState, which allows us to add state to functional components. In this blog post, we will explore the useState
C Sharp

Exploring the Basics of Arrays in C#

Introduction Arrays are fundamental data structures that allow you to store and manipulate collections of elements in a systematic way. In C#, arrays provide a powerful tool for managing groups of related data. In this blog post, we will dive into the basics of arrays in C#, covering their declaration, initialization, and common operations. Through
C Sharp

Understanding Datatypes: Int, Float, and Double in C#

Introduction Understanding Datatypes: Int, Float, and Double in C#, understanding the various datatypes available is essential for effective coding. In this blog post, we will delve into three fundamental datatypes: Int, Float, and Double. We will explore their characteristics, use cases, and provide code examples to illustrate their practical applications. The Int (or integer) datatype
C Sharp

How to use a while loop in C#

A “while loop” is a control structure in programming that allows a block of code to be executed repeatedly based on a certain condition. In C#, the syntax for a “while loop” is as follows: The code inside the curly braces will only be executed if the condition is true. After the code has been
C Sharp

How to use a do while loop in C#

A “do while loop” is a control structure in programming that allows a block of code to be executed repeatedly based on a certain condition. In C#, the syntax for a “do while loop” is as follows: The code inside the curly braces will be executed at least once, regardless of whether or not the
Docker

How to enable Hyper-V in Windows 10

Quick Read Open programs in Windows Settings. Click program and functions. Click Activate or deactivate Windows-functions. Select Hyper-V and all child nodes. Restart computer. Here is how to enable Hyper-V in Windows 10!First, got to add or remove programs in Windows, and click “Program and functions”, as shown below. Secondly, at this screen, click Activate