🤖 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
Download Telegram
​​A senior dev whom I respect for his technical prowess called me this morning. He called to fret over the meagre 12% raise he got, against a junior dev working under him and got 40% raise — his compensation now totaling 85% of the senior dev supervising 10 other junior devs like him.

7 min read

#Job #Compensation
🤖 Coding News ⚡️ pinned «​​This article will explain the difference between the commands and how you can use them effectively in your Dockerfile and docker-compose.yml. 4 min read #Docker»
​​In software management, we often change our code and all these changes need to be tracked. As our projects grow, all the dependencies of the projects increase as well. If you want to make changes to your project and move forward, you need to make sure all your dependencies works with your current changes as well. We can’t move forward if these dependencies are too tight or loosely defined. This is called dependency hell.

6 min read


#Software
🤖 Coding News ⚡️ pinned «​​​​I’ve created a very simple way to face match two images using HTML5 and JavaScript. You upload the verification picture you’d like to use, take a snapshot from the video streaming from your camera/webcam, then use a face matching API to retrieve the results.…»
​​Git is hard: screwing up is easy, and figuring out how to fix your mistakes is fucking impossible. Git documentation has this chicken and egg problem where you can't search for how to get yourself out of a mess, unless you already know the name of the thing you need to know about in order to fix your problem.

8 min read

#Git
​​The ingenious neurobiology of mammalian sleep has been mathematically modeled to streamline A.I. memory and storage capacity

5 min read

#ArtificialIntelligence
🤖 Coding News ⚡️ pinned «​​GraphQL’s main benefit for frontend developers has always been excellent tooling and developer experience. 6 mins read #GraphQL»
​​Every day, millions of developers reach for npm (or Yarn) for their JavaScript projects. Running commands like npm init or npx create-react-app has become the go-to way to begin almost any JavaScript project, whether you’re building code for the client-side or server-side — or even if you’re building a desktop app.

10 min read

#NPM #Yarn #JavaScript #Tips
🤖 Coding News ⚡️ pinned «​​Lists are an important aspect within your app. Every application is bound to make use of lists in some form or the other. 5 min read #React»
​​Today, front end web development is about building applications, not just web pages. And while CSS and SASS were both great for styling pages, they’re not well suited for styling applications. This is especially true if you are building with a component-based strategy.

7 min read

#JavaScript #Styles
​​Axios is promise-based and thus we can take advantage of async and await for more readable asynchronous code. We can also intercept and cancel requests, and there’s built-in client side protection against cross site request forgery. But the best part about Axios? The easy to use API!

5 min read

#React #Axios #JavaScript
​​I’ve been using Gatsby for the better part of 6 months and it’s quickly become my go-to for building static sites. The advantages are huge.

14 min read

#Gatsby #Contentful #Netlify
​​Recently, a report was released regarding the misuse from companies claiming to use artificial intelligence on their products and services. According to the Verge, 40% of European startups that claimed to use AI don’t actually use the technology. Last year, TechTalks, also stumbled upon such misuse by companies claiming to use machine learning and advanced artificial intelligence to gather and examine thousands of users’ data to enhance user experience in their products and services.

13 min read

#MachineLearning #ArtificialIntelligence
​​The key to achieving insane levels of productivity is motivation, the phenomenal experience that drives you towards achieving your goals.

8 min read

#Productivity
​​Visual Studio Code (also known as VSCode) is a lightweight but powerful cross-platform source code editor which runs on your desktop. With built-in support for development tools like TypeScript and Chrome debugger, I quickly fell in love with it the more I used it to build my projects.

9 min read

#TextEditors
​​With Gatsby themes we want to make the experience of building a site as flexible and extensible as possible. Themes allow you to reuse site configurations, sets of plugins, and components across multiple Gatsby sites. We’ve tried to design the API of themes to progressively disclose complexity, where smart defaults are wrapped into abstractions, but customization and configuration are always available to you. The styles used in our official themes are no exception.

3 min read

#Gatsby #Styles