Souvir 💡 Profile picture
French Full-stack Javascript developer and speaker | Share resources for developers and web designers | #FrontEnd #DevFront #JavaScript #Design #React #JS
Mar 18, 2019 14 tweets 5 min read
[THREAD]

JavaScript new features in ECMAScript 2019 (ES2019)/ES10

All listed in one thread with description and visual examples! ES10 is not as significant as ES6 in terms of new language features but it does add several interesting ones.

What do you think will be the most popular new feature in ES10?
What's most useful for you?
Feb 4, 2019 7 tweets 2 min read
[THREAD]
As requested I'm starting a series of thread on design pattern.

First:
- An algorithm is a step-by-step recipe for performing some task
- A design pattern is like a blueprint: a structured collection of objects, associations, and actions to accomplish some goal Definition:
A design pattern is a general repeatable solution to a commonly occurring problem in software design.
It isn't a finished design that can be transformed directly into code but a description or template for how to solve a problem in many different situations.