Open in app

Sign In

Write

Sign In

Daniel C Reyes
Daniel C Reyes

24 Followers

Home

About

May 30, 2021

Palindrome-ing

My approach to Palindrome I want to approach popular algorithms and explain my approach to solving them. In saying that let's get started with the ever so popular Palindrome. What we Know The parameter is a string. It will contain at least one character as it will be non-empty. We must return either…

Algorithms

2 min read

Palindrome-ing
Palindrome-ing
Algorithms

2 min read


Published in Nerd For Tech

·May 23, 2021

Getting Started with Redux

State management is a key aspect of any application. An application’s state is the values in your application at any point in time. …

Redux

4 min read

Redux

4 min read


May 16, 2021

The right Position

Position basics in CSS What are positions in CSS? Positions in CSS are when you place elements on a web page, it is important to specify how they are displayed in relation to each other or their parent element. Positions help you to set this. …

CSS

2 min read

CSS

2 min read


May 10, 2021

Thrown for a Loop

While continuing working on algorithms the very basic of loops remain a very important concept in JavaScript. Loops to keep it simple are a set of instructions used to repeat the same block of code until a specific condition returns either truthy or falsely. Javascript supports a few different kinds…

JavaScript

2 min read

JavaScript

2 min read


May 2, 2021

Ready to Test

Testing in Programming What is Testing? Testing in programming is a basic yet very important step in the overall process of developing any project. Testing is the process of evaluating your code or its component(s) with the intent to find whether it satisfies the specified requirements or not. …

Testing

2 min read

Testing

2 min read


Apr 25, 2021

What is Node.Js?

What is Node.js? Node.js is an open-source, cross-platform runtime environment for developing server-side and networking applications. Node.js applications are written in JavaScript and can be run within the Node.js runtime on OS X, Microsoft Windows, and Linux. Node.js is simple to implement and use if you already know JavaScript since Node.js is built…

Nodejs

2 min read

Nodejs

2 min read


Apr 18, 2021

Intro to Regular Expressions

RegEx for Beginners in JavaScript What is a regular expression? RegEx is a sequence of characters that define a search pattern in a form or text. It is used in popular languages like Javascript, Go, Python, Java, C# which supports regex fully. In JavaScript, regular expressions are objects to find patterns of char combinations in…

Regex

2 min read

Regex

2 min read


Apr 11, 2021

Graphs in Javascript

Intro to Graphs in Javascript What Is a Graph? A graph is a collection of nodes with edges, arcs, or lines between them. Graphs are used to represents relationships and hierarchies and are composed of nodes and edges.For example if node A is connected to node B with an edge or line, we say…

Graph Data Structure

2 min read

Graph Data Structure

2 min read


Apr 4, 2021

Understanding Trees

Intro to Trees Trees are relation-based data structure, which specializes in representing a hierarchical structure. Like a linked list, nodes contain both elements of data and pointers marking their relation to immediate nodes. A node can have zero or more children in a tree. Trees are non-linear data structures. …

Data Structures

2 min read

Understanding Trees
Understanding Trees
Data Structures

2 min read


Mar 28, 2021

Linked Lists

What is a Linked List? A Linked List is a collection of objects that have been added in a particular order and we want to maintain that order. The objects that we want to maintain the order of is an ordered collection of nodes. Each node contains the data stored and a link to the…

Data Structures

2 min read

Data Structures

2 min read

Daniel C Reyes

Daniel C Reyes

24 Followers

Full-Stack Software Engineer / New York City / www.danielcreyes.dev

Following
  • Jeanmarie Jackman

    Jeanmarie Jackman

  • Markus Hanslik

    Markus Hanslik

  • Dolly Desir

    Dolly Desir

  • Stephen Galvan

    Stephen Galvan

  • Cathy D'Onofrio

    Cathy D'Onofrio

See all (24)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech