ββ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Β»
ββAn architectural pattern is a general, reusable solution to a commonly occurring problem in software architecture within a given context.
β± 8 minutes read
#Architecture
β± 8 minutes read
#Architecture
Medium
Software Architecture: The Most Important Architectural Patterns You Need to Know
Explaining common different architecture patterns
ββThe search function is one of the most important features of a software application. Search sites like Google and DuckDuckGo have helped millions of users to navigate through the internet and quickly find what theyβre looking for in mere seconds.
β± 8 minutes read
#React #Serverless
β± 8 minutes read
#React #Serverless
Medium
Add a Simple Search Function to React App without a Server
The search function is one of the most important features of a software application. Search sites like Google and DuckDuckGo have helpedβ¦
ββRecently, Iβve written an article about some signs of an inexperienced developer. Just like you can recognize inexperienced developers by their habits the same applies to senior developers.
β± 4 minutes read
#Career
β± 4 minutes read
#Career
Medium
5 Signs of a Senior Developer
Being a senior developer has to do with more than just your age
ββGraphQL is a strongly typed query language, and Typescript is a typed superset of JavaScript β together they are a match made in heaven!
β± 15 minutes read
#TypeScript #Node #GraphQL
β± 15 minutes read
#TypeScript #Node #GraphQL
Medium
Building a Node.js API with TypeScript and GraphQL
creating a user with the playground
ββEver since ES2015, also known as ES6, JavaScript has moved away from a waterfall style approach where loads of features were released at once under a major version, to a more agile approach where new features are released annually as the spec is completed. This has allowed new language features to be added every year since. These features can be large and small, but they all tend to be well battle-tested through the use of transpiling and polyfills before their official release. In fact, when they actually become βofficialβ itβs actually pretty underwhelming since the community has been using them for some time.
β± 4 minutes read
#JavaScript
β± 4 minutes read
#JavaScript
Medium
80% Cleaner JavaScript Code Using Optional Chaining and Nullish Coalescing
Ever since ES2015, also known as ES6, JavaScript has moved away from a waterfall style approach where loads of features were released atβ¦
ββI was looking around the web and realized we havenβt had a good JavaScript Framework Performance Shootout in over 2 years. So before 2020 wraps up, letβs have a bit of fun pitting these libraries against each other.
β± 13 minutes read
#JavaScript
β± 13 minutes read
#JavaScript
Medium
JavaScript Frameworks, Performance Comparison 2020
The ultimate performance battle between JavaScript frameworks
ββA statistical approach to explaining bad deadlines in engineering projects
β± 7 minutes read
#Software
β± 7 minutes read
#Software
Medium
Why Engineers Cannot Estimate Time
A statistical approach to explaining bad deadlines in engineering projects
ββEvery software has best practices. Git is not different. It has become the most used versioning system in the last years. Many companies adopted git because of its features.
β± 5 minutes read
#Git
β± 5 minutes read
#Git
Medium
7 Git Best Practices to Start Using in Your Next Commit
Every software has best practices. Git is not different. It has become the most used versioning system in the last years. Many companiesβ¦
ββEver wondered what it would be like to wear the shoes of Tony Stark?
β± 8 minutes read
#JavaScript #3D
β± 8 minutes read
#JavaScript #3D
Medium
Create an Interactive JavaScript 3D Model Inspired by Iron Man
Ever wanted to be in Tony Starkβs jet-powered boots?
ββNowadays in our busy schedules and tight deadlines, itβs critical to choose tools that increase productivity.
β± 9 minutes read
#NPM #JavaScript
β± 9 minutes read
#NPM #JavaScript
Medium
73 Awesome NPM Packages for Productivity ππ±
Nowadays in our busy schedules and tight deadlines, itβs critical to choose tools that increase productivity.