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
Javanoscript 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 Javanoscript you should know about.
⏱ 10 minutes read
#JavaScript
⏱ 10 minutes read
#JavaScript
Medium
50 Javanoscript Best Practice Rules to Write Better Code
Javanoscript 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)
A few weeks ago I encountered an issue with React Hooks, event handlers and unnecessary re-renders. Using classes the solution was quite trivial, using hooks, not so much.
⏱ 3 minutes read
#React
⏱ 3 minutes read
#React
Medium
React Hooks — Using a wrapper to memoize event handlers and to prevent unnecessary re-renders
A few weeks ago I encountered an issue with React Hooks, event handlers and unnecessary re-renders. Using classes the solution was quite…
NPM version 7 released two new features that really made a difference for me: workspaces and better peer dependency management
⏱ 8 minutes read
#NPM
⏱ 8 minutes read
#NPM
Medium
NPM 7: This Is What I Call An Update
NPM version 7 released two new features that really made a difference for me: workspaces and better peer dependency management.
React.js is currently the most popular JavaScript library for front end developers. Invented by Facebook, but available as an open-source project, it’s used by developers and corporations all over the world.
⏱ 4 minutes read
#React
⏱ 4 minutes read
#React
🤖 Coding News ⚡️ pinned «Javanoscript 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 Javanoscript you should know about. ⏱ 10 minutes read #JavaScript»
By having the right tools, we can write code faster and better. This article discusses some of the tools that you should consider using when working on a React project to make your life as a developer easier.
⏱ 4 minutes read
#React
⏱ 4 minutes read
#React
Medium
7 Things Every React Project Should Start With
Make your project’s life easier from the start
As a developer you probably need Git on a daily basis. There are lots of articles about basic Git commands already that explain it better than I could ever do, e.g. here by KodeHauz Inc, here by Goran Aviani, and here by Saurabh Kulshrestha. Their articles are awesome. Check them out.
#git
#git
Medium
Using Git commands that will make you look like a senior developer
As a developer you probably need Git on a daily basis. There are lots of articles about basic Git commands already that explain it better…
React 17 release is unique. There are hardly any new features you will notice. However, you can find several high-impact improvements to React core. Out of these, the changes for JSX is quite noticeable.
⏱ 5 minutes read
#React
⏱ 5 minutes read
#React
Medium
New JSX Enhancements in React 17
What’s New for JSX in React 17 and Why You Should Care
REST has been used by many developers to send data over HTTP whereas GraphQL is typically presented as a technology to replace the legacy of REST APIs. In this article, I’ll be explaining the benefits, limitations, and differences between these two, which will help you decide what to chose for your next project.
⏱ 5 minutes read
#GraphQL
⏱ 5 minutes read
#GraphQL
Medium
Stop Using REST For APIs
GraphQL Is Way Better