A new article entitled "Sharing variables between JS and Sass using webpack sass-loader" written by Paul Thomas is now online!
#Sass #Webpack #JavaScript
@ITNEXT
Define your theme in JS and use it in Sass or JS > Read More...
https://itnext.io/sharing-variables-between-js-and-sass-using-webpack-sass-loader-713f51fa7fa0
#Sass #Webpack #JavaScript
@ITNEXT
Define your theme in JS and use it in Sass or JS > Read More...
https://itnext.io/sharing-variables-between-js-and-sass-using-webpack-sass-loader-713f51fa7fa0
Medium
Sharing variables between JS and Sass using webpack sass-loader
Define your theme in JS and use it in Sass or JS
An article entitled "Machine Learning From Scratch: Part 3" written by Sebastian Kwiatkowski with 34 claps is now accessible for read!
#Movies #ArtificialIntelligence #MachineLearning #Business #TowardsDataScience
@ITNEXT
Table of Contents > Read More...
https://towardsdatascience.com/machine-learning-from-scratch-part-3-ed572330367d
#Movies #ArtificialIntelligence #MachineLearning #Business #TowardsDataScience
@ITNEXT
Table of Contents > Read More...
https://towardsdatascience.com/machine-learning-from-scratch-part-3-ed572330367d
Medium
Machine Learning From Scratch: Part 3
Arrays and representations
A new article entitled "Create your first Ethereum dAPP with Web3 and Vue.JS (Part 2)" written by Alt Street is now online!
#WebDevelopment #SmartContracts #Blockchain #Ethereum #JavaScript
@ITNEXT
Welcome back to part 2 of this awesome tutorial series where we get our hands dirty building our first decentralized application. In this… > Read More...
https://itnext.io/create-your-first-ethereum-dapp-with-web3-and-vue-js-part-2-52248a74d58a
#WebDevelopment #SmartContracts #Blockchain #Ethereum #JavaScript
@ITNEXT
Welcome back to part 2 of this awesome tutorial series where we get our hands dirty building our first decentralized application. In this… > Read More...
https://itnext.io/create-your-first-ethereum-dapp-with-web3-and-vue-js-part-2-52248a74d58a
Medium
Create your first Ethereum dAPP with Web3 and Vue.JS (Part 2)
Welcome back to part 2 of this awesome tutorial series where we get our hands dirty building our first decentralized application. In this…
An article entitled "Machine Learning 101: An Intuitive Introduction to Gradient Descent" written by Thalles Silva with 27 claps is now accessible for read!
#GradientDescent #Python #MachineLearning #ArtificialIntelligence
@ITNEXT
Gradient descent is, with no doubt, the heart and soul of most Machine Learning (ML) algorithms. I definitely believe that you should take… > Read More...
https://towardsdatascience.com/machine-learning-101-an-intuitive-introduction-to-gradient-descent-366b77b52645
#GradientDescent #Python #MachineLearning #ArtificialIntelligence
@ITNEXT
Gradient descent is, with no doubt, the heart and soul of most Machine Learning (ML) algorithms. I definitely believe that you should take… > Read More...
https://towardsdatascience.com/machine-learning-101-an-intuitive-introduction-to-gradient-descent-366b77b52645
Medium
Machine Learning 101: An Intuitive Introduction to Gradient Descent
Gradient descent is, with no doubt, the heart and soul of most Machine Learning (ML) algorithms. I definitely believe that you should take…
A new article entitled "How to use sound classification with TensorFlow on an IoT platform" written by Nikolay Khabarov is now online!
#Technology #TensorFlow #MachineLearning #Programming #IoT
@ITNEXT
Introduction > Read More...
https://medium.freecodecamp.org/how-to-use-sound-classification-with-tensorflow-on-an-iot-platform-8997eb7bbdef
#Technology #TensorFlow #MachineLearning #Programming #IoT
@ITNEXT
Introduction > Read More...
https://medium.freecodecamp.org/how-to-use-sound-classification-with-tensorflow-on-an-iot-platform-8997eb7bbdef
freeCodeCamp
How to use sound classification with TensorFlow on an IoT platform
Introduction
An article entitled "TensorFlow Serving client. Make it slimmer and faster!" written by Vitaly Bezgachev with 49 claps is now accessible for read!
#Performance #Deployment #TensorFlow #Optimization
@ITNEXT
TensorFlow Serving provides a neat way to deploy and serve the models in the production. I have described the deployment process previously… > Read More...
https://towardsdatascience.com/tensorflow-serving-client-make-it-slimmer-and-faster-b3e5f71208fb
#Performance #Deployment #TensorFlow #Optimization
@ITNEXT
TensorFlow Serving provides a neat way to deploy and serve the models in the production. I have described the deployment process previously… > Read More...
https://towardsdatascience.com/tensorflow-serving-client-make-it-slimmer-and-faster-b3e5f71208fb
Medium
TensorFlow Serving client. Make it slimmer and faster!
TensorFlow Serving provides a neat way to deploy and serve the models in the production. I have described the deployment process previously…
An article entitled "An quick introduction to Material Design using Materialize" written by Arun Kumar with 51 claps is now accessible for read!
#Programming #WebDevelopment #Tech #WebDesign #Design
@ITNEXT
What is Material Design? > Read More...
https://medium.freecodecamp.org/an-quick-introduction-to-material-design-using-materialize-8a9b223c64f1
#Programming #WebDevelopment #Tech #WebDesign #Design
@ITNEXT
What is Material Design? > Read More...
https://medium.freecodecamp.org/an-quick-introduction-to-material-design-using-materialize-8a9b223c64f1
freeCodeCamp
A quick introduction to Material Design using Materialize
What is Material Design?
An article entitled "A guide to developing an Ethereum decentralized voting application" written by Timothy Ko with 50 claps is now accessible for read!
#Programming #WebDevelopment #Blockchain #JavaScript #Ethereum
@ITNEXT
After the entire cryptocurrency market passed 700 billion dollars in market cap, the cryptocurrency space exploded over these last couple… > Read More...
https://medium.freecodecamp.org/developing-an-ethereum-decentralized-voting-application-a99de24992d9
#Programming #WebDevelopment #Blockchain #JavaScript #Ethereum
@ITNEXT
After the entire cryptocurrency market passed 700 billion dollars in market cap, the cryptocurrency space exploded over these last couple… > Read More...
https://medium.freecodecamp.org/developing-an-ethereum-decentralized-voting-application-a99de24992d9
freeCodeCamp.org
A guide to developing an Ethereum decentralized voting application
Understanding Smart Contracts, Web3.js, and Truffle Framework
The article "Publish your own NPM package 🎉" written by Dinesh Pandiyan with 307 claps is hot on the list of publications!
#Nodejs #NPM #HowTo #JavaScript #Tutorial
@ITNEXT
Note: There’s an amazing boilerplate for npm modules. This post is based on what I learned from setting it up. > Read More...
https://codeburst.io/publish-your-own-npm-package-ff918698d450
#Nodejs #NPM #HowTo #JavaScript #Tutorial
@ITNEXT
Note: There’s an amazing boilerplate for npm modules. This post is based on what I learned from setting it up. > Read More...
https://codeburst.io/publish-your-own-npm-package-ff918698d450
Medium
Publish your own NPM package 🎉
Note: There’s an amazing boilerplate for npm modules. This post is based on what I learned from setting it up.
The article "Flutter Bookshelf App Part 3: Managing data the right way." written by Norbert with 115 claps is hot on the list of publications!
#AndroidAppDevelopment #AndroidDev #SoftwareArchitecture #Flutter #Android
@ITNEXT
In this post I’m am going to discuss a good way to store/ cache/ and load data. Most of today’s apps rely on a server to display… > Read More...
https://proandroiddev.com/flutter-bookshelf-app-part-3-managing-data-the-right-way-30569abf9487
#AndroidAppDevelopment #AndroidDev #SoftwareArchitecture #Flutter #Android
@ITNEXT
In this post I’m am going to discuss a good way to store/ cache/ and load data. Most of today’s apps rely on a server to display… > Read More...
https://proandroiddev.com/flutter-bookshelf-app-part-3-managing-data-the-right-way-30569abf9487
Medium
Flutter Bookshelf App Part 3: Managing data the right way.
In this post I’m am going to discuss a good way to store/ cache/ and load data. Most of today’s apps rely on a server to display…
The article "Understanding and Debugging in NodeJS" written by Krissanawat Kaewsanmuang with 220 claps is hot on the list of publications!
#WebDevelopment #Nodejs #JavaScript #Programming
@ITNEXT
This article will give you deep understanding of NodeJS, how to develop applications in NodeJS and how to debug NodeJS applications. > Read More...
https://codeburst.io/understanding-and-debugging-in-nodejs-fe6d7ab2f362
#WebDevelopment #Nodejs #JavaScript #Programming
@ITNEXT
This article will give you deep understanding of NodeJS, how to develop applications in NodeJS and how to debug NodeJS applications. > Read More...
https://codeburst.io/understanding-and-debugging-in-nodejs-fe6d7ab2f362
codeburst
Understanding and Debugging in NodeJS
This article will give you deep understanding of NodeJS, how to develop applications in NodeJS and how to debug NodeJS applications.
The article "Open-sourcing a 10x reduction in Apache Cassandra tail latency" written by Instagram Engineering with 2512 claps is hot on the list of publications!
#Instagram #OpenSource #Rocksdb #Cassandra
@ITNEXT
At Instagram, we have one of the world**e2**80**99s largest deployments of the Apache Cassandra database. We began using Cassandra in 2012 to replace**e2**80**a6 > Read More...
https://engineering.instagram.com/open-sourcing-a-10x-reduction-in-apache-cassandra-tail-latency-d64f86b43589
#Instagram #OpenSource #Rocksdb #Cassandra
@ITNEXT
At Instagram, we have one of the world**e2**80**99s largest deployments of the Apache Cassandra database. We began using Cassandra in 2012 to replace**e2**80**a6 > Read More...
https://engineering.instagram.com/open-sourcing-a-10x-reduction-in-apache-cassandra-tail-latency-d64f86b43589
Instagram Engineering
Open-sourcing a 10x reduction in Apache Cassandra tail latency
At Instagram, we have one of the world’s largest deployments of the Apache Cassandra database. We began using Cassandra in 2012 to replace…
The article "Have You Got Your Fundamentals Right Before Professional Engagement ?" written by Pramod Chandrayan with 151 claps is hot on the list of publications!
#Productivity #SoftwareDevelopment #Innovation #Technology #Business
@ITNEXT
When your motive is to serve and you do it only in a great way without any compromises and vested interest, you are on the right track to… > Read More...
https://codeburst.io/have-you-got-your-fundamentals-rights-as-it-service-seekers-e8375529ad4a
#Productivity #SoftwareDevelopment #Innovation #Technology #Business
@ITNEXT
When your motive is to serve and you do it only in a great way without any compromises and vested interest, you are on the right track to… > Read More...
https://codeburst.io/have-you-got-your-fundamentals-rights-as-it-service-seekers-e8375529ad4a
codeburst
Have You Got Your Fundamentals Right Before Professional Engagement ?
When your motive is to serve and you do it only in a great way without any compromises and vested interest, you are on the right track to…
A new article entitled "Let you team members use Kubernetes" written by moshe roth is now online!
#Kubernetes
@ITNEXT
Setup Authentication for KOPS+AWS (not managed) setup. > Read More...
https://itnext.io/let-you-team-members-use-kubernetes-bf2ebd0be717
#Kubernetes
@ITNEXT
Setup Authentication for KOPS+AWS (not managed) setup. > Read More...
https://itnext.io/let-you-team-members-use-kubernetes-bf2ebd0be717
A new article entitled "Go phishing: Making the proxy sneakier" written by Jonathan Cooper is now online!
#Security #Phishing #ProxyServer #Golang #RedTeam
@ITNEXT
DISCLAIMER: This post is for educational purposes only. Cybercrime is stupid and will probably have you wasting your talents in prison. > Read More...
https://codeburst.io/go-phishing-making-the-proxy-sneakier-3814fd085fb3
#Security #Phishing #ProxyServer #Golang #RedTeam
@ITNEXT
DISCLAIMER: This post is for educational purposes only. Cybercrime is stupid and will probably have you wasting your talents in prison. > Read More...
https://codeburst.io/go-phishing-making-the-proxy-sneakier-3814fd085fb3
Medium
Go phishing: Making the proxy sneakier
DISCLAIMER: This post is for educational purposes only. Cybercrime is stupid and will probably have you wasting your talents in prison.
A new article entitled "5 minutes with Juliana Freire" written by NYU Center for Data Science is now online!
#WomenInTech #Data #Science #DataScience #DataVisualization
@ITNEXT
“So, I flipped a coin, and computer science won.” For International Women’s Day, we catch up with the stunningly accomplished Juliana… > Read More...
https://medium.com/center-for-data-science/5-minutes-with-juliana-freire-5a7d15591db6
#WomenInTech #Data #Science #DataScience #DataVisualization
@ITNEXT
“So, I flipped a coin, and computer science won.” For International Women’s Day, we catch up with the stunningly accomplished Juliana… > Read More...
https://medium.com/center-for-data-science/5-minutes-with-juliana-freire-5a7d15591db6
Medium
5 minutes with Juliana Freire
“So, I flipped a coin, and computer science won.” For International Women’s Day, we catch up with the stunningly accomplished Juliana…
A new article entitled "Capsule Neural Networks Are Here to Finally Recognize Spatial Relationships." written by Tomer Eldor is now online!
#AI #DataScience #MachineLearning #NeuralNetworks #CapsuleNetworks
@ITNEXT
Convolutional (“regular”) Neural Networks are the latest hype in machine learning, but they have their flaws, such as failing to recognize… > Read More...
https://towardsdatascience.com/capsule-neural-networks-are-here-to-finally-recognize-spatial-relationships-693b7c99b12
#AI #DataScience #MachineLearning #NeuralNetworks #CapsuleNetworks
@ITNEXT
Convolutional (“regular”) Neural Networks are the latest hype in machine learning, but they have their flaws, such as failing to recognize… > Read More...
https://towardsdatascience.com/capsule-neural-networks-are-here-to-finally-recognize-spatial-relationships-693b7c99b12
Medium
Capsule Neural Networks: The Next Neural Networks? Part 1: CNNs and their problems.
Convolutional (‘regular’) Neural Networks are the latest hype in machine learning, but they have their flaws. Capsule Neural Networks are…
An article entitled "An introduction to Recursion" written by Simon with 65 claps is now accessible for read!
#JavaScript #FunctionalProgramming #Node #Recursion
@ITNEXT
For an explanation of Recursion, click here. > Read More...
https://itnext.io/recursion-263745d98999
#JavaScript #FunctionalProgramming #Node #Recursion
@ITNEXT
For an explanation of Recursion, click here. > Read More...
https://itnext.io/recursion-263745d98999
ITNEXT
An introduction to Recursion
For an explanation of Recursion, click here.
An article entitled "Create your first Ethereum dAPP with Web3 and Vue.JS (Part 3)" written by Alt Street with 66 claps is now accessible for read!
#WebDevelopment #Blockchain #SmartContracts #Ethereum #JavaScript
@ITNEXT
Hello and welcome to the final part of this series. In case you re just tuning in, we re creating a simple decentralized application for… > Read More...
https://itnext.io/create-your-first-ethereum-dapp-with-web3-and-vue-js-part-3-dc4f82fba4b4
#WebDevelopment #Blockchain #SmartContracts #Ethereum #JavaScript
@ITNEXT
Hello and welcome to the final part of this series. In case you re just tuning in, we re creating a simple decentralized application for… > Read More...
https://itnext.io/create-your-first-ethereum-dapp-with-web3-and-vue-js-part-3-dc4f82fba4b4
Medium
Create your first Ethereum dAPP with Web3 and Vue.JS (Part 3)
Hello and welcome to the final part of this series. In case you're just tuning in, we're creating a simple decentralized application for…
The article "Exporting assets for Android using Affinity Designer" written by Dixita Ganatra with 136 claps is hot on the list of publications!
#Tech #Design #Technology #Android #Programming
@ITNEXT
Affinity Designer has a rich feature, Export Persona. I was wondering if it could ease the process of exporting assets for an Android… > Read More...
https://medium.freecodecamp.org/exporting-assets-for-android-using-affinity-designer-2564ecf53755
#Tech #Design #Technology #Android #Programming
@ITNEXT
Affinity Designer has a rich feature, Export Persona. I was wondering if it could ease the process of exporting assets for an Android… > Read More...
https://medium.freecodecamp.org/exporting-assets-for-android-using-affinity-designer-2564ecf53755
freeCodeCamp.org
Exporting assets for Android using Affinity Designer
Affinity Designer has a rich feature, Export Persona. I was wondering if it could ease the process of exporting assets for an Android…
A new article entitled "Machine Learning Basics — Part 3 — Vector Machines, Unsupervised Learning and Principal Component…" written by Daniel Deutsch is now online!
#MachineLearning #AndrewNg #DataScience #SupportVectorMachine #UnsupervisedLearning
@ITNEXT
In this article I revisit the learned material from the amazing machine learning course by Andre Ng on Coursera and create an overview… > Read More...
https://towardsdatascience.com/machine-learning-basics-part-3-vector-machines-unsupervised-learning-and-principal-component-5b51aac6dd0c
#MachineLearning #AndrewNg #DataScience #SupportVectorMachine #UnsupervisedLearning
@ITNEXT
In this article I revisit the learned material from the amazing machine learning course by Andre Ng on Coursera and create an overview… > Read More...
https://towardsdatascience.com/machine-learning-basics-part-3-vector-machines-unsupervised-learning-and-principal-component-5b51aac6dd0c
Medium
Machine Learning Basics — Part 3 — Vector Machines, Unsupervised Learning and Principal Component…
In this article I revisit the learned material from the amazing machine learning course by Andre Ng on Coursera and create an overview…