DEV Community

Cover image for Day 28 of 100DaysOfCode
Arttu Pyykönen
Arttu Pyykönen

Posted on

4 1

Day 28 of 100DaysOfCode

Today I finished the OOP exercises for JavaScript at freeCodeCamp. Also worked on the responsive web desing project.

What I did today:

1. Finished the object-oriented programming challenges at FCC

https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/object-oriented-programming/

What I learned from it:

  • Using prototypes
  • Changing the constructor function
  • Public and private properties

2. Worked on the Responsive Web projects

https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-product-landing-page

What I learned from it:

  • Using css
  • Making things look prettier

Time spent learning:

Task 'FCC'. Elapsed time: 0 h 34 min 24 s
Task 'FCC responsive web'. Elapsed time: 0 h 42 min 0 s

Total time: 1 h 16 min 24 s

Time spent is tracked by my TaskTimer script and the WakaTime app.

Links and videos

Once again a python video! This is also done by the wonderful Corey Schafer. Take a look!

That's it. See you all tomorrow!

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay