🤖 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
加入频道
​​In this tutorial, we will be building a simple web application from scratch that allows users to perform actions including sign up, login and logout using JWT authentication. In order to understand what JSON Web Tokens are and how they work, I suggest you to read this Medium blog post before starting this tutorial.

#JSONWebToke #Authentification #GraphQL
​​Up until now, I have mostly been developing new Flask projects from scratch. As most projects tend to consist of similar folder structures, it gets really mundane setting up the identical base projects repeatedly over a period of time.

8 minute read

#Flask #Python #GraphQL #Graphene #MySQL #Docker
​​Today most of the legacy backend systems are based on the REST(REpresentational State Transfer), but from the last 2–3 years “Graph QL” AKA replacement for REST, a new way to serve data is getting popular. So what is it, why to use it and how to use it, we will discuss all about GrapQL .

9 minute read

#GraphQL #ServerLess #React
​​So you are planning to start with GraphQL and MongoDB. Then you realize how can I set up those two technologies together? Well, this article is made precisely for you. I’ll show you how to set up a GraphQL server using MongoDB. I will show you how you can modularize your GraphQL schema and all this using MLab as our database.

6 min read

#MongoDB #GraphQL
​​In this series I’ll be looking a bunch of different aspects of Gatsby, a Static Site Generator based on React.js and GraphQL.

7 min read

#Gatsby #GraphQL #Serverless #JAMStack
​​In this short article we will go through the concept of fragments and how you can reduce the code of your queries and match the exact data needs for your UI.

3 min read

#GraphQL