Another week come and gone and another opportunity has slipped through my fingers. It seems that In-Telecom decided that my experience level wasn’t what they were looking for. While I would love to wallow in self pity, I just have so much going on right now that not having to worry about switching jobs againContinue reading “JavaScript Racer (continued)”
Category Archives: Uncategorized
JavaScript Racer
A week removed from my in person interview with In-Telecom and I still haven’t heard back. I was informed that I would hear from them early this week at the latest so I’m hoping for tomorrow. I felt the interview went well and I’m hoping for an offer, but we will just have to waitContinue reading “JavaScript Racer”
Finally!!
Big break through this week! After weeks of countless rejection letters and applications that went unanswered, I have finally got another interview. I company located in Slidell called In-Telecom. They are a full service technology company providing customized solutions for cloud telephone, voice over IP, managed IT services, video conferencing, cyber security & data backup, physicalContinue reading “Finally!!”
JavaScript Match Continued
I have been continuing my work on my new Match game application this week. to recap its a simple match game made with a React and Redux frontend and a Ruby on Rails backend. It is also Kingdom hearts themed. This week I was able to starting configuring some of the visuals of the frontend.Continue reading “JavaScript Match Continued”
Passion Project
Bouncing between a few different projects right now. Still steadily working on the official website for my podcast “Sorry We’re Late”. However, I’m also working on a new JavaScript Match game. I am a crazed Kingdom Hearts fan and with the 20th anniversary approaching next year I am attempting to make some KH themed fanContinue reading “Passion Project”
Changing Career Fields
A bigger development in the state of my job search happened this week. The search continues for my break into the Software field. However, we will be transitioning out of Dominos and into a more tech oriented line of work with Best Buys Geek Squad. I started my journey with Flatiron to get myself outContinue reading “Changing Career Fields”
Sorry We’re Late Official Website(Part 2)
Not a lot of time to dedicate to coding this week unfortunately. However we did put a little more work into our new website. The set up is complete, all of our dependencies are installed and the Mongo database is connected to the repository. At this point we are beginning actual work on the database.Continue reading “Sorry We’re Late Official Website(Part 2)”
Sorry We’re late Website (New Project)
I’m beginning a new project his week. During my time in the Flatiron Curriculum I had started working on a website for a podcast that my friends and I do on a biweekly basis. For the initial project I just made a JavaScript Shopping Cart. I didn’t add any sort of storage or database managementContinue reading “Sorry We’re late Website (New Project)”
Countdown Clock Finale
In my last two blog posts I’ve talked about the countdown clock that I was making to be able to use in OBS. It came to my attention that I needed to make some changes to it. The purpose of the countdown clock was to use in a stream and have it counting down theContinue reading “Countdown Clock Finale”
Countdown Timer (Continued)
Last week we wrote about creating a countdown timer using JavaScript. Using only 3 files one for Html, Css and JavaScript we created a fully working countdown timer. We created a Div in the Html file that would take in a varying amount of time. Styled it to be centered and colored it white inContinue reading “Countdown Timer (Continued)”