ββJavaScript is now a very popular programming language, based on which a large number of libraries and frameworks have been derived. But no matter how the upper ecosystem evolves, it canβt do without vanilla JavaScript. Here Iβve selected 4 JavaScript interview questions to test a programmerβs skill of vanilla JavaScript.
β± 11 min read
#JavaScript
β± 11 min read
#JavaScript
Medium
Improve Your JavaScript Level With These 4 Questions
Things you should know to prepare JavaScript Interviews.
ββUnderstanding Data Structures is helpful in all aspects of programming, you donβt need to have a particular use case where youβll use a Tree or a Graph to have to consider learning about them. In fact, I donβt think Iβve ever implemented a proper Tree structure in my 15 years of software development, however, understanding how they work has helped me several times in the past.
β± 12 min read
#JavaScript
β± 12 min read
#JavaScript
Medium
Data Structures You Should Know as a JavaScript Developer
Understanding Data Structures is helpful in all aspects of programming, you donβt need to have a particular use case where youβll use aβ¦
ββImage compression, processing, resizing, and more, for your next web app.
β± 6 minutes read
#JavaScript #Image
β± 6 minutes read
#JavaScript #Image
Medium
10 JavaScript Image Manipulation Libraries for 2020
Image compression, processing, resizing, and more, for your next web app.
ββHow I switched from building products for frontend developers to building products for users.
β± 7 minutes read
#Frontend #Backend
β± 7 minutes read
#Frontend #Backend
Medium
What I Learned by Transitioning from Backend to Frontend Development
How I switched from building products for frontend developers to building products for users.
ββReact + Firebase is a powerful combination for quickly and securely building apps, from proof-of-concept straight through massive scale production.
β± 6 minutes read
#React #Firebase
β± 6 minutes read
#React #Firebase
Medium
The Right Way to Add Firebase to Your React Project Using React Hooks
Hereβs the right way to add Firebase to your React project using hooks and just a few lines of code.
ββHave you always wanted to play a trick on a fellow web developer?
Or do you want to prove your useless knowledge?
Here are some nasty one-liners to really turn a web project upside down.
β± 4 minutes read
#JavaScript
Or do you want to prove your useless knowledge?
Here are some nasty one-liners to really turn a web project upside down.
β± 4 minutes read
#JavaScript
Medium
5 One-Liners to Mess Up Your Code Easily
Evil tricks with JavaScript & CSS
ββ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β¦