Category Archives: Javascript

Fang phone interview

By | February 28, 2020

This post is about a phone interview I had with a Fang company for a front end engineering job. I did not pass to the next level with Fang after this interview and I hope I can help others by telling my story. Not sure where I failed but after thinking about I have some… Read More »

meta for facebook and twitter

By | December 24, 2019

When you share your website on facebook and twitter you will want cards to show up with a title, description and picture. The tweet below is an example. This will set your website apart from the rest of the pack. In this tutorial I will show you how to add the required meta tags to… Read More »

bootstrap makes your app pretty

By | June 12, 2019

So I am well into the html, css, and javascript parts of my studies. I recently learned bootstrap. Wow bootstrap is neat now I can do some cool things. I think I know of a good project. Jim’s conscience says “Jim keep studying” my ego says “no studying is boring let’s make my first app!”… Read More »

using indexedDB instead of local storage

By | June 2, 2019

Heater-Calc For my first web app I choose to make a heat transfer calculator. I had already created something similar years ago for my mechanical engineering work. It is online now at heatercalc.com. This web app calculates heater transfer for conduction, convection, radiation, process load and heat up. These calculation can be complex with many… Read More »