DEV Community

Cover image for My #100DOC - Day 1
Pablo Herrero
Pablo Herrero

Posted on

 

My #100DOC - Day 1

Hey πŸ‘‹

Yes, I was tempted and finally today I started the challenge. Give me luck!


Day 1: August 27, 2020

Starting the challenge πŸš€

Today's Progress:

  1. Help on Stack Overflow (1h 20min):
    I helped a Stack Overflow colleague sorting an ArrayList of Objects by Dates. It was difficult at first, but with a little research I managed to do it.

  2. Start The Complete JavaScript Course by Jonas Schmedtmann on Udemy (1h 02min):
    I started this amazing course to improve my JavaScript (I know the really basics). In today's lesson, we have gone over the basics.

What I learned:

  • Use of Java Comparator.
  • Convert Java String to Date.
  • Review of JavaScript basics.

Total time:

2h 22min.

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git