Open in app
Home
Notifications
Lists
Stories

Write
Jeremy Gottfried
Jeremy Gottfried

Home

Published in Jeremy Gottfried’s tech blog

·Pinned

Tutorial: how to deploy a production React app to Heroku

Create-react-app and Heroku are great tools for building highly performant apps, but the React and Heroku docs have very little information on how to deploy React production builds to heroku. I will guide you through deploying a simple production-ready React app to Heroku. …

Java Script

4 min read

Tutorial: how to deploy a production React app to Heroku
Tutorial: how to deploy a production React app to Heroku

Published in Jeremy Gottfried’s tech blog

·Jul 8

No, github copilot will not replace devs

Apparently, there is hype around github copilot replacing devs. I’m here to say that’s not happening any time soon. Let’s talk about the job of a software engineer. Many people would imagine a software engineer hunkered down in a matrix style computer cave: That picture of a software engineer is…

Github Copilot

3 min read

No, github copilot will not replace devs
No, github copilot will not replace devs

Published in JavaScript in Plain English

·Dec 21, 2021

Plate Revolutionizes Rich Text Editors in React

Plate is making it easy for every web developer to build custom-rich text editors for free. —

React

4 min read

Plate Revolutionizes Rich Text Editors in React
Plate Revolutionizes Rich Text Editors in React

Published in Jeremy Gottfried’s tech blog

·Oct 28, 2020

How to make any css class mobile responsive like bootstrap

As a frontend developer who works mostly in ReactJS, I’ve become a huge fan of bootstrap responsive classes. Bootstrap minimizes the amount of custom css you need to write, and makes mobile-responsiveness as easy as adding a -lg-, -md-, -sm- , tag to a class name. Bootstrap’s syntax makes it…

Sass

4 min read

How to make any css class mobile responsive like bootstrap
How to make any css class mobile responsive like bootstrap

Published in Jeremy Gottfried’s tech blog

·Jul 6, 2020

How to learn anything

I’ve always loved learning. I’ve worked in a genetics research lab, toured as a musician, built web apps, written poetry, cooked curries, won many a game of ping pong, and earned a lifeguard certification, all driven by my love of knowledge. I’ve always had a great social life, so I…

Pedagogy

10 min read

How to learn anything
How to learn anything

Published in Jeremy Gottfried’s tech blog

·Feb 26, 2020

A complete guide to modern web applications

This is a full guide to web applications for those entering the scene. This guide is for people who want a little taste of every major concept in modern web development. If you read this entire article, you’ll probably be more fluent in web development by the end. This guide…

Software Development

21 min read

A complete guide to modern web applications
A complete guide to modern web applications

Published in Jeremy Gottfried’s tech blog

·Oct 5, 2019

A New Pattern for Class Privacy in Javascript

Javascript is a strange, beautiful language. There’s always a new secret waiting to be discovered. Today, I was trying to replicate the private class members available in other languages, and I discovered a lot about privacy in js. …

Java Script

5 min read

A New Pattern for Class Privacy in Javascript
A New Pattern for Class Privacy in Javascript

Published in Jeremy Gottfried’s tech blog

·Sep 17, 2018

Promise.all — a helpful tool for async JS

Web apps often need to fetch a bunch of data from an API, but not all of that data is accessible from a single endpoint. In those cases, you need to make multiple fetches in order to gather all the necessary data. This can get messy if you need to…

Java Script

3 min read

Promise.all — a helpful tool for async JS
Promise.all — a helpful tool for async JS

Published in Jeremy Gottfried’s tech blog

·Sep 10, 2018

Tutorial: React Native Speech Recognition

Recently I’ve been experimenting with speech recognition in native mobile apps. React-native-voice is the easiest library for building a speech to text app in React Native. However, it can be difficult to configure the app correctly if you’re new to speech recognition or React Native. …

Java Script

4 min read

Tutorial: React Native Speech Recognition
Tutorial: React Native Speech Recognition

Published in Jeremy Gottfried’s tech blog

·Sep 3, 2018

Intro to Divide and Conquer Algorithms

Divide and conquer is an excellent technique for optimizing algorithms, whether you are trying to ace technical interviews or write efficient software. It is widely used in many algorithms including Binary Search, Merge Sort and Fast Fourier Transform. Divide and conquer means that when you are faced with a large…

Java Script

3 min read

Intro to Divide and Conquer Algorithms
Intro to Divide and Conquer Algorithms
Jeremy Gottfried

Jeremy Gottfried

Programmer, techie, foodie, musician

Following
  • Marianne Bellotti

    Marianne Bellotti

  • Jonathan Gottfried

    Jonathan Gottfried

  • Amber Horsburgh

    Amber Horsburgh

  • Temitope Ajileye

    Temitope Ajileye

  • Stanley Cheung

    Stanley Cheung

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable