Don't want to get left behind? Learn to build with A.I. now ๐Ÿค–

Web Developer Monthly ๐Ÿ’ป๐Ÿš€

Andrei Neagoie
Andrei Neagoie
hero image

19th issue! If you missed the last few months, check them all out here.

If itโ€™s your first time hereโ€ฆ (otherwise skip this part)

Being a web developer is a fantastic career option. You have many job opportunities, you can work around the world, and you get to solve hard problems. One thing that is hard, however, is staying up to date with the constantly evolving ecosystem. You want to be a top performing web developer, coder, programmer, software developer, but you donโ€™t have time to select from hundreds of articles, videos and podcasts each day.

This monthly newsletter is focused on keeping you up to date with the industry, keeping your skills sharp, without wasting your valuable time. I will be sharing the most important articles, podcasts and videos of the month. Think Tim Ferriss and the Pareto Principle (80/20 rule) meeting the Software Development world. Whatโ€™s the 20% that will get you 80% of the results?

What you missed in January as a Web Developerโ€ฆ


Which Companies Pay You The Most? ๐Ÿ’ฐ

A new report came out analyzing the top paying companies in 2019. Sure, money and salary isn't the only factor when applying for a job, but it's good to know what some people are getting paid at big companies (hint: it's mostly companies in Silicon Valley, so keep in mind the cost of living is high as well...so don't get sad if your salary is lower).

If you are interested in more analysis regarding the tech industry salaries, you can check out this great post.

Take This JavaScript Quiz โŒ›๏ธ

How well do you know JavaScript? Take this quiz and find out! A great way to learn javascript fundamentals and practice your problem solving skills.

Free Tools For Web Developers โœ‚๏ธ

Some tools and assets to help you build your next project since we are best friends by now (unless this is your first time reading my articlesโ€ฆ in that case letโ€™s take things slow):

  1. Generative Art as your image placeholders (this is really cool)
  2. The world doesn't have enough color pallets so here is one
  3. The world also doesn't have enough gradient libraries
  4. Really neat command line tool to help you explore folders.
  5. Animate your icons and edit them with this tool
  6. Free illustrations because I really like you (they aren't made by me. I'm not that talented)
  7. Free SVG icon pack

30 Seconds of Code โฑ

Now anytime you have 30 seconds or more of free time, you can spend it staring at code and learning. This neat little website shows you short snippets of code for JavaScript, Python, C#, and CSS. Pretty neat!

Secure Browsing Toolbelt ๐Ÿ—ฝ

Ever thought about what kind of information you are letting others see online? With the new Firefox version 72 release, I figured it would be a good time to give you the perfect (my opinion) toolbelt to browse the internet securely.

You're welcome.

React News ๐Ÿ’Ž

Mostly everyone's favourite frontend library. What crazy things have they been up to?

  • Dan Abramov lovers/fans can rejoice because you can now read about his decade in review. He has played a big part in the React and Redux ecosystem.
  • React Nice Dates. This is a library I will be using for any time I need a Date input. Just so pretty.
  • Why Did You Render version 4 is out. It tells you if you have any components that may be re rendering for no reason.

New Facebook Feature ๐Ÿงธ

How cute is that teddy bear?! Ok let's focus now...Go here and click on โ€œManage Your Off-Facebook Activityโ€ to remove what websites share data with your Facebook account. A new feature that Facebook has added that finally makes people happy.

No More Bundlers ๐Ÿพ

This is a really interesting way of working on your project. Whether you use React or Vue, you can use Snowpack now instead of having to bundle your code on save every time. Snowpack re-installs your dependencies as single JS files to a new web_modules/ directory. A great discussion around this tool can be found here.

Thought You Were Good At UI? ๐Ÿž

Check out CodePen's top pens of 2019. This is not only inspiring, it will make you feel like your UI skills are rubbish compared to these people. Just kidding, be inspired everyone, and don't feel like an imposter. These are the most hearted Pens of 2019.

Finally, here is a collection of design inspirations for your next project.

JavaScript Visualized ๐Ÿฆ‰

The Avocoder (who I'm a big fan of because she helped me out when I was first starting out into the world of teaching and I had no audience), has written a series of articles which help you understand how JavaScript works. See all her articles here. Or start with this one which is my favourite.

More JavaScript Trends In Your Life ๐Ÿ“ˆ

You know what we don't get enough of? JavaScript ecosystem surveys and trends analysis to see what the next big thing is (yes, that is sarcasm). Here is another one. Hint: React isn't going anywhere, it's still the way to go by a big margin in the market.

HTML Inputs ๐Ÿ“

You don't need some fancy JavaScript validation for your input forms. This article does a great job showing you how you can use the HTML input field and some built in attributes to do proper validations. Simplicity is the name of the game here.

Simplicity Over Complexity ๐Ÿ”ฎ

You may have heard this saying in your career as a programmer. It's one of those things that makes sense but what does it actually mean? This article shows a great example of what Simplicity and Clean Code may mean.

Web Components Are HERE ๐ŸŒˆ

Ok, not really because they have been around for 9 years now, but Web Components is officially supported in all native browsers. This was actually due to the fact that Microsoft Edge moved to using Chromium for their browser (which is what Chrome uses). I used to be optimistic about Web Components but the excitement of libraries like Polymer seem to be dying down (more on this and specifics in an upcoming post).

No Cookies For You! ๐Ÿช

This is big news. Google said recently that it plans to phase out support for third-party cookies in their browser, Chrome, within the next two years. Apple and Mozilla have already started blocking third-party cookies by default in their browsers last year but now all the major browsers will be moving away from cookies that were used to track user sessions. The interesting thing here is that this change actually gives more control to companies like Google and Facebook as the only source of user tracking down the line (see pixel tracking).

Parallel Computing On The Web ๐Ÿค”

Highly recommend you watch this. Don't let the title of this talk fool you. This isn't about just React. This is one of my favourite presentations that discusses how you can achieve efficiency in your front end applications by using things like Web Workers, Worklets, Service Workers and WebAssembly.

Babel 7.8.0 and Yarn 2 ๐Ÿงถ

Babel 7.8.0 is out and it supports the new ECMAScript 2020 features by default! What does that mean? No more pesky little preset-env that you have to add to your configurations. You don't need to enable individual plugins for nullish coalescing ??, optional chaining ?. and dynamic import()!

Yarn version 2 is here! Some frustration around the community with the breaking changes. Some people are happy, some are not.

Libraries To Keep An Eye On ๐Ÿ‘€

A nice little tool to let you programatically open up browsers and automate things. This is an Automation tester's dream.

Mirage JS is an API mocking library that lets you build, test and share a complete working JavaScript application without having to rely on any backend services.

Around the World ๐Ÿ—บ๏ธ

Big Tech News ๐Ÿข

Completely useless to your career but still great ๐Ÿ™ƒ

LEGO is launching an International Space Station toy model for sale. I'm not crying. You're crying!

Learn Machine Learning ๐Ÿค–

Want to learn Data Science and Machine Learning? Well, lucky for you, I just released a course with my friend Daniel. It's pretty good if I say so myself. Also, don't judge me for self-promoting in this newsletter. How else am I going to afford the new LEGO international space station?

Best Resource of the Month โœ…

A very interesting article: Software Disenchantment... no this isn't the next Harry Potter novel. Instead, it talks about a growing feeling in software when it comes to complexity and efficiency. It is one of those articles that makes you really think. It's easy to complain, but it's a lot harder to see how things could be improved and taking action to make some changes yourself as a software developer.

Along the same line, this is another great article. A lot of the improvements in programs may have been due to the improvements in hardware capabilities which allowed bloated software. Now this article argues that the limitations and limits of hardware will mean we need to rethink how we write software.

Trick of the Month ๐ŸŒ—

See you next month!

By the way, my full time job is to teach people to code in the most efficient way possible as the Lead Instructor of Zero To Mastery Academy. You can see a few of my courses below or see all of my courses by visiting the courses page.

More from Zero To Mastery

Python Monthly ๐Ÿ’ป๐Ÿ preview
Python Monthly ๐Ÿ’ป๐Ÿ

2nd issue of Python Monthly! Keeping you up to date with the Python industry ecosystem, keeping your skills sharp, without wasting your valuable time.

How To Convert Your Website Into a Progressive Web App and Grasp Its Benefits preview
How To Convert Your Website Into a Progressive Web App and Grasp Its Benefits

Learn how to convert your website into a Progressive Web App (PWA).