[Home][Portfolio]Blog

Josh as a Developer

  • Technical Interviews are hard, here are some practices to process them more easily:
  • Websites
  • Videos
<<< Go back
Default image for blog post when there is not an image to show

Interview Practice

March 05, 2019 read in 1 minute

Technical Interviews are hard, here are some practices to process them more easily: #

Websites #

  • LeeCode - Highly recommend, questions are from real interviews and well written
  • GlassDoor - You can look up a company that you are interviewing with and look at their previous interview questions.
  • HackerRank - Questions are not always well worded but a lot of companies use HackerRank for their interviews.
    Books
  • Cracking the Coding Interview - The bible of coding interviews. Solutions to questions can be found here.
  • The Algorithm Design Manual
  • Introduction to Algorithms

Videos #


Josh Martin

React.JS Developer and Maker

contact@cjoshmartin.com

Chicago, IL

Hello, I am Josh, I am a full-stack developer specializing in developing for Web and Mobile in React, React Native, Node.js, and Django. I used to work at Amazon in the advertising sales Performance department as a Frontend Engineer...

I have a degree from Purdue University in Computer Engineering with the use of my degree and passions I can offer support more than just Web and Mobile development. I can assist with any need related to hardware integration with internet-enabled devices or design needs in CAD and manufacturing.


Handmade by @cjoshmartin, with Django, Next.js and Wagtail (©2025)

Default image for blog post when there is not an image to show

Added Support For 3D Models In Blog Post

read in 2 minutes

How I added support for loading and viewing STL file in the browser with Three.js

Default image for blog post when there is not an image to show

React Native Animations Example

read in 1 minute

Up to date example of a simple box animation in react native

Default image for blog post when there is not an image to show

Deploying Django To App Engine With Github Actions

read in 7 minutes

Deploying to Google Cloud Platform (GCP) on Github actions has not been a straight forward process. The blog posts online are incomplete and hard to follow. So, hopefully I can help a little bit with what I found to make it easy to deploy this...