Evan Loria

Evan Loria @evanloria4

Joined:
Aug 9, 2024

Evan Loria
articles - 11 total

Optimizing Top K Frequent Elements in JavaScript Using a Max-Heap

The Problem The Top K Elements algorithm helps find the k most frequent elements in a...

Learn More 1 0Apr 9

node-cron: Automation in node.js

Introduction Automation is vital in a Node.js environment. The NPM node-cron package...

Learn More 2 0Feb 9

Node's GoogleGenerativeAI: Incorporating AI Technology In javaScript

Introduction The world has seen a lot of advancements in the AI world over the last...

Learn More 2 1Jan 26

Material UI: React Component Library

Introduction Material UI, or MUI, is an open source React component library used for...

Learn More 1 0Jan 13

Internet of Things: The Benefits and Challenges of Connected Devices

Introduction Internet of Things (IoT) is a network of devices that are connected to each...

Learn More 0 0Dec 2 '24

Intro to Brain.js, Creating Neural Networks in javaScript

Introduction Brain.js is a javaScript library that is used to create neural networks using...

Learn More 3 0Nov 18 '24

Promises: The Ability to Write Asynchronous Code Using Javascript

Introduction By nature, Javascript is a synchronous, single-threaded programming language....

Learn More 0 0Nov 11 '24

Dynamic Link Library Basics

What are Dynamic Link Libraries Dynamic Link Libraries (DLLs) were created by Microsoft,...

Learn More 2 0Oct 7 '24

Neural Networks

Introduction Machine learning is the process in which artificial intelligence uses data...

Learn More 0 0Sep 30 '24

Malware: Detection, Collection, and Analysis

What is Malware Malicious software, or malware, is software that is specifically designed...

Learn More 2 2Sep 23 '24

Why We Need Higher-Order Functions

What is a Higher Order Function? Higher Order Functions are functions that are able to...

Learn More 0 0Aug 9 '24