Data Science and Engineering
548 subscribers
10 photos
1 video
2 files
1.22K links
This is the first Telegram platform for data scientists, machine learning specialists, developers, software engineers and IT managers to share knowledge, connect, collaborate & learn.
Download Telegram
An article entitled "Implement NodeJS environment variables in a modern Webpack app" written by Marios Fakiolas with 51 claps is now accessible for read!

#React #FrontEndDevelopment #Webpack #JavaScript #Nodejs

@ITNEXT

When we start building a modern web application normally we don’t really care about scaling that much. This includes all the different… > Read More...

https://itnext.io/implement-nodejs-environment-variables-in-a-modern-webpack-app-df20c27fe5f0
A new article entitled "How to use plain Three.js in your React apps" written by Pierfrancesco Soffritti is now online!

#JavaScript #React #Threejs #FrontEndDevelopment #Reactjs

@ITNEXT

Integrate Three.js code in a React application, without using React bindings > Read More...

https://itnext.io/how-to-use-plain-three-js-in-your-react-apps-417a79d926e0
A new article entitled "How a front-end framework helped me with becoming “full-stack”" written by Mark van der Steenhoven is now online!

#Vuejs #BackEndDeveloper #Programming #FrontEndDevelopment #JavaScript

@ITNEXT

In this blog i’m going to talk about my experiences on how I started doing front-end development as a back-end programmer and how a… > Read More...

https://itnext.io/how-a-front-end-framework-helped-me-with-becoming-full-stack-dda72f580d30
A new article entitled "How to build a load more button with Vue.js and GraphQL" written by Jakub Juszczak is now online!

#Vuejs #BuildALoadMoreButton #GraphQL #FrontEndDevelopment #JavaScript

@ITNEXT

While I was working on 🎨 Colour Hunt I had to implement pagination at some point. No one wants to load a ton of color palettes at once… > Read More...

https://hackernoon.com/how-to-build-a-load-more-button-with-vue-js-and-graphql-5e6de1b61a6b
An article entitled "How to check Code Coverage🙌 in Chrome" written by Sai gowtham with 29 claps is now accessible for read!

#FrontendDevelopment #CSS #Chrome #Html5 #JavaScript

@ITNEXT

Does your code is fully covered is there any unused code in your files. > Read More...

https://codeburst.io/how-to-check-code-coverage-in-chrome-77060c44e38d
A new article entitled "What is Hoisting😰😰 in JavaScript" written by Sai gowtham is now online!

#JavascriptTips #JavascriptFrameworks #JavascriptDevelopment #FrontEndDevelopment #JavaScript

@ITNEXT

Hoisting is not something functions and variables are moving to the top. nActually, they are not moving technically anywhere. > Read More...

https://codeburst.io/what-is-hoisting-in-javascript-5c74704890c4
A new article entitled "JavaScript News and Updates (April 2018)" written by JavaScript UI Libraries — DHTMLX is now online!

#DataVisualization #FrontEndDevelopment #WebDevelopment #React #JavaScript

@ITNEXT

The month is almost over which means that it’s time to share with you the most interesting and useful news from the JavaScript planet… > Read More...

https://codeburst.io/javascript-news-and-updates-april-2018-276c611ee3d8
An article entitled "How to conquer Webpack 4 and build a sweet React app" written by Adeel Imran with 68 claps is now accessible for read!

#Programming #Tech #JavaScript #FrontEndDevelopment #React

@ITNEXT

In this article, I’ll go through how to set up a React application using Webpack 4. By the end of this tutorial, you’ll know on how to hot… > Read More...

https://medium.freecodecamp.org/how-to-conquer-webpack-4-and-build-a-sweet-react-app-236d721e6745
An article entitled "How to conquer Webpack 4 and build a sweet React app" written by Adeel Imran with 68 claps is now accessible for read!

#React #Programming #Tech #FrontEndDevelopment #JavaScript

@ITNEXT

In this article, I’ll go through how to set up a React application using Webpack 4. By the end of this tutorial, you’ll know on how to hot… > Read More...

https://medium.freecodecamp.org/how-to-conquer-webpack-4-and-build-a-sweet-react-app-236d721e6745
The article "How to conquer Webpack 4 and build a sweet React app" written by Adeel Imran with 247 claps is hot on the list of publications!

#Tech #FrontEndDevelopment #Programming #JavaScript #React

@ITNEXT

In this article, I’ll go through how to set up a React application using Webpack 4. By the end of this tutorial, you’ll know on how to hot… > Read More...

https://medium.freecodecamp.org/how-to-conquer-webpack-4-and-build-a-sweet-react-app-236d721e6745
A new article entitled "Why You Should Use ES6" written by Charlee Li is now online!

#Tech #FrontEndDevelopment #Programming #JavaScript #ES6

@ITNEXT

A couple of month ago I attended an interview for a front end developer position and had an interesting experience. > Read More...

https://itnext.io/why-you-should-use-es6-56bd12f7ae09
The article "An overview of Visual Studio Code for front-end developers" written by Vinh Le with 304 claps is hot on the list of publications!

#Tech #Programming #FrontEndDevelopment #Technology #WebDevelopment

@ITNEXT

No matter whether you are a code newbie or a seasoned developer, code editor is an imperative part of your work. The problem, especially if… > Read More...

https://medium.freecodecamp.org/an-overview-of-visual-studio-code-for-front-end-developers-49a4aa0771fb
A new article entitled "Intro to the Vuejs🐎🐎🐎" written by Sai gowtham is now online!

#JavascriptTips #Vue #JavaScript #FrontEndDevelopment #Vuejs

@ITNEXT

Have you used Vuejs or you still confused? > Read More...

https://codeburst.io/intro-to-the-vuejs-5452f1bf9018
A new article entitled "JavaScript Closure for Privacy" written by Kevin Kim is now online!

#JavaScript #Closure #Tutorial #FrontEndDevelopment

@ITNEXT

Whenever I searched for an example of what a JavaScript closure is, I would always run into something like this: > Read More...

https://itnext.io/javascript-closure-for-privacy-8a40c274192e
A new article entitled "How to Handle 404 Requests and Active Styles in React Router" written by Sai gowtham is now online!

#JavaScript #ReactJsTutorials #React #FrontEndDevelopment #Reactjs

@ITNEXT

In order to make this work,typically achieved by using a router. In the React ecosystem, React Router is widely used for implementing… > Read More...

https://codeburst.io/how-to-handle-404-requests-and-active-styles-in-react-router-241fee7216ab
A new article entitled "Liberate your UI Development: Setup a Mock API" written by Joseph Crick is now online!

#UiDevelopment #FrontEndDevelopment #SetupAMockApi #LiberateYourUi #API

@ITNEXT

Do you ever hear any of these statements at your workplace: > Read More...

https://hackernoon.com/liberate-your-ui-development-setup-a-mock-api-9b6167d06ffa