ββ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 Β«ββ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Β»
ββ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
ββUsers love fast web apps. They expect the page to load fast and to function smoothly. If there are breaking animations or lags when scrolling, there is a high chance of users leaving your website. As a developer, you could do many things to improve the user experience. This article will focus on 4 CSS tips you can use to improve the page rendering speed.
β± 6 minutes read
#CSS
β± 6 minutes read
#CSS
Medium
Improve Page Rendering Speed Using Only CSS
4 Important CSS tips for faster page rendering
ββBoth npm and Yarn are great package managers for Node.js and Javascript. But have you ever wondered why Yarn was developed when there was already npm? It was built by Facebook to solve major problems they faced with npm, such as slower installation of packages and there were also a few security issues in npm. In this article, Iβll compare both these package managers, so that you can decide which one suits your needs better.
β± 3 minutes read
#NPM #yarn
β± 3 minutes read
#NPM #yarn
Medium
npm vs Yarn β Choosing the right package manager
Choose the right package manager for your project
ββBrowser APIs (or web APIs) are the APIs that come built-in with the browsers. They allow developers to perform complex operations without dealing with the sophisticated lower-level code. There are a number of browser APIs for manipulating the DOM, making network requests, managing client-side storage, and retrieving device media streams, etc.
β± 7 minutes read
#API
β± 7 minutes read
#API
Medium
6 Browser APIs You Need To Know As A Front End Developer
Fullscreen API, Payment request API, and more explained in detail with example code
π€ Coding News β‘οΈ pinned Β«ββ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Β»