All Projects → zero-to-mastery → coding_challenge-15

zero-to-mastery / coding_challenge-15

Licence: other
Simulating a real life work task that you will most likely encounter in your career.

Projects that are alternatives of or similar to coding challenge-15

rust-advent
Learning Rust by solving advent of code challenges (Streaming live on Twitch every Monday)
Stars: ✭ 20 (-9.09%)
Mutual labels:  coding-challenge, coding-challenges
coding challenge-14
Understanding JavaScript and coding without the help of a library or tool
Stars: ✭ 22 (+0%)
Mutual labels:  coding-challenge, coding-challenges
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+249331.82%)
Mutual labels:  coding-challenge, coding-challenges
One Html Page Challenge
Can you create something cool without modern tools?
Stars: ✭ 205 (+831.82%)
Mutual labels:  coding-challenge
TheJobInterviewGuide
A job guide to help developers get through interviews and get amazing jobs!
Stars: ✭ 267 (+1113.64%)
Mutual labels:  coding-challenges
Coding Challenge-6
Logic and problem solving - 3 JavaScript Puzzles
Stars: ✭ 82 (+272.73%)
Mutual labels:  coding-challenge
Halite Ii
Season 2 of @twosigma's artificial intelligence programming challenge
Stars: ✭ 201 (+813.64%)
Mutual labels:  coding-challenge
Competitive Programming Resources
This repository consists of data helpful for ACM ICPC programming contest, in general competitive programming.
Stars: ✭ 199 (+804.55%)
Mutual labels:  coding-challenge
interviews-coding-challenges
Collection of coding challenges given by companies to aspiring developers
Stars: ✭ 24 (+9.09%)
Mutual labels:  coding-challenge
Algorithmic-Problem-Solving
Solutions of algorithmic type of programming problems from sites like LeetCode.com, HackerRank.com, LeetCode.com, Codility.com, CodeForces.com, etc. using Java.
Stars: ✭ 20 (-9.09%)
Mutual labels:  coding-challenge
coding challenge-38
Bomberjam AI
Stars: ✭ 19 (-13.64%)
Mutual labels:  coding-challenge
pw
Best websites a Programmer should visit
Stars: ✭ 27 (+22.73%)
Mutual labels:  coding-challenge
coding challenge-26
COVID 19 pandemic - build software that drive social impact
Stars: ✭ 46 (+109.09%)
Mutual labels:  coding-challenge
coding challenge-28
LANGO - The Complete Dev Language API
Stars: ✭ 20 (-9.09%)
Mutual labels:  coding-challenge
Conway-s-Game-of-life---Python
Conways game of life with pygame
Stars: ✭ 26 (+18.18%)
Mutual labels:  coding-challenge
CodeWars
Daily Coding Exercises to sharpen problem solving skills
Stars: ✭ 67 (+204.55%)
Mutual labels:  coding-challenges
code gym
A workspace for learning computer science and software engineering topics
Stars: ✭ 14 (-36.36%)
Mutual labels:  coding-challenge
Python
covers python basic to advance topics, practice questions, logical problems in python, web development using html, css, bootstrap, jquery, DOM, Django 🚀🚀. 💥 🌈
Stars: ✭ 29 (+31.82%)
Mutual labels:  coding-challenge
coding challenge-19
Building a React based personal blog using GatsbyJS
Stars: ✭ 18 (-18.18%)
Mutual labels:  coding-challenge
PrepBytes-questions
One can follow to excel in coding if you are a noob!!
Stars: ✭ 46 (+109.09%)
Mutual labels:  coding-challenge

coding_challenge-15

This coding challenge is all about simulating a real life work task that you will most likely encounter in your career.

By the end of it, you will have a story to tell during your interview where you optimized a website 10x! We have created a sample website for you that links all of the ZTM student shared resources for you called ZTMNews (eventually you will be able to vote on the best resources like on Reddit or Hackernews).

However, there is a problem!!!!😱 A problem that you will encounter in most web applications/mobile applications you build in this current age: optimising the loading of a long list of items on a page! We have 400+ resources to load and it takes forever!. Have a look below about the details and how to solve this coding challenge.

Please Use the #coding-challenge channel on Discord to discuss and share your work. At the end of the challenge, I will compile everyone's submitted websites on here and actually implement one of the solutions to our ZTMNews.

What is the Challenge?

Using: ZTMNews You will see that the website takes FOREVER to load. That is because there are 400+ resources that are loading. That isn't very efficient is it? How would you go about solving this problem? Think like a programmer! (Those who have taken the Junior to Senior Web Developer Roadmap may have a leg up on this challenge since performance is something we definitely cover in there).

You have two options:

  1. You can use our pre-built front end application that uses the API we created and displayes the 400+ resources. You can use this website as your own to optimize it.
  2. You can just use the API endpoint and build your own front end applications that has similar features like https://github.com/zero-to-mastery/ZTMNews (similar to https://news.ycombinator.com/)

You will need to fork the repository above, or just use the API endpoint and work on your own or with other members of ZTM

You can see how badly the website performs right now:

We have moved the server over to a little faster one for the challenge, so you don't have to wait too long. Therefore your lighthouse performance will be a lot faster than above. However you will still see issues like this: You will see grid view (with images) is extremely slow. That is somethig you probably will have to fix.

Here are some hints and suggestions:

    1. Use Chrome Developer Tools Networkd tab and Performance tab, Lighthouse, and https://www.webpagetest.org/ to test the initial website performance. Use this as your benchmark.
    1. Look online for resources. This is a very common problem in the industry and there are a lot of ways to fix this. If you are really stuck you can click here which is my preferred solutioon, but only click here if you don't want that extra challenge!
    1. Test the website again on Lighthouse and webpagetest. Where you able to improve the performance?
    1. Share what you did, and a screenshot of your NETWORK tab and lighthouse performance report in your Github repo! We will feature all submissions at the end of the coding challenge (see below for how to submit your work)!

The Rules Are:

  1. Using the template (frontend) and api provided, try to get the performance of the website to above 90% on Lighthouse and an overall faster Load Time on the website. The faster the better.

  2. You have until March 31th at 11:59pm EST to submit your solution file (using Github. If you don't know how to do that, check out the lecture in the Git + Github section of the course). You will have to submit the link to the #coding-challenge Discord channel with the following message: "-challenge URL LINK TO YOUR ENTRY" The bot will listen for the command and will submit the link you provided in the command. Please check that the bot responded with "Thanks for submitting your coding challenge entry!" and then double check the details it provides. We will compile all submissions here at the end of the month.

  3. Use whatever tools you have as developers (google, friends, Discord, programming buddy etc...) but I will not be offering any help with this challenge. Just like a developer, you must solve a problem and build something that will be challenging. Nobody will hold your hand during the job so we want to experience that by figuring it all out on your own with your team.

*** Please note: As with all my challenges there is zero benefit or monetary gain I receive from it. This is just my way of thanking my students and making sure that you are able to continue gaining valuable knowledge outside of just my videos. It would mean a lot to me if you are able to rate my course...5 star reviews make my day :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].