Data Science and Engineering
547 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 "How to deploy a React application to Netlify that reads from a Google Sheet" written by Sergiy Dybskiy with 92 claps is now accessible for read!

#Education #React #Programming #Technology #Startup

@ITNEXT

In this tutorial, we’re going to cover how to connect to a spreadsheet hosted on Google, display that information inside a React… > Read More...

https://medium.freecodecamp.org/how-to-deploy-a-react-application-to-netlify-that-reads-from-a-google-sheet-97a015806c47
A new article entitled "Watch out for the Trap When Using Default for Django Models" written by Charlee Li is now online!

#WebDevelopment #Django #Programming #Tech #Python

@ITNEXT

I spent my whole day today troubleshooting a weird issue in our code base. The issue was, whenever a “Book” instance was created in our… > Read More...

https://itnext.io/watch-out-for-the-trap-when-using-default-for-django-models-44350f672be2
The article "A local Kubernetes with microk8s" written by Marco Ceppi with 163 claps is hot on the list of publications!

#Kubernetes #Docker

@ITNEXT

A common problem I have when I want to test a Kubernetes manifest, or try something new, is I either create some LXC machines, fire up… > Read More...

https://itnext.io/a-local-kubernetes-with-microk8s-33ee31d1eed9
The article "How to make a digital voltmeter using Arduino" written by Harshita Arora with 151 claps is hot on the list of publications!

#Electronics #Technology #Arduino #Tutorial #Programming

@ITNEXT

Last Sunday, while I was explaining the basics of electronics and Arduino to my roommate, she challenged me to understand how a voltmeter… > Read More...

https://medium.freecodecamp.org/how-to-make-a-digital-voltmeter-using-arduino-b4dbf5b94d6f
A new article entitled "How to use Drizzle (Truffle and React) to make the best front end for your Ethereum DApp" written by Zac Holland is now online!

#JavaScript

@ITNEXT

I’m working on a DApp and just I started developing the front end. At first, I was just using Web3 and React but it was a nightmare trying… > Read More...

https://itnext.io/how-to-use-drizzle-truffle-and-react-to-make-the-best-front-end-for-your-ethereum-dapp-ee09c8e94eae
An article entitled "How to flaunt your Passion for analytics in Data science job interviews?" written by Ganes Kesari B with 51 claps is now accessible for read!

#Careers #Analytics #Interview #TowardsDataScience #DataScience

@ITNEXT

In a crowded marketplace, how does one show that they are special and cut out for that meaty data science role? Here are 5 ways to do that. > Read More...

https://towardsdatascience.com/how-to-flaunt-your-passion-for-analytics-in-data-science-job-interviews-2cb432cc3d3d
A new article entitled "CLEAN-up your Activities (Part I): Decoupling from Android Framework datasources" written by Aris Papadopoulos is now online!

#AndroidDev #Android #CleanArchitecture #Architecture #AndroidAppDevelopment

@ITNEXT

This is the first part of a series of articles that explores ways to keep the Activities in an Android app “clean”. And we are using here… > Read More...

https://proandroiddev.com/clean-up-your-activities-part-i-decoupling-from-android-framework-datasources-5c3b714c711a
A new article entitled "Focusing on Form Elements The Angular Way" written by Sam is now online!

#Typescript #Angular #Angular5 #AngularMaterial #Angular4

@ITNEXT

Dynamic frameworks like Angular often call for modern user experiences. There are plenty of scenarios for this but one common question I… > Read More...

https://codeburst.io/focusing-on-form-elements-the-angular-way-e9a78725c04f
The article "The 4 Machine Learning Skills You Won’t Learn in School or MOOCs" written by George Seif with 370 claps is hot on the list of publications!

#DataScience #SoftwareDevelopment #ArtificialIntelligence #Technology #MachineLearning

@ITNEXT

Machine Learning (ML) has become massively popular over the last several years. And why… well simply because it works! The latest research… > Read More...

https://towardsdatascience.com/the-4-machine-learning-skills-you-wont-learn-in-school-or-moocs-c641cae24f1f
A new article entitled "[ Paper Summary ] Understanding the difficulty of training deep feed-forward neural networks" written by Jae Duk Seo is now online!

#Mathematics #Math #ArtificialIntelligence #NeuralNetworks #MachineLearning

@ITNEXT

This is another famous paper in the machine learning (ML) community and I would say it is one of the fundamental papers that every ML… > Read More...

https://towardsdatascience.com/paper-summary-understanding-the-difficulty-of-training-deep-feed-forward-neural-networks-ee34f6447712
A new article entitled "Beyond IoT: Building Decentralized, Intelligent Infrastructure" written by Matt Turck is now online!

#Bitcoin #IoT #InternetofThings #Blockchain #Cryptocurrency

@ITNEXT

As I wrote recently, the Internet of Things (IoT) has been experiencing, at a minimum, some serious growing pains. This is particularly… > Read More...

https://hackernoon.com/beyond-iot-building-decentralized-intelligent-infrastructure-e06dd3c0ab3c
An article entitled "Learn some useful JavaScript tricks with 30 seconds of code" written by Angelos Chalaris with 53 claps is now accessible for read!

#JavaScript #Nodejs #ES6 #WebDevelopment #Web

@ITNEXT

The shift from desktop to web applications, along with the rapid growth of browser-based applications has made a lot of fresh developers… > Read More...

https://hackernoon.com/learn-some-useful-javascript-tricks-with-30-seconds-of-code-ca97e744ec5f
A new article entitled "Pinning your OpenShift cluster to a specific minor release" written by Xynova is now online!

#Kubernetes #Docker #Openshift #DevOps #Bugs

@ITNEXT

About a month ago the Kubernetes project released a security fix that unfortunately broke our OpenShift cluster. This issue manifested… > Read More...

https://itnext.io/pinning-your-openshift-cluster-to-a-specific-minor-release-c110a1bbc7ec
A new article entitled "A Simple Guide to the Versions of the Inception Network" written by Bharath Raj is now online!

#Inception #DeepLearning #DataScience #NeuralNetworks #MachineLearning

@ITNEXT

The Inception network was an important milestone in the development of CNN classifiers. Prior to its inception (pun intended), most popular… > Read More...

https://towardsdatascience.com/a-simple-guide-to-the-versions-of-the-inception-network-7fc52b863202
The article "How To Create Natural Language Semantic Search For Arbitrary Objects With Deep Learning" written by Hamel Husain with 112 claps is hot on the list of publications!

#DeepLearning #NLP #DataScience #TowardsDataScience #MachineLearning

@ITNEXT

An end-to-end example of how to build a system that can search objects semantically. By Hamel Husain & Ho-Hsiang Wu > Read More...

https://towardsdatascience.com/semantic-code-search-3cd6d244a39c
A new article entitled "Fantasy sports continue to gain more fans each year - here s why" written by Arturo Garcia is now online!

#NBA #FantasySports #FantasyFootball #Technology #Sports

@ITNEXT

The Major League Baseball 2018–19 season just started. Come June, FIFA 2018 will begin. NBA and NHL playoffs are afoot. > Read More...

https://hackernoon.com/fantasy-sports-continue-to-gain-more-fans-each-year-heres-why-2d0cf8d93874