🤖 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
​​Advancements in technology have made Virtual Reality (VR) more immersive and affordable than ever. This immersive environment can be similar to the real world. Or it can be fantastical, creating an experience that is not possible in ordinary reality.

#VirtualReality
​​I am a technologist-turned-analytics professional since five-plus years. Recently, a friend asked me how he can set up a custom event tracking on his small business website and understand his site’s user behavior better.

#GoogleAnalytics
Where are you guys from? Replying on this poll will help me do a better job scheduling posts. Thanks in advance 🤗
public poll

Asia – 21
👍👍👍👍👍👍👍 44%

Europe – 13
👍👍👍👍 27%

Africa – 10
👍👍👍 21%

South America – 3
👍 6%

North America – 1
▫️ 2%

Australia
▫️ 0%

👥 48 people voted so far.
🤖 Coding News ⚡️ pinned «Where are you guys from? Replying on this poll will help me do a better job scheduling posts. Thanks in advance 🤗 public poll Asia – 21 👍👍👍👍👍👍👍 44% Europe – 13 👍👍👍👍 27% Africa – 10 👍👍👍 21% South America – 3 👍 6% North America – 1 ▫️ 2% Australia ▫️»
​​In this article, we will create a Blazor application using MongoDB as our database provider. We will create a Single Page Application (SPA) and perform CRUD operations on it. A modal popup will display the form to handle the user inputs. The form also has a dropdown list, which will bind to a DB collection.

#MongoDB #CRUD #SPA
​​Following our series of articles about cloud infrastructures for solving the Machine Learning (ML) pipeline problem, this time we gave Google Cloud ML a try. We’ll also provide a comparison between Amazon SageMaker and Google ML. We emphasize their differences and similarities and provide load testing performance results.

8 minute read

#MachineLearning #GoogleML #AmazonSageMaker
​​With CSS Grid you can create complex web designs. It is very intuitive and very well supported by the major browsers. In this article I will show how to build layouts in CSS Grids.

8 minute read

#CSS
​​For over a decade, my main my ‘mother tongue’ has been C#. I have been using it since version 1, and loved the journey through features such as generics, anonymity, LINQ, and async and combining this with design patterns, SOLID principles, architectural styles and TDD/BDD, I now live and breathe C#. I used to snobbishly look down to the scripting languages…

4 minute read


#Python
​​There’s no time like the present to teach yourself data science, analytics, or engineering. A quick search on Udemy shows over 2,000 results for courses about “data.” People have even compiled their own Master’s degree programs in data science comprised entirely of free online courses.

12 minute read

#Education
​​I’ve never really had much of an opinion about error handling. This may come as a shock to people who know me as quite opinionated (in a good way!), but yeah. If I was coming into an existing code base I just did whatever they did before, and if I was writing from scratch I just did whatever felt right to me at the time.

7 minute read


#ErrorHandling
​​ES10 is still just a draft. But most features have already been implemented in Chrome, except Object.fromEntries, so why not start exploring it early? You’ll be ahead of the curve when all browsers start to support it. It’s only a matter of time. Here is a non-alien guide for anyone interested in exploring ES10.

#JavaScript
​​An industrious community has for years devised workarounds to play video games. Microsoft’s new adaptive controller may allow even more people to play with their face, elbows, and feet.

#Games #Accessibility #Microsoft
​​From package managers to ESLint, CommonJS to AMD, and ES6 Modules to Babel and Webpack — that’s a lot of tools! In this article, we’ll migrate an old AngularJS app where we’ll decode the tools NOW.

#JavaScript #Guide
Where are you guys from? Replying on this poll will help me do a better job scheduling posts. Thanks in advance 🤗
public poll

Asia – 22
👍👍👍👍👍👍👍 45%

Europe – 13
👍👍👍👍 27%

Africa – 10
👍👍👍 20%

South America – 3
👍 6%

North America – 1
▫️ 2%

Australia
▫️ 0%

👥 49 people voted so far.
​​MySQL, PostgreSQL, Oracle, Redis, and many more, you just name it — databases are a really important piece of technology in the progress of human civilization. Today we can see how valuable data are, and so keeping them safe and stable is where the database comes in!

#Python #Database
​​In this article I’m going to introduce you to JavaScript module loaders and bundlers. I’ll explain what they are and why they exist. First, I’ll give you an overview of the different module formats and module loaders out there and I’ll present some examples for each. Then, I’ll talk about the most well-known bundlers and I’ll compare them with each other.

#Bundlers #JavaScript
​​FizzBuzz is the infamous weedout coding challenge that some hiring managers use as a warm-up or a confidence boosting test before the real test begins. If you are reading this, you probably know how the question and the answer goes, but I will put it down here for reference again.

#Interview
​​When I first started learning JavaScript, it took me some time to understand the this keyword in JavaScript and be able to quickly identify which object does the this keyword point to.

10 minute read

#JavaScript
​​With the recent announcement by GitHub of unlimited private repositories, let’s take a few minutes before we push our code we don’t want anyone else to see to the cloud, and make sure we’re making the most of what GitHub has to offer.

#Github #OpenSource