ββ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.
ββOver the years, CSS has seen a number of new properties added to it such as Flexbox and Grid.
Despite the immense popularity and rising complexities of creating web apps, there are still a number of CSS properties and tricks that most developers donβt know.
Below are 6 CSS properties that you probably never heard of...
β± 6 minutes read
#CSS
Despite the immense popularity and rising complexities of creating web apps, there are still a number of CSS properties and tricks that most developers donβt know.
Below are 6 CSS properties that you probably never heard of...
β± 6 minutes read
#CSS
Medium
6 CSS Properties Nobody Is Talking About
Interesting properties that many have never heard of before.
ββEvery day we come across a lot of situations and we work really hard to crack all the issues. We deserve to lighten up our mood after a hectic day.
β± 5 minutes read
#Humor
β± 5 minutes read
#Humor
Medium
30 Programming Memes That Will Lighten Your Mood
Every day we come across a lot of situations and we work really hard to crack all the issues. We deserve to lighten up our mood after aβ¦
ββES2021 is the version of ECMAScript corresponding to the year 2021. This version doesnβt include as many new features as those that appeared in ES6 (2015). However, some useful features have been incorporated.
β± 3 minutes read
#JavaScript
β± 3 minutes read
#JavaScript
Medium
JavaScript ES2021 Features With Simple Examples
The latest in JavaScript
ββWhen I started as a software developer five years back, I had no clue that everything required to learn and grow as a developer is easily available online. All we need to do is learn how to access those resources effortlessly.
β± 4 minutes read
#Education
β± 4 minutes read
#Education
Medium
7 Websites Every Software Developer Should Follow
Revive your zeal for the software development
ββIf you want to learn the differences between Python and JavaScript, then this article is for you.
β± 20 minutes read
#JavaScript #Python
β± 20 minutes read
#JavaScript #Python
freeCodeCamp.org
Python VS JavaScript β What are the Key Differences Between The Two Popular Programming Languages?
Welcome! If you want to learn the differences between Python and JavaScript, then this article is for you. These two languages are very popular and powerful, but they do have key differences. We will cover them in detail here. In this article, you w...
ββAs a developer, I consider browser extensions are a great way for developers to improve their productivity. Over time, I have compiled a list of Chrome extension tools that have proven extremely useful to me.
β± 3 minutes read
#Productivity
β± 3 minutes read
#Productivity
Medium
I Wish I Had Known These Tools When I Started Coding
10 Tools that will make your life a lot easier as a developer
ββWhen I started as a software developer five years back, I had no clue where or whom to reach for improving my skills. The truth is we have the needed information available online. All we need to do is learn how to access those resources effortlessly.
β± 4 minutes read
#Education
β± 4 minutes read
#Education
ββAPIs allow developers to save time by taking advantage of a platformβs implementation to perform some useful tasks. This also helps to reduce the number of code lines developers need to write for their programs. Because APIs give you access to the data that you will need for your application.
β± 3 minutes read
#API
β± 3 minutes read
#API
Medium
5 Extremely Useful APIs for Your Next Projects
Amazing APIs to inspire you for your next projects
ββES2021 or ES12 is scheduled for release sometime in June 2021. Here are some new features that you can expect from the ECMAScript proposal status from TC39
β± 5 minutes
#JavaScript
β± 5 minutes
#JavaScript
Medium
New JavaScript Features You Can Expect in ES2021
ES2021 or ES12 is scheduled for release sometime in June 2021. Here are some new features that you can expect from the ECMAScript proposalβ¦
ββImagine that youβre a principal at a small K-8 school whoβs looking to hire a new teacher. As you have less than 20 teachers, you have to ensure that each person you hire can teach any of the grades. Adding to the complications, youβve recently lost one of your best teachers, someone with 15 years of experience, and a mentor to many of the more junior teachers. How can you replace her?
β± 6 minutes read
#Career
β± 6 minutes read
#Career
Medium
Why Senior Engineers Hate Coding Interviews
And what you should use instead
ββNode.js has been one of the biggest game-changer since its release, bigger companies like Uber, Medium, PayPal & Walmart switched their tech stack to Node.js. You can make really powerful applications with Node.js such as real-time tracking apps, video and text chat engines, social media apps, etc. And learning Node.js is becoming one of the hottest skills for developers, the roadmap that I have prepared is based on how I learned it with my own experience and tips.
β± 13 minutes read
#Node
β± 13 minutes read
#Node
Medium
The Node.js Developer Roadmap for 2021
The Roadmap To Becoming a Node.js Developer
ββBeing a good programmer is a mix of skills and some common sense. It is all about being pragmatic and knowing what is the solution that fits better your problem. When facing a challenge, there are some software principles that will guide you in choosing the most correct approach.
7 minutes read β±
#Software
7 minutes read β±
#Software
Medium
7 Software Development Principles That Should Be Embraced Daily
βKISS,β βDRYβ, βYAGNI,β and more
ββItβs time to review the big trends in JavaScript and technology in 2020 and consider our momentum going into 2021.
β± 11 minutes read
#JavaScript
β± 11 minutes read
#JavaScript
Medium
Top JavaScript Frameworks and Tech Trends for 2021
Happy New Year! Itβs time to review the big trends in JavaScript and technology in 2020 and consider our momentum going into 2021.
ββDeveloping a JavaScript application involves reloading the browser each time you save code changes in order to refresh the user interface.
β± 5 minutes read
#Webpack
β± 5 minutes read
#Webpack
Medium
Webpackβs Hot Module Replacement Feature Explained
Developing a JavaScript application involves reloading the browser each time you save code changes in order to refresh the user interface.