Day 122, Web Developer Studies

Austin Beaufort
2 min readMay 6, 2019

--

As you can see, new title for the first time in 122 days!

I consider myself a web developer at this point and feel ready to wade out into the job market.

This month is my “Job Prep” month, in which I bring together the last 4 months of learning, and prepare my resume, portfolio, projects, and cover letter for the job search.

I have been especially vamping up my “home-on-the-range” npm library for the portfolio. It includes many new exciting features!!

New Features include:

createFibArray: which takes a number as an argument and returns the first nth Fibonacci numbers.

getPrimeFactors: takes your number and returns it’s prime factors in an array.

findLargestPrimeFactor: takes your number and returns the largest Prime Factor.

findSmallestPrimeFactor: ditto above.

numIsPalindrome: This is a fun one that checks if your number is palindromic.

findLCM: Takes any amount of numbers in number, string, or array form and returns the LCM of the given arguments.

On other news:

Today I completed a tutorial on using MongoDB, Mongoose, Express, and JavaScript / NodeJS to create a TodoApp!

=> All code since day one can be found here on github!

=> Build original apps with me on youtube!

=> Follow me on twitter!

=> Codepen projects!

=> Portfolio

--

--

Austin Beaufort
Austin Beaufort

No responses yet