πŸ€– 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
加ε…₯钑道
​​This is the typical structure I use for my medium-sized Node backends. For small backends, I'd probably just put everything in one file and I might not bother with build tooling.

⏱ 7 min read

#Node
​​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
​​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
​​GraphQL is a strongly typed query language, and Typescript is a typed superset of JavaScript β€” together they are a match made in heaven!

⏱ 15 minutes read

#TypeScript #Node #GraphQL
​​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
​​After working for a while with Node.js I’ve come to the conclusion that there is no better tool to use when writing microservices. Of course, that is my opinion, completely biased by my preference for JavaScript as a language. But hey, even without me pushing my own opinion into your eyes, I bet you can’t say Node.js isn’t a great tool for building microservices.

⏱ 11 minutes

#Node