365 Days of Coding, Portfolio Rachael Smith 365 Days of Coding, Portfolio Rachael Smith

Day 20 Challenge

Create a portfolio. If you are a dev that does not have a portfolio create one! This isn’t necessarily to get a job interview as I’ve literally never needed one but it is a fun exercise! If you don’t have anything to put in a portfolio it may suggest you spend too much time on your work and not enough time learning things and creating things out side of work! take some time off and make something small and fun that you would be proud to show off!

Read More

How to Get a Sequence in Order With No Duplicate Consecutive Items

JavaScript solution for Implement the function uniqueInOrder which takes as argument a sequence and returns a list of items without any elements with the same value next to each other and preserving the original order of elements. Learn How to Get a Sequence in Order With No Duplicate Consecutive Items in JavaScript Day 12 of 365 Days of Coding

Read More

Day 11 Challenge

Day 11 of 365 Days of Coding! Front End challenge 1, Part 4. Create a page with a sign up form. It can have any input but you must require, first name, last name, phone number and email. The email must be a valid email and phone number should be formatted. Part Four: Add OAuth sign in option for Google and Facebook (or whatever sites you want to add them for)

Read More

Day 10 Challenge

Day 10 of 365 Days of Coding! Front End challenge 1, Part 3. Create a page with a sign up form. It can have any input but you must require, first name, last name, phone number and email. The email must be a valid email and phone number should be formatted. Part three: Add validation for the email and phone number fields.

Read More