🤖 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
@DeepLearning_AI

Artificial Intellegence && Deep Learning

Channel for who have a passion for -
1. Artificial Intelligence
2. Machine Learning
3. Deep Learning
4. Data Science
5. Computer vision
6. Image Processing
7. Research Papers
8. Related Courses
9. Free Ebooks
10. Advancements

Join👇👇👇
@DeepLearning_AI

https://t.iss.one/DeepLearning_AI
​​During my time at Flatiron School, the majority of our time learning frontend development was spent working with Vanilla JavaScript, React, and Redux. Recently, I started working on a project that uses Vue.js, and I had to familiarize myself with the popular JavaScript framework.

6 min read


#Vue
​​Within the community we’ve been debating the best practices for many years, but there are a few that have been relatively accepted for most of that time.

7 min read


#Serverless
​​Data Driven Documents (D3.js) is a JavaScript library used to create visualizations of data using HTML, CSS, and SVG. It does this by binding data to the DOM (Document Object Model) and its elements and allowing them to transform when the data changes.

8 min read

#D3 #React
🤖 Coding News ⚡️ pinned «​​You’ve always wanted to start learning to code in the Vue framework, but somehow you just haven’t have the time in your busy schedule. 5 min read #Vue»
​​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