Good News
Submitted by Seth on Sun, 03/17/2019 - 16:56Again, I apologize for the long hiatus. I'll give a quick overview of the last nine months.
Again, I apologize for the long hiatus. I'll give a quick overview of the last nine months.
As you may have noticed, I have (finally) updated my resume with my current employment, so that is now available from the link below (or right here). However, I also have bad news: the company I am working at, Zaycon Fresh, is filing for bankruptcy and has halted all operations as of earlier today. (Their website also appears to be down, hence why I haven't linked it.) Therefore, I am now out of a job and must resume the job hunt. More information will follow as the situation unfolds.
Since I mentioned in my last post that I could put a Laravel site on here, I decided to add my Appointment Scheduling site that I made as part of my interview with Zaycon Fresh. It is currently running here for anyone who wants to try it out.
Once again I have dropped the ball on updating this website. Since the last time I updated, I graduated college and am now working as a Junior Programmer at Zaycon Fresh, where I am doing full-stack web development. I'm not sure when I'll update my resume, but I will do that eventually.
I haven't been doing very well with updating this website, but I will try and update it a bit more often from now on. For now, I'll give a quick summary of what I've been working on since the last time I posted.
My Primes API was previously very slow, since the way it worked required that the server calculate the entire array of primes from scratch and then return it. Today, I finished a major update: a database-driven design that takes the result array from a pre-calculated set of prime numbers (all of them under 500,000) and then returns it. It has the same interface as the original design, but should be much faster, with the tradeoff being that the database takes up a small amount of server space (about 1.5 MiB).
Finished my portfolio!