Towards Data Science alternative completely free for ML

" A breakthrough in Machine Learning would be worth ten Microsofts" -Bill Gates The abov... | Continue reading


@dev.to | 4 years ago

Deep Dive into JavaScript Object Property Accessors

Revision of Objects An object is a collection of key-value pairs. let obj = { key1: "v... | Continue reading


@dev.to | 4 years ago

Intro to Python Webdev

You can learn web development with the Python programming language (Flask). Flask is a python module... | Continue reading


@dev.to | 4 years ago

Redux is half of a pattern (2/2)

I wrote a form library once. Once. It was called React Redux Form, and using Redux for forms was a... | Continue reading


@dev.to | 4 years ago

Technically impressive solutions to invented problems

Originally published on my personal blog Let's start with the Shadoks Les Shadoks is a... | Continue reading


@dev.to | 4 years ago

Using .NET 5 with vs Code on Linux

A simple and quick approach to use .NET 5 Preview with VS Code on Linux. Before install, it's impor... | Continue reading


@dev.to | 4 years ago

Concurrency in the Erlang VM

Erlang is often referred to as the “concurrency oriented programming language”. How did it get this... | Continue reading


@dev.to | 4 years ago

To WASM or Not to WASM?

A WASM benchmark story At Linkurious, we build Linkurious Enterprise, a Web platform that... | Continue reading


@dev.to | 4 years ago

Best Free and Premium Bootstrap Themes, Templates and UI Kits

This is a list of the best premium and free Bootstrap Themes, Templates and UI Kits that we created a... | Continue reading


@dev.to | 4 years ago

Choosing the right tools to test a visualization library

Stories from the trenches At Linkurious, we’ve designed Linkurious Enterprise, a platform... | Continue reading


@dev.to | 4 years ago

Why now is the time for the Spring Boot of infrastructure automation

Gartner predicts that through 2022, 75% of DevOps initiatives will fail to meet expectations due to i... | Continue reading


@dev.to | 4 years ago

What problems does serverless solve?

The problem serverless is solving is not a technical problem (unless you work for a serverless vendor... | Continue reading


@dev.to | 4 years ago

$1000 in 5 days using Auto-Tweet Zapier Integration (How I did it)

This is a followup to my last post, make sure to read that first in case if you haven't already. Rig... | Continue reading


@dev.to | 4 years ago

How to serve an API locally with webpack

While developing a data driven web-app, the frontend may need to fetch data from various APIs provide... | Continue reading


@dev.to | 4 years ago

Personal website made using Vue.js and Quasar Framework

Hello all, I would like to share my Personal website made using Vue.js & Quasar Framework. You ca... | Continue reading


@dev.to | 4 years ago

Postman Collection: I Give You Best Price

Looking to buy something soon? Make sure you get the best price. Disclaimer: I recently... | Continue reading


@dev.to | 4 years ago

Get Started with Web Workers

Javascript is single-threaded ie. all of the javascript code written is executed in a single thread.... | Continue reading


@dev.to | 4 years ago

Discovering Snowpack

Discover how Snowpack fits into the JavaScript ecosystem | Continue reading


@dev.to | 4 years ago

A few sneak peeks into Hey.com technology

This post covers an exciting new Turbolinks feature found on Hey - the Turbolinks frames. I think the... | Continue reading


@dev.to | 4 years ago

Good to know: The V programming language

Introduction Hello! I'm starting “Good to know” series. I so excited to show you very yo... | Continue reading


@dev.to | 4 years ago

Cloudflare Workers KV Introduction

A serverless distributed eventually consistent key-value storage solution | Continue reading


@dev.to | 4 years ago

From Web Development to UI/UX Design – The Fundamentals a Developer Should Know

Why Most Web Developers Struggle To Understand Design Design is fundamentally an intuitive skill. I... | Continue reading


@dev.to | 4 years ago

Git and GitHub for Beginners

What is Git Git is a distributed version-control system for tracking changes in source cod... | Continue reading


@dev.to | 4 years ago

Python-cron-migration – cronjobs managing

hey guys. just published my new package: https://github.com/itay-bardugo/python-cron-migration the... | Continue reading


@dev.to | 4 years ago

Learn About the Console Object and Become a Console Commander

Become a Console Commander! The console object has a lot more inside it than just a log method that could make your life easier when debugging the JS developer way. | Continue reading


@dev.to | 4 years ago

My story as a web developer – How I landed my job

The third part of my journey to become a professional web developer job in Barcelona. In other words, how I got the IT job without a degree from a uni. | Continue reading


@dev.to | 4 years ago

Hello Concent, a funny way to develop react app

star me if you like concent ^_^ concent ❤️ Build-in dependency collection, a predictable、... | Continue reading


@dev.to | 4 years ago

Common Mistakes in Dev Resumes

Here's every mistake (or advice) I can think of when building your CV based on my humble experience r... | Continue reading


@dev.to | 4 years ago

RxJS debounce vs. throttle vs. audit vs. sample – Difference You Should Know

In this article, we'll review how these operators work and how they differ. For simplicity, we'll co... | Continue reading


@dev.to | 4 years ago

The beauty of recursion and pattern matching in functional programming languages

translations: pt-br %% The lookup function receives a Key and a Node lookup(_, {node, 'nil'}) -... | Continue reading


@dev.to | 4 years ago

Do I need to code in my free time to be a good developer?

"You need to code in your spare time to be a good developer" - I've been hearing this all the time du... | Continue reading


@dev.to | 4 years ago

Kubernetes Deployments explained in plain English – in less than 10 minutes

Kubernetes Deployment introduction and explanation in plain English - Kubernetes explained in plain English series #3 | Continue reading


@dev.to | 4 years ago

Selenium Commands That You Should Know as QA

In this tutorial, we are going to learn Top 29 Selenium Commands that You Should Know As QA. These a... | Continue reading


@dev.to | 4 years ago

Real World Learning

Overview Learning new things is the key to success. But if you are waiting for a good time... | Continue reading


@dev.to | 4 years ago

Show HN: How to quickly integrate with the Google Sheets API

In this tutorial, learn how to use Pizzly, an open source project, to integrate easily with the Google Sheets API. | Continue reading


@dev.to | 4 years ago

AWS Lightsail video tutorials for beginners

Lightsail is a great platform for setting up quick WordPress sites and other web applications. To hel... | Continue reading


@dev.to | 4 years ago

Top Venture Capital Firms in the Bay Area

If you're looking for a job or learning about companies it can be helpful to know about Venture Capital (VC) firms | Continue reading


@dev.to | 4 years ago

Programming channels on YouTube that you shouldn't miss

Hey there! Here are a few helpful programming Youtube channels that I have been following for years... | Continue reading


@dev.to | 4 years ago

How to make a VM instance in GCP

Hi Guys today we are gonna see How to create a VM instance in GCP(Google cloud platdorm) Pr... | Continue reading


@dev.to | 4 years ago

Deno is faster than Node?

Talking about performance is cool A few days ago, I read Craig Morten's post: What Is The... | Continue reading


@dev.to | 4 years ago

Container with Most Water

A solution and, importantly, a proof for LeetCode Problem 11 - Container with Most Water. | Continue reading


@dev.to | 4 years ago

I Built My Blogging Platform – QuickPublisher

Hi everyone. I have been working on new blogging platform called QuickPublisher. Its main purpose i... | Continue reading


@dev.to | 4 years ago

An Easy Guide to Understanding Classes in JavaScript

A Monolinux distro for the Jiffy board! Contribute to eerimoq/monolinux-jiffy development by creating an account on GitHub. | Continue reading


@dev.to | 4 years ago

Text to GIF Animation – React Pet Project Devlog

I had an idea that it'd be cool to create storyboards using simple text: User describes a scene and... | Continue reading


@dev.to | 4 years ago

How to make a static snippet from CodePen “alive”

Have you ever wondered why we keep re-developing the exact features all over again? There is plenty o... | Continue reading


@dev.to | 4 years ago

Super Useful Menubar Apps for macOS

Hey everyone! In this post let's breeze ❄️ through some of my most used and favourite, free menu bar... | Continue reading


@dev.to | 4 years ago

Bootstrap version 5 alpha is officially released removing jQuery and IE support

Just a few hours ago I noticed a notification from Bootstrap’s Twitter account letting me know that B... | Continue reading


@dev.to | 4 years ago

How to setup a Tor hidden service?

CHARLOTTE, N.C.--(BUSINESS WIRE)--Jun 15, 2020-- | Continue reading


@dev.to | 4 years ago