ββWeβre excited to announce that Node.js 15 was released today. Node.js 15 replaces Node.js 14 as our βcurrentβ release line, with Node.js 14 being promoted to LTS (long-term support) later this month.
β± 5 minutes read
#Node
β± 5 minutes read
#Node
Medium
Node.js v15.0.0 is here!
This blog was written by Bethany Griggs, with additional contributions from the Node.js Technical Steering Committee.
ββReact code is ugly. Iβm not talking about any technical trait of the framework; Iβm talking straightforward aesthetics, how the code looks on my screen, and the feelings it evokes.
β± 9 minutes read
#React
β± 9 minutes read
#React
Medium
How To Write Beautiful React Code
The search for a prettier way of authoring your React code
ββHere I have hand-picked some of the most useful code snippets from 30 seconds of code. Itβs an awesome resource, go ahead and show it some love.
β± 5 minutes read
#JavaScript
β± 5 minutes read
#JavaScript
ββDevelopment frameworks are used to organize the development progress. Developers get the ready structure for their code base, can apply reusable elements, and increase product speed. Using web frameworks for the front end is common β developers use frameworks to work with JavaScript.
β± 11 minutes read
#Node #JavaScript
β± 11 minutes read
#Node #JavaScript
Medium
Which One Is the Best Node.js Framework: Choosing Among 10 Tools
Development frameworks are used to organize the development progress. Developers get the ready structure for their code base, can applyβ¦
ββHow to leverage Bit + NPM to simplify monorepo architecture, with and without Lerna and friends.
β± 8 minute read
#Monorepo
β± 8 minute read
#Monorepo
Medium
Monorepos Made Simpler with Bit
How to leverage Bit + NPM to simplify monorepo architecture, with and without Lerna and friends.
ββThe shorthand techniques of any programming language help you to write more clean and optimized code and lets you achieve your goal with less coding. Letβs discuss some of the shorthand techniques of JavaScript one by one.
β± 6 minutes read
#JavaScript
β± 6 minutes read
#JavaScript
Medium
20 JavaScript Shorthand Techniques that will save your time
The shorthand techniques of any programming language help you to write more clean and optimized code. Shorthand techniques improveβ¦
ββHi! I want to discuss with you how to manage Frontend architecture in large organizations. It feels to me that there are not many articles about this topic and it is not explained well.
β± 16 minutes read
#Architecture
β± 16 minutes read
#Architecture
Medium
Frontend Architecture at Scale for Large Organizations
Letβs discuss how to manage Frontend architecture in large organizations. Frontend architecture is involved in too many areas nowadays...
ββThis article proposes a visual vocabulary of brands, systems, and products. The vocabulary denotes a design systemβs varying outputs, documentation, adoption, and organizational boundaries. To conclude, the vocabulary is illustrated via complete, scenario-based example
β± 7 minutes read
#Design
β± 7 minutes read
#Design
Medium
Design Systems Architecture Diagrams
A Visual Vocabulary to Relate Systems, Products & Brands
ββMany companies are still struggling with basic IT operations. They spend too much time putting out fires and manually building, configuring and maintaining infrastructure resulting in a considerable loss of capital that could have helped with the transformation of their company.
β± 26 minutes read
#Ansible #Terraform #DevOps
β± 26 minutes read
#Ansible #Terraform #DevOps
Medium
Building Repeatable Infrastructure with Terraform and Ansible on AWS
Many companies are still struggling with basic IT operations. They spend too much time putting out fires and manually buildingβ¦
ββAre you a JavaScript developer who uses
β± 4 minutes read
#JavaScript
console.log()
often to debug your code? There is nothing wrong in it. But if you are unaware, there are so many other methods of console
object which are quite amazing. In this article, I would like to explain the effective usage of these methods.β± 4 minutes read
#JavaScript
Medium
Stop Using console.log() In JavaScript
There are better options
ββTypeScript by default has many simplifications. They help JavaScript developers to start using it easier but they waste a lot of time in the long term.
β± 3 minutes read
#TypeScript
β± 3 minutes read
#TypeScript
Medium
TypeScript tricks that allow you to scale your app endlessly
There are some tricks that allow you to write more strict and safe code with TypeScript
ββJavascript is powerful and flexible which allows you to code any way you like and try some very unusual things which can lead to a bug in your code. Here are 50 things I learned about coding in Javascript you should know about.
β± 10 minutes read
#JavaScript
β± 10 minutes read
#JavaScript
Medium
50 Javascript Best Practice Rules to Write Better Code
Javascript is powerful and flexible which allows you to code any way you like and try some very unusual things which can lead to a bug inβ¦
ββRecently I was publishing a library to npm and I thought of experimenting with the bundler I was going to package my code in. While webpack has always been my standard choice, I decided to put it up against two other popular bundlers β Rollup and Parcel.
β± 8 minutes read
#Bundlers #Webpack #Rollup #Parcel
β± 8 minutes read
#Bundlers #Webpack #Rollup #Parcel
Medium
Rollup vs. Parcel vs. webpack: Which Is the Best Bundler?
The battle of the bundlers
ββBy following the guiding principles of micro-services, and separating the concerns of the mono-frontend into separate clients, aka micro-frontends, we can work to enable the same benefits on the front-end.
β± 8 minutes
#React
β± 8 minutes
#React
Medium
Implementing a Micro-Frontend Architecture With React
By following the guiding principles of micro-services, and separating the concerns of the mono-frontend into separate clients, akaβ¦
ββDevelopers always should understand the tools they use. With the right tools, you can achieve your job easily and efficiently. In this article, Iβve listed all the tools I use in my daily job
β± 5 minutes read
#Tools
β± 5 minutes read
#Tools
Medium
My Top Dev Tools in 2020
As a developer, I always follow know your tool (K.Y.T) rule.
π€ Coding News β‘οΈ pinned Β«ββMany companies are still struggling with basic IT operations. They spend too much time putting out fires and manually building, configuring and maintaining infrastructure resulting in a considerable loss of capital that could have helped with the transformationβ¦Β»
ββWhen youβre building an app from scratch, there are significant decisions that can influence the manageability of your code. And, if those decisions arenβt made early in development, you can find yourself down a massive refactoring-hole
β± 5 minutes read
#React
β± 5 minutes read
#React
Medium
Starting a React Application in 2020
When youβre building an app from scratch, there are significant decisions that can influence the manageability of your code. And, if thoseβ¦
ββWe all know about Object-Oriented Programming, and weβve probably, at least, heard of Functional Programming in the JavaScript world, but have you ever heard of Aspect-Oriented Programming?
β± 6 minutes read
#JavaScript
β± 6 minutes read
#JavaScript
Medium
Aspect-Oriented Programming in JavaScript
We all know about Object-Oriented Programming and Functional Programming, but have you heard about Aspect-Oriented Programming before?
ββEvery year, JavaScript update adds new features. This year ES2020 or ES11 was released (Read ES2020 features article), with ES2021 or ES12 expected to be released in mid-2021.
β± 3 minutes read
#JavaScript
β± 3 minutes read
#JavaScript
Medium
JavaScript ES2021 Exciting Features
Looking at the top new features of ECMAScript 2021 (ES12)