πŸ€– Coding News ⚑️
27.2K subscribers
2 photos
1 video
807 links
High quality articles, videos, and tutorials about programming πŸ’»

HTML, CSS, Sass, JavaScript, TypeScript, React, Angular, Electron, Node, Vue, GraphQL and other topics πŸ’₯

@CodingChat talk with other engineers
@CodingNewsFeedbackBot advertisement
Download Telegram
​​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
​​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
​​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
​​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
​​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
​​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
​​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
​​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
​​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
​​We rendered the top 1 million pages on the web, tracking every conceivable performance metric, logging every error, noting every requested URL. To our knowledge, this produces the first dataset that connects performance, errors, and library use on the web. In this article, we analyze what the data can tell us about creating high performance web sites.

⏱ 10 minutes read

#Performance
​​Being a developer these days is both good and bad. There are a lot of jobs available out there, but there is a lot of competition too. If a company is known for looking after their developers well, a lot of developers naturally want to work for that company. So as a developer, you want to make sure you not only have the right skills, but you also make a really good impression at every interview. And this includes not saying things that are arrogant, ignorant, or inconsiderate.

⏱ 7 minutes read

#Career
​​Ever since I started learning how to code, I have been fascinated by the level of trust we put in a simple command like pip install packagename

⏱ 11 minutes read

#security #hacking