πŸ€– 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
​​5 Different Ways to Remove Specific Characters From a String in Python. Using string methods, filter, and regexes

⏱ 5 minutes read

#Python
​​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
​​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
​​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
​​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
​​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
​​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
​​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
​​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
​​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
​​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
​​Are you a JavaScript developer who uses 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
​​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
​​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
​​Recently I was publishing a library to npm and I thought of experimenting with the bundler I was going to package my code in. While webpack has always been my standard choice, I decided to put it up against two other popular bundlers β€” Rollup and Parcel.

⏱ 8 minutes read

#Bundlers #Webpack #Rollup #Parcel
​​By following the guiding principles of micro-services, and separating the concerns of the mono-frontend into separate clients, aka micro-frontends, we can work to enable the same benefits on the front-end.

⏱ 8 minutes

#React
​​Developers always should understand the tools they use. With the right tools, you can achieve your job easily and efficiently. In this article, I’ve listed all the tools I use in my daily job

⏱ 5 minutes read

#Tools