Open in app

Sign In

Write

Sign In

Gage Thornberry
Gage Thornberry

9 Followers

Home

About

Published in Dev Genius

·Apr 11, 2021

“Matrix Diagonal Sum”: LeetCode Challenge

Okay, so let’s talk about how we’re going to solve this. Given an array that is N by N size, let’s slice an X out of it and sum those…

Code Challenge

6 min read

“Matrix Diagonal Sum”: LeetCode Challenge
“Matrix Diagonal Sum”: LeetCode Challenge
Code Challenge

6 min read


Published in Dev Genius

·Apr 7, 2021

“Move Zeroes”: LeetCode Challenge

Description: Given an integer array nums, move all 0’s to the end of it while maintaining the relative order of the non-zero elements.

Code Challenge

3 min read

“Move Zeroes”: LeetCode Challenge
“Move Zeroes”: LeetCode Challenge
Code Challenge

3 min read


Published in Dev Genius

·Nov 28, 2020

ES6 Default Parameters + Spread Operator

ES6 is a new standard of JavaScript that was released on June 17th, 2015. This new release includes many new features that can be utilized when writing code in JavaScript. I’m going to talk about which features are my favorite and I will explain how they can be used in…

Java Script

3 min read

ES6 Default Parameters + Spread Operator
ES6 Default Parameters + Spread Operator
Java Script

3 min read


Aug 23, 2020

The Reverse Integer challenge.

Directions - Given a 32-bit signed integer, reverse digits of an integer.

Code Challenge

2 min read

The Reverse Integer challenge.
The Reverse Integer challenge.
Code Challenge

2 min read


Aug 16, 2020

What Are Webhooks?

What is a Webhook? Let’s ask Wikipedia - “A webhook in web development is a method of augmenting or altering the behavior of a web page or web application with custom callbacks. These callbacks may be maintained, modified, and managed by third-party users and developers who may not necessarily be…

Webhooks

2 min read

What Are Webhooks?
What Are Webhooks?
Webhooks

2 min read


Aug 7, 2020

Creating a queue using Javascript arrays and classes.

Arrays are in my opinion the most dynamic data structure of them all. Arrays are particularly useful for holding multiple types of data inside of it. Arrays hold objects, strings, booleans, and also have a ton of built in methods that can be used to iterate over arrays to pull…

Java Script

2 min read

Creating a queue using Javascript arrays and classes.
Creating a queue using Javascript arrays and classes.
Java Script

2 min read


Published in Dev Genius

·Aug 1, 2020

Hello and welcome to the Spiral Matrix

Spiral Hello and welcome to the Spiral Matrix The spiral matrix is one of the most well known code challenges because of the tricky logic that comes with the problem. Let’s take a look at the directions.

Spiral Matrix

7 min read

Hello and welcome to the Spiral Matrix
Hello and welcome to the Spiral Matrix
Spiral Matrix

7 min read


Jul 25, 2020

Knowing when to use Map, Filter, and Reduce + ES6

Introduction JavaScript, previously known as Mocha, was developed in 1995 by a guy named Brendan Eich. During this time Eich was working as a Netscape Communications Corporation programmer, and he used his free time outside of work to put the scripting language together. In 1995 there were two dominating web browsers…

Software Development

3 min read

Knowing when to use Map, Filter, and Reduce + ES6
Knowing when to use Map, Filter, and Reduce + ES6
Software Development

3 min read


Jul 19, 2020

React state and components intro

Welcome. Today I’ll be explaining what React components and state management is and how you can use it in your React app. What is React? “React is a library for building composable user interfaces, it supports and encourages the creation of reusable UI components, which presents data that changes over time by using…

React

2 min read

React

2 min read


Jul 11, 2020

WebSockets pt. II

Welcome to Web Sockets pt. II In this post I’ll be talking more about web sockets and how you can build a Web Socket server. A WebSocket server can be written in any server-side programming language that is capable of Berkeley sockets, such as C(++), Python, PHP, or server-side JavaScript. …

Websocket

3 min read

WebSockets pt. II
WebSockets pt. II
Websocket

3 min read

Gage Thornberry

Gage Thornberry

9 Followers
Following
  • Domenico Nicoli

    Domenico Nicoli

  • Cody Shaben

    Cody Shaben

  • Damon Self

    Damon Self

  • Tatiana Smolin

    Tatiana Smolin

  • James S. Fisher

    James S. Fisher

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech