πŸ€– Coding News ⚑️
27.1K 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
​​Progressive enhancement is a way of building websites and applications. It’s based on the idea that you should start by making your page work with just HTML, before adding anything else like Cascading Style Sheets (CSS) and JavaScript.

⏱ 7 minutes read

#Frontend
​​AVIF, a child-wonder image format backed by industry giants, is finally reaching wide browser support with Firefox getting fully on board. We are here to investigate whether the successor to WebP lives up to its promise to obliterate JPEG and PNG and how to hop on the AVIF conversion train.

⏱ 15 minutes read

#Image #AVIF
​​The title of this post was a trending Quora question, with popular responses boiling down to β€œit’s not, the unemployment rate is 3.6%,” β€œthere are too many developers and not enough engineers,” and β€œit’s a natural consequence of microeconomic theory.”

⏱ 6 minutes read

#Career
​​Fullstack DevOps is one of those titles that many recruiters and job post listings throw around with large salary tags attached to them. Then you click into one and find yourself swimming in a sea of acronyms. You’re not quite sure if it’s a really bad joke, or that the recruiter is just trying to cover every programming language and cloud service provider in existence.

⏱ 6 minutes read

#FullStack
​​Over the span of 2 years, I came across a few delightful resources on GitHub that have helped me tremendously, and I didn’t even know that I needed some of these repositories.

⏱ 6 minutes read

#GitHub
​​TypeScript(TS) has proven to be a better option to write client side scripts without using JavaScript (JS). And to write it in a more cleaner way. To make the most of it, it is important to follow the best practices when coding with TS.

⏱ 6 minutes read

#TypeScript
​​Non-technical founders often don’t understand the value of developers. Developers are the fuel of a company if their products are tech products. I heard this story from a colleague. And this story is about his friend Paul (not his real name).

⏱ 4 minutes read

#Career
​​The purpose of this article is to provide a complete insight about GraphQL and its usage with Node.js along with discussing its salient features and some of its advantages and disadvantages.

⏱ 6 minutes read

#GraphQL #NodeJS #ExpressJS
​​This post draws on my personal experiences and challenges over the past term at school, which I entered with hardly any knowledge of DSA (data structures and algorithms) and problem-solving strategies.

⏱ 5 minutes read

#DataStructures #Algorithms
​​Api traffic can slow down your web application modern browser only allow small number of parallel api calls and hence reducing api calls can result in better performance.

⏱ 3 minutes read

#React
​​Have you had issues with managing server state? or find yourself writing long and funny looking code that just fetches data from the server? I honestly think you need to look at react-query if you fall into any of this category.

⏱ 4 minutes read

#React
​​Nodejs is a javascript runtime environment. So, what exactly is the javascript runtime? You may be familiar with the term javascript. Javascript is a programming language that you may use to control your DOM in your browser and helps to play with the page loaded in the browser

⏱ 5 minutes read

#NodeJS
​​The single most important aspect of preparing for technical interviews is to solve many coding challenges. Although some tech companies have stopped asking algorithm questions and instead test domain-specific knowledge, most tech giants (and even the small ones) still require candidates to solve coding challenges.

⏱ 9 minutes

#Algorithms
​​I found out that I repeatedly use some TypeScript code patterns in daily work. Those code patterns aren’t heavy or complex, and they also don’t require a lot of boiler-plate code. They’re just simple and practical solutions to resolve a few common problems.

⏱ 7 minutes

#TypeScript
​​Organic traffic is a great way to get eyeballs on your website and Google is the most popular search engine of choice that you can use to get that organic traffic coming.

⏱ 6 minutes

#Performance #CDN #Caching