WEB DEVELOPMENT MID-YEAR REVIEW:
- Part One: Version Control – GitHub, GitLab, and Git Mid-Year Review
- Part Two: Browsers / IDEs / Operating Systems / Command Line
Today, we're highlighting the world of JavaScript and other general front-end web development highlights so far from this year. In the next installment, we'll dive into other languages including Python, PHP, Ruby, Golang, Java, and more, as well as the main points from the main surveys/trends/studies you should know this year.
JAVASCRIPT:
Angular:
- Angular 10: drops support for versions 9 and 10 of Internet Explorer, as well as Internet Explorer Mobile. Other highlights: a new date range picker, warnings about CommonJS imports that can slow down apps, support for TypeScript 3.9. To update...
jQuery:
Vue.js:
- The beta...
React:
- React...
Node.js:
- New version:
Other:
- Deno 1.0 is now available. This is a new runtime created by Node.js creator Ryan Dahl that developers can use to execute JavaScript and TypeScript outside of the web browser. Dahl says he created the runtime to fix the problems he found in Node.js.
- Bootstrap...
TYPESCRIPT:
- TypeScript 3.8...
General Front-End:
- Chrome DevTools improved style editing support for CSS-in-JS frameworks created with the CSS Object Model (CSSOM) APIs. In addition...