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
8 minute read
#MachineLearning #GoogleML #AmazonSageMaker
freeCodeCamp.org
What we learned by serving machine learning models at scale using Google Cloud ML
By Bruno Schionato, Diego Domingos, Fernando Moraes, Gustavo Rozato, Isac Souza, Marciano Nardi, Thalles Silva — Daitan Group
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
8 minute read
#CSS
freeCodeCamp.org
Things I’ve learned about CSS grid layout
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…
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
4 minute read
#Python
freeCodeCamp.org
How I overcame my resistance to becoming a Pythonista
So for more than 1.5 decades, my ‘mother tongue’ is C# — I’ve been using it since version 1 and loved the journey through generics…
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
12 minute read
#Education
freeCodeCamp.org
Why I abandoned online data courses for project-based learning
How to develop essential data skills by tackling interesting projects
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
7 minute read
#ErrorHandling
freeCodeCamp.org
How to handle errors with grace: failing silently is not an option
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…
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
#JavaScript
freeCodeCamp.org
The Complete Guide to ES10 Features
ES10 is still just a draft. But most features have already been implemented in Chrome, except Object.fromEntries, so why not start…
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
#Games #Accessibility #Microsoft
Medium
Adaptive Video Game Controllers Open Worlds for Gamers With Disabilities
An industrious community has for years devised workarounds to play video games. Microsoft’s new adaptive controller may allow even more…
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
#JavaScript #Guide
freeCodeCamp.org
The brain-fatigued JavaScripter’s guide to modern frontend tooling in 2018
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…
Here at Daitan we are always looking for new technologies that can help our clients solve their problems more efficiently. Lately one that has captured a lot of our and our clients’ attention is Blockchain.
14 minute read
#Blockchain
14 minute read
#Blockchain
freeCodeCamp.org
How to build a car manufacturing supply chain system using Ethereum
by Marcelo Russi Mergulhão
How to build a car manufacturing supply chain system using Ethereum
Image by PIRO4D [https://pixabay.com/pt/users/piro4d-2707530/?tab=about] on
Pixabay [https://pixabay.com/pt/produ%C3%A7%C3%A3o-circuito-global-2612056/]Here…
How to build a car manufacturing supply chain system using Ethereum
Image by PIRO4D [https://pixabay.com/pt/users/piro4d-2707530/?tab=about] on
Pixabay [https://pixabay.com/pt/produ%C3%A7%C3%A3o-circuito-global-2612056/]Here…
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.
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
#Python #Database
freeCodeCamp.org
How to write a simple toy database in Python within minutes
MySQL, PostgreSQL, Oracle, Redis, and many more, you just name it — databases are a really important piece of technology in the progress…
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
#Bundlers #JavaScript
Medium
JavaScript Bundlers, a Comparison
How do JavaScript bundlers stack up against each other?
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
#Interview
ITNEXT
FizzBuzzBazz: How to answer and how NOT to answer
Don’t let a little twist to FizzBuzz lead you down a rabbit hole
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
10 minute read
#JavaScript
ITNEXT
The ‘this’ keyword in JavaScript, demystified
When I first started learning JavaScript, it took me some time to understand the this keyword in JavaScript and be able to quickly…
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
#Github #OpenSource
freeCodeCamp.org
How to be more productive on GitHub
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…
Today we will be diving into the MERN stack which is similar to the aforementioned MEAN stack. I will explain what it is and how to use it when building a web application or website. Let’s dive in!
10 minute read
#MERN #MongoDB #ExpressJS #NodeJS #AngularJS
10 minute read
#MERN #MongoDB #ExpressJS #NodeJS #AngularJS
Medium
What is the MERN stack and how do I use it?
Let’s dive into the MERN stack and figure out how to
In this tutorial, we will be building a simple web application from scratch that allows users to perform actions including sign up, login and logout using JWT authentication. In order to understand what JSON Web Tokens are and how they work, I suggest you to read this Medium blog post before starting this tutorial.
#JSONWebToke #Authentification #GraphQL
#JSONWebToke #Authentification #GraphQL
Medium
Implementing JWT authentication in MERN stack with GraphQL: Part I
In this tutorial, we will be building a simple web application from scratch that allows users to perform actions including sign up, login…
In the Publisher-Subscriber pattern, publishers publish messages without bothering about who receives it. Similarly, the subscribers can be blissfully unaware of publishers, just consuming messages from topics of interest to them. This pattern is quite commonly confused with other similar patterns like a message queue and observer pattern. However, in both of these, publisher (or producer) is aware of the subscriber (or consumers).
#Pattern #JavaScript #NodeJS #WebSocket
#Pattern #JavaScript #NodeJS #WebSocket
Medium
Implementing Publisher-Subscriber Pattern Using JavaScript, NodeJS and WebSockets
Recently I ticked off an item from my bucket list: Do a quick and dirty implementation of the Publisher-Subscriber pattern.
Time can’t be ignored, in both life and programming. Often when building an application, our expectation of what we want to do with time is simple, but the implementation somehow becomes tricky, and working with time has a reputation for being unnecessarily complex (which may be a reflection of the real world, where our representations and rules for time are also at times complex). Turns out there is a bit more to how time is tracked, and I wanted to take a deeper dive into the Date object in JavaScript, how it is tracked and the built in methods used to work with time.
4 minute read
#JavaScript
4 minute read
#JavaScript
Medium
Exploring time using the Date object in JavaScript
Time can’t be ignored, in both life and programming. Often when building an application, our expectation of what we want to do with time…
When it comes to the JavaScript Language comparing to other programming languages there are lots of worlds that you may hear or see really confusing to understand. One of them would be factory functions and the constructor functions.
8 minute read
#JavaScript
8 minute read
#JavaScript
Medium
JavaScript Factory functions vs Constructor functions.
Deep dive into JavaScript Factory functions vs Constructor functions.