πŸ€– 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
​​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
​​Editors may have problem with auto importing that complicated relative paths ( at least VSCode does ). Importing manually from various modules in your project will start to feel very cumbersome ( trust me, I experienced that with my team at work… )

⏱ 6 minutes

#TypeScript #Webpack #Jest
​​As someone who loves cutting-edge technology, I choose to build my first SaaS with a modern tech stack. With the rise of JAMStack and serverless architecture, I created PostMage with Next JS static generation for the frontend and the Node.js backend deployed to AWS.

⏱ 8 minutes read

#AWS #React #TypeScript #NextJS
​​Back in May 2020, I wrote an introductory article to Deno due to it having been officially released and available to the public.

⏱ 4 minutes read

#Deno
​​Jamstack is out for a while. For most of us (developers) statically pre-rendered React websites are no wonder: page routing in the browser, β€œblazing-fast” (as they usually call it) experience, etc.

⏱ 6 minutes read

#CMS #NextJS #React #NodeJS
​​If you are part of a large organization or team, chances are you need a design system. There are tons of tools out there to help you develop and organize that design system, but in this article we will see how a combination of Nx and Storybook will make that process more efficient, more enjoyable, and definitely more scalable.

⏱ 12 minutes

#DesignSystem #Monorepo #Storybook #NX
​​Dealing with a common data model between the front-end and the back-end can be a pain if you’re not working on a monorepo. This is because ideally, you do not want duplicate code that can become out of synch by lack of maintenance.

⏱ 8 minutes read

#TypeScript
​​If you are a programmer and have been working for more than a few years, I won’t be surprised if thoughts have gone through your head about whether you will still be hireable as you approach your forties and fifties.

⏱ 5 minutes read

#Career