Open in app

Sign In

Write

Sign In

Andrew Lundy
Andrew Lundy

79 Followers

Home

About

Published in

Dev Genius

·Nov 14, 2022

What is Bubbling in JavaScript?

JavaScript applications are driven by “events”. Clicking, hovering, dragging, and dropping are all examples of events in web applications. …

JavaScript

7 min read

What is Bubbling in JavaScript?
What is Bubbling in JavaScript?
JavaScript

7 min read


Published in

Level Up Coding

·Aug 22, 2022

The Benefits of Learning How to Code

The benefits of learning how to code far outweigh the costs it takes to learn how to code. Some people start this process, and in 6 months they land their first developer job. Other people start this process, and it takes them a year of focus and hardcore study to…

Programming

5 min read

The Benefits of Learning How to Code
The Benefits of Learning How to Code
Programming

5 min read


Jul 16, 2022

Working at a Startup vs. Corporate

Exordium There are a lot of different environments to choose from when it comes to picking a workplace. As you might imagine, each environment provides a different type of lifestyle and employee experience. …

Careers

11 min read

Working at a Startup vs. Corporate
Working at a Startup vs. Corporate
Careers

11 min read


May 22, 2022

Using MySQL with Express Routes

This is a walkthrough on using MySQL with Express.js routes. This walkthrough assumes MySQL is already installed on the development machine, and that the reader has MySQL knowledge/experience. The MySQL queries seen are based on a fictional apiary business database. …

JavaScript

10 min read

Using MySQL with Express Routes
Using MySQL with Express Routes
JavaScript

10 min read


Published in

Level Up Coding

·Jan 6, 2022

A quick way to calculate rem value in Tailwind CSS

In Tailwind, if you wanted to produce a `padding` of `1rem`, you’d use the following class name: `p-4`. I’ve found that I need a quick way to calculate the value used in the place of “4” when trying to produce a greater amount of `padding` (or any other property that uses `rem`). In Tailwind, 4 is equal to `1rem`. Since 4 is always equal to `1rem`, you just need to multiply 4 by the amount of `rem` that you want. For example, if you wanted to add a `padding` of `5rem` to each side of an element, you’d use `p-20` because `4 * 5 = 20`.

Web Development

1 min read

A quick way to calculate rem value in Tailwind CSS
A quick way to calculate rem value in Tailwind CSS
Web Development

1 min read


Dec 6, 2021

Value type cannot have a stored property that recursively contains it

In Swift, this error is thrown when trying to build a value type that recursively calls itself. This is not possible because value types are fixed structures. …

Swift

1 min read

Swift

1 min read


Jul 23, 2021

Software Architectural Patterns: MVVM

Architectural patterns in software engineering describe the way a system is designed. They are reusable solutions to problems that occur widely within the domain of software engineering. One goal of architectural patterns is to separate the UI programming from the business logic. …

Mvvm

3 min read

Software Architectural Patterns: MVVM
Software Architectural Patterns: MVVM
Mvvm

3 min read


Jul 18, 2021

Software Architectural Patterns: MVC

Design patterns deal with the way code is organized in a program. The main goal is to separate the UI programming from the business logic, and each design pattern does this in its own way. …

Software Design Patterns

2 min read

Software Architectural Patterns: MVC
Software Architectural Patterns: MVC
Software Design Patterns

2 min read


Jun 1, 2021

CS Data Structures: Fixed Array

Exordium A fixed (or fixed-size, fixed-length) array is an array that has a max amount of items. …

Computer Science

8 min read

CS Data Structures: Fixed Array
CS Data Structures: Fixed Array
Computer Science

8 min read


May 17, 2021

CS Data Structures: 2D Array

Exordium An array is a collection of objects. An array is one of the most frequently used data types in software development. The most fundamental type of array is a linear array, also known as a one-dimensional array. The objects in an array are accessed by their index within the array…

Computer Science

8 min read

CS Data Structures: 2D Array
CS Data Structures: 2D Array
Computer Science

8 min read

Andrew Lundy

Andrew Lundy

79 Followers

I write about programming.

Following
  • Ayodeji Awosika

    Ayodeji Awosika

  • Grace Huang

    Grace Huang

  • Ryan Holiday

    Ryan Holiday

  • Dhia

    Dhia

See all (10)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams