Open in app
Home
Notifications
Lists
Stories

Write
Amanda M Johnson
Amanda M Johnson

Home

Published in An Idea (by Ingenious Piece)

·Oct 26, 2020

JavaScript Arrays: push(), pop(), shift() & unshift()

When working with arrays, it is important to understand the different types of methods and how they transform your data. push(), pop(), shift() and unshift() are only four of many other such methods. push() adds one or more elements to the end of an array returns the new element(s) is…

Software Development

2 min read

JavaScript Arrays: push(), pop(), shift() & unshift()
JavaScript Arrays: push(), pop(), shift() & unshift()

Published in An Idea (by Ingenious Piece)

·Oct 19, 2020

Master JavaScript For Free

Here is a list I put together of great resources to become more knowledgable in JavaScript and front end development. — Assuming you already have some basic understanding of the fundamentals and workings of JavaScript, these books and tutorials can help you to take your skills to the next level — and they’re all free! JavaScript Stack From Scratch Hosted on GitHub, JS Stack From Scratch is a tutorial that goes…

Software Development

3 min read

Master JavaScript For Free
Master JavaScript For Free

Published in An Idea (by Ingenious Piece)

·Oct 12, 2020

Improve Web Performance in a React Application

As a project naturally develops over time to become more robust with a database that grows in parallel to increasing complexity, there are measures that can be made to ensure that the user experience is the best it can be. — Styling It is not recommended to use in-line styling in a React app because it will add a lot of repeated code to your program. Not to mention, when making any kind of change it will be easier to make a mistake by not applying the update to all of…

Software Development

3 min read

Improve Web Performance in a React Application
Improve Web Performance in a React Application

Published in An Idea (by Ingenious Piece)

·Oct 5, 2020

Painlessly Deploy a React App with Heroku

Today, I deployed my first application with Heroku. Read on to see how I did it and why you might want to try it out for yourself. — I recently finished working on the first version of my portfolio website. Yay me! It is strictly a front end website that I built with React’s create-react-app and using other libraries like emailjs and react-scroll to add some useful functionality. emailjs allowed me to enable emails to be sent directly…

Software Development

4 min read

Painlessly Deploy a React App with Heroku
Painlessly Deploy a React App with Heroku

Published in An Idea (by Ingenious Piece)

·Sep 28, 2020

HackerRank: Just Do It

I don’t know about you, but I need to get better at algorithms. — Let me tell you a story… This past Friday, I completed a HireVue interview along with CodeVue coding challenges that was sent to me after I applied to JPMorgan Chase & Co’s Software Engineering Program. …

Software Development

4 min read

HackerRank: Just Do It
HackerRank: Just Do It

Published in An Idea (by Ingenious Piece)

·Sep 21, 2020

JavaScript =, ==, & ===

When writing in JavaScript, it’s important to understand the differences between =, ==, and ===. It will cause bugs and errors in the codebase when used incorrectly. — Assignment Operator = I decided to add the assignment operator to this post because I had made the mistake many times early on of mixing this up with the comparison operators which caused me quite a bit of trouble while testing. …

Software Development

3 min read

JavaScript =, ==, & ===
JavaScript =, ==, & ===

Published in An Idea (by Ingenious Piece)

·Sep 14, 2020

What DOMinates the Web?

What is the DOM? The DOM stands for Document Object Model. It is an object-oriented representation of objects and nodes that make up the content for the documents that are seen by its users on the web. The documents themselves are in HTML and XML format and each web page…

Software Development

2 min read

What DOMinates the Web?
What DOMinates the Web?

Published in An Idea (by Ingenious Piece)

·Sep 7, 2020

Job Hunting During Quarantine

This is more of a reminder to myself that hard work will pay off in the end — no matter how long you wait. I’ve been on the job hunt for about 4 months now. I graduated from Flatiron School’s Full Stack Web Development Bootcamp during the beginning stages of…

Software Development

3 min read

Job Hunting During Quarantine
Job Hunting During Quarantine

Published in Dev Genius

·Aug 28, 2020

My First Technical Interview

Recently, I was interviewed by a wonderful company and I wanted to write about my experience with an algorithm that I was tested on. The task that I was given was to write a method or function using my choice of JavaScript or Ruby that will take in a single…

Software Development

4 min read

My First Technical Interview
My First Technical Interview

Published in Dev Genius

·Aug 24, 2020

Class vs. Functional Components in React

Components are what make up the structure of React applications. The larger and more complex an application is, the more components you will have. A component can be classified as either a class or functional component that comprises of a mix of JavaScript and JSX elements that can accept inputs…

Software Development

2 min read

Class vs. Functional Components in React
Class vs. Functional Components in React
Amanda M Johnson

Amanda M Johnson

Full Stack Software Engineer | manda.m.johnson@gmail.com

Following
  • William (Dollar Bill) Mersey

    William (Dollar Bill) Mersey

  • Areeba Merriam

    Areeba Merriam

  • Martin Heinz

    Martin Heinz

  • Code & Dogs

    Code & Dogs

  • Maximiliano Contieri

    Maximiliano Contieri

See all (51)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable