id int64 5 1.93M | title stringlengths 0 128 | description stringlengths 0 25.5k | collection_id int64 0 28.1k | published_timestamp timestamp[s] | canonical_url stringlengths 14 581 | tag_list stringlengths 0 120 | body_markdown stringlengths 0 716k | user_username stringlengths 2 30 |
|---|---|---|---|---|---|---|---|---|
226,126 | PSA about systemd | Hello everyone, This is my first post and I hope is a useful one. For those new to Linux, you may h... | 0 | 2019-12-24T03:16:15 | https://dev.to/ghost/psa-about-systemd-155c | linux, news | Hello everyone,
This is my first post and I hope is a useful one.
For those new to Linux, you may heard about Debian voting on the init system, if you haven't, good for you, you may skip the rest, have a nice day :) .
If you already know what systemd is, you can also can skip the rest and have a nice day too.
How ... | ghost |
226,140 | Ruby on Rails Graphiti file attachment/file upload | I have been using Graphiti gem to build the API for the upcoming product in PostCo. While it is great... | 0 | 2019-12-29T15:09:25 | https://dev.to/postco/ruby-on-rails-file-attachment-with-graphiti-resource-77i | activestorage, shrine, rails, graphiti | I have been using [Graphiti](https://www.graphiti.dev/guides/) gem to build the API for the upcoming product in PostCo. While it is great that it makes building [JSON:API](https://jsonapi.org/) compliant API endpoints a breeze, and made API resource the first-class citizen, it still quite lacks some important features,... | andychongyz |
226,184 | Streaming CSV files in Ruby On Rails | Here I will show you how to achieve the streaming of CSV files using Ruby On Rails and Postgres. We w... | 0 | 2020-01-01T06:58:34 | https://dev.to/faisalshaikh8433/streaming-csv-files-in-ruby-on-rails-2oda | ruby, rails, postgres | Here I will show you how to achieve the streaming of CSV files using Ruby On Rails and Postgres. We will use concerns for our model and controllers so that we can include them wherever needed. Model concern file generates the data for CSV and the controller concern file handles the file exporting on the client's end.
... | faisalshaikh8433 |
226,215 | Deploying Yii2 Application to Amazon ECS and AWS Fargate using AWS CDK - Building Modern PHP/Yii2 Application using AWS | This is my first tutorial posted at dev.to. I am currently building a series of tutorial on Building... | 5,567 | 2019-12-24T11:00:02 | https://dev.to/petrabarus/deploying-yii2-application-to-amazon-ecs-and-aws-fargate-using-aws-cdk-building-modern-php-yii2-application-using-aws-41kh | aws, container, php, yii2 | This is my first tutorial posted at **dev.to**. I am currently building a series of tutorial on **Building Modern PHP/Yii2 Application using AWS** posted in [my Personal Blog](https://blog.petrabarus.net/) but in Indonesian language. Since I am now trying to improve my English, I will post the translated version here.
... | petrabarus |
226,275 | Quick Tutorial - Routing with React | So you built that beautiful web app, Man and God were pleased with it, but whenever you try to route... | 0 | 2019-12-24T22:57:34 | https://dev.to/vvilliam5/quick-tutorial-routing-with-react-aad | react, tutorial, javascript | So you built that beautiful web app, Man and God were pleased with it, but whenever you try to route your app using the anchor tag, you lose all your App data, and you wonder why, maybe the gods aren't pleased after all? Probably not, using an anchor tag generally fetches a fresh version of your html file(short version... | vvilliam5 |
226,329 | Complementary DNA | Hey, As a codewars beta member I just completed training on the "Complementary DNA" kata. Take th... | 0 | 2019-12-24T14:27:10 | https://dev.to/cemkaanguru/complementary-dna-39j3 | codewars, typescript | Hey,
<p>
As a codewars beta member I just completed training on the "Complementary DNA" kata. <a href="www.codewars.com/r/VHz6ew">Take the initiation</a> to join me and start training too!
</p>
<p>
If you are a member already <a href="http://www.codewars.com/kata/554e4a2f232cdd87d9000038/train/typescript">click her... | cemkaanguru |
226,438 | Fuck python | Python is a garbage language made by neckbeards to look cool in front of their friends - Erlang, C, P... | 0 | 2019-12-24T21:43:45 | https://dev.to/mjhd/fuck-python-545h | Python is a garbage language made by neckbeards to look cool in front of their friends - Erlang, C, PHP, R; now these are languages I can get behind... | mjhd | |
226,331 | Bowling Game Kata in JavaScript | I created a video showing the Bowling Game Kata in JavaScript. This is a kata originally created by U... | 0 | 2019-12-24T14:27:23 | https://dev.to/joerter/bowling-game-kata-in-javascript-gi6 | javascript, tdd, kata, beginners | I created a video showing the Bowling Game Kata in JavaScript. This is a kata originally created by Uncle Bob Martin. I wanted to show the kata in JavaScript. This is a great kata to do when learning TDD, a new language, or practicing using your editor more efficiently. Thanks for watching!
{% youtube brahHchaegc %} | joerter |
226,350 | Flask Admin Dashkit – a beautiful web app coded on top of Bulma CSS | Python admin panel coded in Dashkit, a popular Bulma CSS kit | 0 | 2019-12-24T15:53:26 | https://dev.to/sm0ke/flask-admin-dashkit-a-beautiful-web-app-coded-on-top-of-bulma-css-4mb0 | flask, bulma, appseed | ---
title: Flask Admin Dashkit – a beautiful web app coded on top of Bulma CSS
published: true
description: Python admin panel coded in Dashkit, a popular Bulma CSS kit
tags: flask, bulma, appseed
cover_image: https://raw.githubusercontent.com/app-generator/static/master/products/flask-dashboard-dashkit-pro-intro.gif
-... | sm0ke |
226,382 | Safety and Confidence | As employers we want confident employees. We want people who can get things done with as little super... | 0 | 2020-01-06T18:16:10 | https://kellen.piffner.com/2020/01/01/safety-and-confidence/ | agile, leadership, motivation, management | ---
title: Safety and Confidence
published: true
date: 2020-01-01 18:00:00 UTC
tags: agile, leadership, motivation, management
canonical_url: https://kellen.piffner.com/2020/01/01/safety-and-confidence/
---
As employers we want confident employees. We want people who can get things done with as little supervision as p... | kellenpiffner |
226,402 | Filtering with GraphQL and Prisma: What NOT to do | This article was originally posted on my blog: ctrl-y. A Spanish version of this article can also be... | 0 | 2019-12-24T19:07:00 | https://dev.to/yaariii3/filtering-with-graphql-and-prisma-what-not-to-do-38fk | beginners, graphql, webdev, react | *This article was originally posted on [my blog: *ctrl-y*](https://ctrly.blog/what-not-to-do-when-filtering-with-graphql-and-prisma/).*
*A Spanish version of this article can also be found in [ctrl-y](https://ctrly.blog/es/que-no-hacer-cuando-estas-filtrando-con-graphql-y-prisma/).*
*On the Side Note section at the e... | yaariii3 |
226,411 | This self-taught iOS developer's business makes over $10k a month | Belle is a self-taught developer from Australia who along with her partner Josh makes SaaS products... | 0 | 2021-02-09T15:12:43 | https://www.nocsdegree.com/self-taught-developer-talks-learning-to-code/ | ios, beginners, career | ---
title: This self-taught iOS developer's business makes over $10k a month
published: true
date: 2019-12-24 18:43:30 UTC
tags: iOS, Beginner, Career
canonical_url: https://www.nocsdegree.com/self-taught-developer-talks-learning-to-code/
---
. In this post I will take that same example app I made and rewrite it using Redux Toolkit.
RTK(Redux Toolkit) is a new way to write Redux. It takes away the somewhat annoying par... | john2220 |
226,622 | I took a break to fight burnout | Burnout. Chances are, most of you are familiar with it. But for someone new to this career, an introd... | 0 | 2019-12-25T12:57:34 | https://dev.to/aviaryan/i-took-a-break-to-fight-burnout-5e1j | burnout, career | ---
title: I took a break to fight burnout
published: true
description:
tags: burnout,career
cover_image: https://s3.amazonaws.com/aviaryan/email/burnout-header.jpeg
---
Burnout. Chances are, most of you are familiar with it. But for someone new to this career, an introduction is due.
Burnout is a state of mental, p... | aviaryan |
226,635 | Learning Rust via the Advent Of Code - Part 2 | Introduction Following on my previous post, I'll work on the second part of the first problem of AoC... | 0 | 2019-12-25T16:17:48 | https://dev.to/brunooliveira/learning-rust-via-the-advent-of-code-part-2-56bh | rust, aoc, learning | **Introduction**
Following on my [previous post](https://dev.to/brunooliveira/learning-rust-via-the-advent-of-code-part-1-23le), I'll work on the second part of the first problem of AoC, which states:
>During the second Go / No Go poll, the Elf in charge of the Rocket Equation Double-Checker stops the launch sequence... | brunooliveira |
226,644 | react-bootstrap-table ROW height change | Please let me know how to set or change react-bootstrap-table ROW height dynamically. By i tried wit... | 0 | 2019-12-25T14:39:59 | https://dev.to/maheshytech/react-bootstrap-table-row-height-change-4ee2 | row | Please let me know how to set or change react-bootstrap-table ROW height dynamically.
By i tried with rowStyle, but it dint took effect.
Your earlier reply will be appreciated. | maheshytech |
226,696 | ObjectLand | This is ObjectLand, which I made to integrate JS frameworks and runtimes. It is based on TypeScript.... | 0 | 2019-12-25T18:23:13 | https://dev.to/gkgoat/objectland-283e | webdev, webpack, typescript, showdev | [This](https://github.com/gkgoat/ObjectLand.Kernel) is ObjectLand, which I made to integrate JS frameworks and runtimes. It is based on TypeScript. I'd like someone to work on the design while I work on the kernel. | gkgoat |
226,771 | Please, use modals wisely. | The main thing I think whenever I see a modal taking all of my screen is: "What. What is so important... | 0 | 2019-12-26T01:33:40 | https://dev.to/codedgar/please-use-modals-wisely-1b4e | html, ui, ux, frontend |
The main thing I think whenever I see a modal taking all of my screen is: "What. What is so important that requires every possible space available on my screen". Is it a modal to sign me up into the website's "World Best Handbook of X"? Maybe it's a modal to tell me "How dare you using AdBlock, deactivate it, now!" o... | codedgar |
226,810 | Most Popular Websites Developed with ReactJS | React.js is one of the most popular Javascript frontend frameworks today. It follows the MVC architec... | 0 | 2019-12-26T03:52:08 | https://dev.to/pankajkumar/most-popular-websites-developed-with-reactjs-7co | react, javascript |
React.js is one of the most popular Javascript frontend frameworks today. It follows the MVC architecture for creating the dynamic pages, Like Angular, it's not a complete framework which can alone develope the complete web application.
Due to the many features available in this framework, it immensely popular for we... | pankajkumar |
226,883 | dev.to year in review (2019) | ... well, not exactly a year since I posted my first blog in Sep 2019 (shortly after joining the Azur... | 0 | 2019-12-28T09:53:38 | https://dev.to/itnext/dev-to-year-in-review-2019-24h4 | kubernetes, java, azure, showdev | ... well, not exactly a year since I posted my first blog in Sep 2019 ([shortly after joining the Azure Advocates team!](https://medium.com/@abhishek1987/joined-microsoft-as-a-developer-advocate-9f1c144f7c82)) 😉 But, since then its been a steady blogging cadence and I have been loving it so far 💖
.**_
[francoscarpa.com](https://francoscarpa.com) can be displayed in clear and dark mode. Clear mode is suitable when you are in a bright environment, and dark mode is best when the light around you is low, since i... | francoscarpa |
226,916 | Magento - The Best CMS For An eCommerce Platform | Magento hosting is the most widely used eCommerce platform across the globe. Most of the developers p... | 0 | 2019-12-26T11:51:21 | https://dev.to/gandhar_20/magento-the-best-cms-for-an-ecommerce-platform-4kf5 | magentohosting, vpshosting | Magento hosting is the most widely used eCommerce platform across the globe. Most of the developers prefer using it because it is an open-source application. That means developers can easily customize the Magento platform as per their preference. The giant companies mostly prefer Magento as it is powerful and they have... | gandhar_20 |
227,188 | Managing warnings emitted by Ruby 2.7 | Ruby 2.7 is released on Christmas 2019. If you don't know what Ruby 2.7 offers, I have you... | 0 | 2019-12-30T04:45:42 | https://prathamesh.tech/2019/12/26/managing-warnings-emitted-by-ruby-2-7/ | ruby | ---
title: Managing warnings emitted by Ruby 2.7
published: true
date: 2019-12-26 17:20:59 UTC
tags: ruby
canonical_url: https://prathamesh.tech/2019/12/26/managing-warnings-emitted-by-ruby-2-7/
---
Ruby 2.7 is released on Christmas 2019.
> If you don't know what Ruby 2.7 offers, [I have you covered.](https://dev.to/... | prathamesh |
227,211 | GET Vehicle Specifications Using An API | If you ever start developing an application that involves vehicles, chances are you'd like to query t... | 3,898 | 2019-12-26T21:13:08 | https://dev.to/carsxe/get-vehicle-specifications-using-an-api-32e8 | api, auto, tutorial, http | If you ever start developing an application that involves vehicles, chances are you'd like to query the specifications or attributes of a vehicle that make it what it is. Purchasers often do this on an individual level when deciding what car they want to purchase by using a VIN decoder.
> A VIN is a vehicle identifica... | idarwishman |
227,308 | Article Exposure | Producing content whether it is source code or articles, obtaining consumers requires some advertisin... | 0 | 2020-01-01T02:37:56 | https://dev.to/jessekphillips/article-exposure-n28 | meta | Producing content whether it is source code or articles, obtaining consumers requires some advertising to reach an interested audience.
I've created content on dev.to for the last year. It provides a small amount of advertising with a recent article feed and tags. New signups also get a suggestion to follow recent con... | jessekphillips |
227,332 | Hello Dev.to | เริ่มหัดเขียนบล็อกบน Dev.to | 0 | 2019-12-27T03:49:28 | https://dev.to/soowoi/hello-dev-to-3go3 | เริ่มหัดเขียนบล็อกบน Dev.to | soowoi | |
227,341 | Anyone persists to study new tech and try to implement it? | I always keep updated with new tech by reading it. But my weakness is not applying. Reading only is... | 0 | 2019-12-27T04:57:12 | https://dev.to/zawawimanja/anyone-persists-to-study-new-tech-and-try-to-implement-it-hj7 | ---
title: Anyone persists to study new tech and try to implement it?
published: true
description:
tags:
---
---
I always keep updated with new tech by reading it. But my weakness is not applying. Reading only is not make you understand it. I work as an Android Developer and lately my project now is to use all n... | zawawimanja | |
227,371 | Why Do You Develop/Program? | Other than it possibly being your job, what kind of personal satisfaction do you get when programming... | 0 | 2020-01-21T06:56:58 | https://dev.to/visualmov/why-do-you-develop-program-5355 | watercooler, discuss, developer, question | Other than it possibly being your job, what kind of personal satisfaction do you get when programming in general? Just curious :D | visualmov |
227,385 | edotel1 | Data Coding -index.html pembuat = (361955401054_Ahmad Mahdan Aziz) dan (361955401040_Devis Alfian Rha... | 0 | 2019-12-27T08:25:04 | https://dev.to/361955401040/edotel1-147m | replit, html, css, javascript | Data Coding
-index.html
pembuat = (361955401054_Ahmad Mahdan Aziz) dan (361955401040_Devis Alfian Rhamadhani).
-product.html
pembuat = (361955401040_Devis Alfian Rhamadhani).
-product2.html
pembuat = (361955401042_Ayu Irma Wardani).
{% replit @361955401040/Edotel1 %} | 361955401040 |
227,388 | Collaboration, Local Development, (Secret) Environment Variables, and NPM | At Remine, we have a shared UI library, repaint. Recently, I had the opportunity to upgrade our icon... | 0 | 2020-01-07T21:08:34 | https://stephencharlesweiss.com/blog/2019-12-27/collaborating-with-npm-and-sharing-secret-env-variables/ | npm, environmentvariables, collaboration | ---
title: Collaboration, Local Development, (Secret) Environment Variables, and NPM
published: true
date: 2019-12-11 00:00:00 UTC
tags: npm, environment-variables, collaboration
canonical_url: https://stephencharlesweiss.com/blog/2019-12-27/collaborating-with-npm-and-sharing-secret-env-variables/
---
 is one of the fastest-growing technologies today. ML has a lot of frameworks to... | 3,911 | 2019-12-27T13:22:11 | https://www.spaceotechnologies.com/top-machine-learning-frameworks/ | Machine Learning (ML) is one of the fastest-growing technologies today. ML has a lot of frameworks to build a successful app, and so as a developer, you might be getting confused about using the right framework. Herein we have curated top 5 machine learning frameworks that are cutting edge technology in your hands.
Th... | makhijapradeep | |
227,651 | This Holberton School graduate went from being a dancer to a developer |
Today's interview is with Laura Roudge, a former dancer who attended Holberton ... | 0 | 2019-12-30T14:56:36 | https://www.nocsdegree.com/this-holberton-school-graduate-went-from-being-a-dancer-to-a-developer/ | sponsored, careerchange, sanfrancisco, inspiration | ---
title: This Holberton School graduate went from being a dancer to a developer
published: true
date: 2019-12-27 16:08:37 UTC
tags: Sponsored, Career Change, San Francisco, Inspiration
canonical_url: https://www.nocsdegree.com/this-holberton-school-graduate-went-from-being-a-dancer-to-a-developer/
---
 and [here](https://w... | larisho |
230,840 | ★ Event store optimizations in laravel-event-sourcing | About a year ago, we released laravel-event-projector. It focused on adding projectors, an important... | 0 | 2020-01-02T23:37:53 | https://freek.dev/1457-event-store-optimizations-in-laravel-event-sourcing | laravel, php | ---
title: ★ Event store optimizations in laravel-event-sourcing
published: true
date: 2019-09-23 11:12:54 UTC
tags: laravel, php
canonical_url: https://freek.dev/1457-event-store-optimizations-in-laravel-event-sourcing
---
About a year ago, we [released](https://freek.dev/1101-introducing-laravel-event-projector-the-... | freekmurze |
230,922 | Day 2 - LiveCoding Session with Heavy Drumming | Day 2 of the Livecoding Music Session with Sonic Pi. Today, I decide to add more drum elements with a... | 4,026 | 2020-01-03T01:57:23 | https://dev.to/illestpreacha/day-2-livecoding-session-with-heavy-drumming-4g6o | showdev, video, music, ruby |
Day 2 of the Livecoding Music Session with Sonic Pi. Today, I decide to add more drum elements with a little more variance than yesterday's session.
https://www.youtube.com/watch?v=AUHrS63l6h8&feature=youtu.be&t=321 | illestpreacha |
230,969 | Grid and Stack Layout | Grid and Stack Layout is the most commonly used containers in Xamarin Forms. Both have their own purp... | 0 | 2020-01-03T04:36:37 | https://dev.to/sheharyarshahid/grid-and-stack-layout-3jk2 | xamarin, xaml, xamarinforms | Grid and Stack Layout is the most commonly used containers in Xamarin Forms. Both have their own purpose and usage. Grids are used for creating complex user interfaces as compared to Stack Layout as it arranges views (controls) into rows and columns. While Stack Layout is less complex and can be used for creating linea... | sheharyarshahid |
231,008 | Displaying a persistent model from a child widget | Have you wanted to display a persistent model from a child widget in flutter? if you are a mobile dev... | 0 | 2020-01-03T06:57:27 | https://dev.to/richard457/displaying-a-persistent-model-from-a-child-widget-1n94 | android, flutter, design | Have you wanted to display a persistent model from a child widget in flutter?
if you are a mobile developer the answer might be yes...
here are a couple of reason you might need it, you need to show a model but you need your model to show on top of all widget not the child widget, the solution of cause as might guess ... | richard457 |
231,043 | My bookmark worthy JavaScript podcast list | Personal list of JavaScript Podcasts, that deserved bookmarking on www.bookmarks.dev | 0 | 2020-01-03T10:50:41 | https://dev.to/ama/my-bookmark-worthy-javascript-podcast-list-1gbb | javascript, webdev | ---
title: My bookmark worthy JavaScript podcast list
published: true
description: Personal list of JavaScript Podcasts, that deserved bookmarking on www.bookmarks.dev
cover_image: https://thepracticaldev.s3.amazonaws.com/i/xii1i1ftuuf8sj6i3e0i.png
tags: javascript, webdev
---
I am an avid podcast listener, but it's b... | ama |
231,097 | A Journey Through the Amazon | A guide to understanding and getting started with AWS Certifications AWS and the Cloud can be a t... | 0 | 2020-03-02T14:06:02 | https://dev.to/m_nevin/a-journey-through-the-amazon-3amh | aws, beginners, career, devops | _A guide to understanding and getting started with AWS Certifications_
---
AWS and the Cloud can be a tough subject when you’re starting out.
The variety and different types of [certifications](https://aws.amazon.com/certification/) can all seem a bit much, but cutting through it all with some training you can come ... | m_nevin |
231,100 | About 2019 | In a couple of sentences the previous year was: Started more or less than 20 books Finished 12 book... | 0 | 2020-01-03T11:14:15 | https://dev.to/max_tulian/about-2019-34i0 | yearinreview, 2019 |
In a couple of sentences the previous year was:
- Started more or less than 20 books
- Finished 12 books
- 8 Trips
- At least, 50 new coworkers
- First tech talk
- Write the first article of my blog
- Complete redesign of Web UI Bootcamp at the company
- Create a seed for React projects
Additionally, I discovered on... | max_tulian |
231,106 | Reprompt for permissions with getUserMedia() after initial denial | Actually i have already asked realted to this question, but either no one interested or no one has sp... | 0 | 2020-01-03T11:27:19 | https://dev.to/ankitkanojia/reprompt-for-permissions-with-getusermedia-after-initial-denial-39hm | help, javascript, getusermedia | Actually i have already asked realted to this question, but either no one interested or no one has specific answer related to my question. In case of anyone help me out, It would be great.
{% stackoverflow 59500955 %} | ankitkanojia |
231,190 | Using Python to create Teradata tables with random schema | Having a large amount of test data sometimes take a lot of effort, and to simulate a more realistic... | 4,109 | 2020-01-03T14:15:51 | https://dev.to/mesmacosta/using-python-to-create-teradata-tables-with-random-schema-87k | teradata, database, metadata, python | Having a large amount of test data sometimes take a lot of effort, and to simulate a more realistic scenario, it’s good to have a large number of tables with distinct column types. This script generates random tables schema for Teradata.
## Environment
##### Activate your virtualenv
```bash
pip install --upgrade vir... | mesmacosta |
231,206 | What is the state of Python versions? | Python 2, Python 3... I'm a bit out of the loop on the latest. Can folks fill us in on what's going... | 0 | 2020-01-03T14:41:20 | https://dev.to/ben/what-is-the-state-of-python-versions-egi | python, discuss | Python 2, Python 3...
I'm a bit out of the loop on the latest. Can folks fill us in on what's going on in terms of different Python versions, what to look out for in the future? | ben |
231,235 | How to draw a box on hover with CSS | Hey everyone, I recently learned how to draw a box on hover using CSS and thought I would make a quic... | 0 | 2020-01-03T15:05:27 | https://dev.to/joellehelm/how-to-draw-a-box-on-hover-with-css-3bhn | tutorial, css | Hey everyone, I recently learned how to draw a box on hover using CSS and thought I would make a quick tutorial about it.
First you'll need a word or link to hover over. In the example below I'll be using a class called .navA, here is what the html for this could look like.
```
<a>Hover</a>
```
Next you'll want to o... | joellehelm |
231,293 | Supercharge your Kubernetes setup with OhMyZSH 🚀🚀🚀 + awesome command-line tools | Follow me on Twitter. Feel free to suggest ideas, give feedback or discuss any Backend or DevOps topi... | 0 | 2020-01-03T17:35:37 | https://agrimprasad.com/post/supercharge-kubernetes-setup/ | tips, kubernetes, devops, docker | ---
title: Supercharge your Kubernetes setup with OhMyZSH 🚀🚀🚀 + awesome command-line tools
published: true
date: 2020-01-03 00:00:00 UTC
cover_image: https://thepracticaldev.s3.amazonaws.com/i/cu978wc7x47plf92di1m.png
tags: tips,kubernetes,devops,docker
canonical_url: https://agrimprasad.com/post/supercharge-kuberne... | agrim |
231,399 | What's wrong with Scikit-Learn. | Scikit-Learn’s “pipe and filter” design pattern is simply beautiful. But how to use it for Deep... | 0 | 2020-01-03T20:52:01 | https://www.neuraxio.com/en/blog/scikit-learn/2020/01/03/what-is-wrong-with-scikit-learn.html | neuraxle, machinelearning, deeplearning, cleancode | ---
title: What's wrong with Scikit-Learn.
published: true
date: 2020-01-03 16:35:31 UTC
tags: neuraxle, machinelearning, deeplearning, cleancode
canonical_url: https://www.neuraxio.com/en/blog/scikit-learn/2020/01/03/what-is-wrong-with-scikit-learn.html
---
, that suggest having a method along the following lines:
```ruby
def self.from_omniauth(auth)
where(provider: auth.provider, uid: auth.uid).first_or_create do |user|
user.email = au... | rodreegez |
231,440 | Starter Template #2 | Next JS + Stripe Checkout | This template is a starter for those looking to use Next JS whit Stripe Checkout in a project.... | 0 | 2020-01-03T22:19:22 | https://dev.to/pika11/starter-template-2-next-js-stripe-checkout-39o2 | javascript, nextjs | This template is a starter for those looking to use [Next JS](https://nextjs.org/) whit [Stripe Checkout](https://stripe.com/payments/checkout) in a project.
## DEMO
You can check a live sample in [CodeSandbox](https://codesandbox.io/s/template-nextjs-stripe-checkout-single-exf8x). To test the complete flow you need t... | pika11 |
231,484 | 8 Pointers for College Newbies | College can be an intimidating pathway for most people. In this post, I’ll be providing pointers on h... | 0 | 2020-01-04T00:12:33 | https://frankiecornejo.netlify.com/posts/vim_tips.html | productivity, college | <p>College can be an intimidating pathway for most people. In this post, I’ll be providing pointers on how to start off your semester or quarter in the best way. These are suggestions that has helped me immensely in my academic pursuits and I strongly believe that they will help you in yours.</p>
<h2>Plan your schedule... | franciscornejogarcia |
1,417,441 | character controller unity | gamedev using System.Collections; using System.Collections.Generic; using UnityEngine; public... | 0 | 2023-03-28T08:15:43 | https://dev.to/calteen/character-controller-unity-543g | ```
gamedev
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PlayerScript : MonoBehaviour
{
public float playerSpeed = 2.5f;
public float playerSprint = 3.5f;
public CharacterController cc;
public Transform playerCamera;
public float turnCalmTime = 0.1f;... | calteen | |
231,543 | Compare for Loop and forEach Function in JavaScript | Visit my Blog for the original post: Compare for Loop and forEach Function in JavaScript In... | 0 | 2020-01-04T04:42:25 | https://dev.to/zhiyueyi/compare-for-loop-and-foreach-function-in-javascript-22f8 | javascript, typescript | Visit my Blog for the original post: [Compare for Loop and forEach Function in JavaScript](https://yizhiyue.me/2019/09/01/compare-for-loop-and-foreach-function-in-javascript/)
# Introduction
I found an interesting [discussion](https://github.com/ReactiveX/rxjs/pull/4942#discussion_r312653747) in a pull request for rx... | zhiyueyi |
231,560 | Top 10 Hottest Kubernetes tools and Technologies of 2019 | Rancher K3 Red Hat codeReady WorkSpaces Styra DAS TrilioVault for kubernetes Pivotal Build Service K... | 0 | 2020-01-04T06:16:29 | https://dev.to/sivolko/top-10-hottest-kubernetes-tools-and-technologies-of-2019-5500 |
1. Rancher K3
2. Red Hat codeReady WorkSpaces
3. Styra DAS
4. TrilioVault for kubernetes
5. Pivotal Build Service
6. Kublr Enterprise Platform 2.0
7. Kasten K10 2.0
8. Harbor
9. Alcide kAudit
10. Amazon SageMaker operators for kubernetes. | sivolko | |
231,611 | Composition vs Inheritance | Composition vs Inheritance Inheritance is about what it is while composition is all about what it has... | 0 | 2020-01-05T04:39:20 | https://dev.to/bhaveshdaswani93/composition-vs-inheritance-318l | javascript, oop, functional | Composition vs Inheritance
Inheritance is about what it is while composition is all about what it has or what it's ability is.In Inheritance we pre-define the architecture like parent class is inherited by sub classes and this sub class is inherited by another sub classes and this nesting continues the more nesting we ... | bhaveshdaswani93 |
231,638 | Deploying your first AWS application
| My previous post focused on the key motivations behind using AWS, as well as overviews of the most us... | 0 | 2020-01-04T09:50:27 | https://dev.to/nwdunlap17/deploying-your-first-aws-application-2cj5 | aws, beginners | My [previous post](https://dev.to/nwdunlap17/what-is-aws-4pm5) focused on the key motivations behind using AWS, as well as overviews of the most used services. This post will cover how to get a simple application up and running on the cloud.
The very first thing to do is to [make an AWS account](https://aws.amazon.com... | nwdunlap17 |
231,674 | Flutter Web: Firestore CRUD | Updated [21/08/2020]: cloud_firestore major changes Now, all Flutter Firebase documentation is i... | 0 | 2020-01-04T13:43:53 | https://dev.to/happyharis/flutter-web-firestore-crud-3p17 | flutterweb, flutter, firestore, tutorial | Updated [21/08/2020]: [cloud_firestore major changes](https://pub.dev/packages/cloud_firestore/changelog)
{% youtube Ue_dIKOMcb4 %}
Now, all Flutter Firebase documentation is in the new link: https://firebase.flutter.dev/docs/overview
Firstly, import the latest cloud_firestore and firebase core dependency in your pu... | happyharis |
235,168 | How really works the CSS position property | I have seen a lot of developers using the CSS position property in a wrong way or by try and test "te... | 0 | 2020-01-09T16:08:11 | https://dev.to/higormarques/how-really-works-the-css-position-property-1ijf | css, html, beginners | I have seen a lot of developers using the CSS position property in a wrong way or by try and test "technic", some times, not only the beginners but some mid-level developer also.
So, I decided to write this article to explain how the position rule works.
#### `position: static;`
Is the default value for any `HTML` el... | higormarques |
231,681 | Imperative vs Declarative, S.O.L.I.D and AOP(Aspect-oriented programming) | This is going to be a simple post series that will briefly explain some of the programming concepts that I have learned on a particular day. | 4,053 | 2020-01-04T19:32:22 | https://dev.to/parasharrajat/imperative-declarative-s-o-l-i-d-and-aop-aspect-oriented-programming-4pji | learning, programming, daily | ---
title: Imperative vs Declarative, S.O.L.I.D and AOP(Aspect-oriented programming)
published: true
description: This is going to be a simple post series that will briefly explain some of the programming concepts that I have learned on a particular day.
tags: learning, programming, daily
series: [What I learned Today]... | parasharrajat |
231,749 | How to resize image in Laravel ? | In this tutorial we are going to learn how to resize image in laravel ? It is pretty simple and easy.... | 0 | 2020-01-04T14:44:46 | https://dev.to/techmahedy/how-to-resize-image-in-laravel-597a | laravel, resize, image | In this tutorial we are going to learn how to resize image in laravel ? It is pretty simple and easy. For doing it i will use image intervention package. we will use intervention/image package for resize or resize image in laravel. Intervention provide a resize function that will take a three parameters. three paramete... | techmahedy |
231,872 | As the sprints stop #2 | It’s that time a year again. The time when all the nerds, myself included, get forced out of the... | 4,057 | 2020-01-04T15:22:19 | https://simme.dev/posts/as-the-sprints-stop-2/ | books, reading, career, devops | ---
title: As the sprints stop #2
published: true
date: 2019-06-27 04:07:28 UTC
tags:
- books
- reading
- career
- devops
series: Book Recommendations
canonical_url: https://simme.dev/posts/as-the-sprints-stop-2/
---
It’s **that** time a year again. The time when all the nerds, myself included, get forced out... | simme |
232,012 | Pug with Markdown is Magic, yet underrated | What is Pug? Pug is a high-performance template engine heavily influenced by Haml and impl... | 0 | 2020-01-04T17:24:10 | https://dev.to/patarapolw/pug-with-markdown-is-magic-yet-underrated-4dla | javascript, vue, typescript | ## What is Pug?
Pug is a high-performance template engine heavily influenced by Haml and implemented with JavaScript for Node.js and browsers.
Pug uses whitespace syntax, and is Tab / Space -sensitive, just like Markdown and Python
Pug is mainly a template engine for Node.js, and cannot be installed for Webpack via ... | patarapolw |
232,017 | Using Githooks for CI/CD | A tutorial on how to to use git-scripts for CI/CD Create the package.json Create a packag... | 0 | 2020-01-04T17:35:40 | https://dev.to/kylejschwartz/using-githooks-for-ci-cd-2291 | git, cicd, npm | A tutorial on how to to use [git-scripts](https://www.npmjs.com/package/git-scripts) for CI/CD
## Create the package.json
Create a `package.json` by running:
```
npm init
```
Install git-scripts to the package by running:
```
npm install --save-dev git-scripts
```
## Add the Git Hooks
After the `devDependencies`... | kylejschwartz |
240,708 | Data Analyst? TIME TO LEARN PYTHON!!!🐍🐼 | Do you work with data? If so... You need to learn the language of the snake... No, not that snake l... | 0 | 2020-01-29T11:06:07 | https://dev.to/alexantra/data-analyst-time-to-learn-python-if0 | python, sql, database, analyst | 
**Do you work with data?**
*If so...*
You need to learn the language of the snake...

No, not that snake language!...
**Python**.
*After all...*
It is year of the Snake....
. If you are interested in IPFS, Libp2p, Ethereum, Zero-knowledge Proofs, DeFi, CryptoEconomics, IPLD, Multiformats, and other Web 3.0 projects, concepts and interactive tutorial... | vasa_develop |
232,215 | Pixel Art Time! | Hello everyone! I want this beautiful community to do some pixel art. Please share the screenshot... | 0 | 2020-01-05T06:32:12 | https://dev.to/b4two/pixel-art-time-2afg | codepen, html, css, javascript | {% codepen https://codepen.io/batuhangulgor/pen/RwNoVXq %}
Hello everyone! I want this beautiful community to do some pixel art. Please share the screenshots <3
| b4two |
232,527 | In Pursuit of Vue Config | At some point in our dev life we might have come across situations where we had to create builds for... | 0 | 2020-01-05T14:49:35 | https://dev.to/einsteinreloaded/in-pursuit-of-vue-config-1j7f | vue, vuecli | At some point in our dev life we might have come across situations where we had to create builds for different environments and deploy them. Luckily, I had such an opportunity as well. In my case, it was a Vue web app. When I first got this task, I was like `how difficult could it be?`, and the answer was `you have to ... | einsteinreloaded |
232,553 | 10 Free Udemy Courses to learn JUnit, Mockito, and Eclipse for Java Developers | Do you want to learn JUnit, Mockito, and Eclipse? These free courses from Udemy, Pluralsight, and Educative are an excellent place to start with | 0 | 2020-01-28T13:02:46 | https://dev.to/javinpaul/10-free-junit-mockito-and-eclipse-courses-for-java-developers-47ii | programming, java, development, testing | ---
title: 10 Free Udemy Courses to learn JUnit, Mockito, and Eclipse for Java Developers
published: true
description: Do you want to learn JUnit, Mockito, and Eclipse? These free courses from Udemy, Pluralsight, and Educative are an excellent place to start with
tags: programming, java, development, testing
cover_ima... | javinpaul |
232,610 | Node.js Under The Hood #7 - The new V8 | Photo by Priscilla Du Preez on Unsplash After version V8.5.9, V8 changed its old pipeline (compose... | 2,008 | 2020-01-05T15:49:22 | https://dev.to/_staticvoid/node-js-under-the-hood-7-the-new-v8-4gd6 | node, javascript, v8 | > Photo by Priscilla Du Preez on Unsplash
After version V8.5.9, V8 changed its old pipeline (composed of Full-Codegen and Crankshaft) to a new pipeline which uses two brand new compilers, the Ignition and TurboFan. This new pipeline is mostly why JS runs blazing fast nowadays.
 but I'm wondering where I can find *all* the tags, thanks
| dexygen |
232,933 | The Best Way to use Actions in VueJS | A extremely simple approach that makes your codebase cleaner | 0 | 2020-01-06T07:34:11 | https://dev.to/veebuv/the-best-way-to-use-actions-in-vuejs-1i51 | javascript, vuex, vue, showdev | ---
title: The Best Way to use Actions in VueJS
published: true
description: A extremely simple approach that makes your codebase cleaner
tags: #javascript #vuex #vuejs #showdev
cover_image: https://thepracticaldev.s3.amazonaws.com/i/re82i6vuahvhckhi1p48.png
---
So back into it after a while 😀- happy new year everyon... | veebuv |
232,947 | Defensive programming – Code Craft | Hi dear reader, I’m Xavier Jouvenot and this is the first article about Code Craft, by Pete Goodliffe... | 9,606 | 2020-01-06T08:50:54 | https://10xlearner.com/2020/01/06/defensive-programming-code-craft/ | codecraft, defensiveprogramming, offensiveprogramming | ---
title: Defensive programming – Code Craft
published: true
date: 2020-01-06 08:39:52 UTC
tags: codecraft,defensiveProgramming,offensiveProgramming
canonical_url: https://10xlearner.com/2020/01/06/defensive-programming-code-craft/
cover_image: https://thepracticaldev.s3.amazonaws.com/i/wbff4k0m39vlfb0gyr9w.jpg
series... | 10xlearner |
233,036 | Transforme seus scripts Groovy em micro serviços baseados em Spring Boot | Conheça o Spring CLI, um recurso poderosíssimo do Spring Boot mas que pouca gente fala a respeito | 0 | 2020-01-06T12:41:15 | https://dev.to/loboweissmann/transforme-seus-scripts-groovy-em-micro-servicos-baseados-em-spring-boot-4b2c | springboot, microservices, groovy, braziliandevs | ---
title: Transforme seus scripts Groovy em micro serviços baseados em Spring Boot
published: true
description: Conheça o Spring CLI, um recurso poderosíssimo do Spring Boot mas que pouca gente fala a respeito
tags: SpringBoot, microservices, Groovy, braziliandevs
cover_image: https://i0.wp.com/www.itexto.com.br/devki... | loboweissmann |
233,076 | Deploying Go Applications to GitHub Releases with GoReleaser and Travis CI | Setting Up Goreleaser and Travis CI All the installation Instructions of Gorelaser can be... | 0 | 2020-01-06T13:28:17 | https://blog.athulcyriac.co/gorelaser/ | go, tutorial | ## Setting Up Goreleaser and Travis CI
All the installation Instructions of Gorelaser can be found in their [Official Docs](https://goreleaser.com/install/). I'm assuming you know how to set up Travis CI.
After Installing Goreleaser, you just have to `cd` to that go repository you want to deploy and run `gorelease... | athulcajay |
233,103 | How to scrape a website without getting blocked? | When you want to collect and analyze data, let it be for price comparison, statistics or to see a g... | 0 | 2020-01-06T14:12:46 | https://dev.to/perrine/how-to-scrape-a-website-without-getting-blocked-d5a | scraping, api, productivity, webscraping | 
When you want to collect and analyze data, let it be for price comparison, statistics or to see a general evolution, scraping is a great and essential time saver. However, many websites do not appreciate to be heavily scraped, some of th... | perrine |
233,254 | Ionic’s 2019: A Year in Review | Happy New Year Ionites! 2019 was a huge year for Ionic. We released new products (open source and com... | 0 | 2020-01-31T15:56:50 | https://ionicframework.com/blog/ionic-2019-year-in-review/ | yearinreview, business, ionic | ---
title: Ionic’s 2019: A Year in Review
published: true
date: 2020-01-06 17:17:24 UTC
tags: yearinreview, Business,Ionic,
canonical_url: https://ionicframework.com/blog/ionic-2019-year-in-review/
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/tx7hux01cq319r6yorcu.png
---
Happy New Year Ionites! 2019 was a hu... | maxlynch |
233,371 | How to be a good JavaScript developer ? | JavaScript is the most popular programming language in the world. In the last 10 years, it also devel... | 0 | 2020-01-06T18:57:36 | https://blog.nerdjfpb.com/how-to-be-a-good-javascript-developer/ | javascript, beginners, codenewbie, codequality | JavaScript is the most popular programming language in the world. In the last 10 years, it also developed a lot. There are so many frameworks right now. There are so many things to know about JavaScript nowadays. Today I’m writing this for newbies, who are just starting. There are some things you need to know for being... | nerdjfpb |
233,393 | Creating an Emoji Game with Vue, Auth0, and Google Vision API | Using Google Vision API, build a game where the user scans an image to match an emoji displayed. | 0 | 2020-01-06T19:41:54 | https://auth0.com/blog/creating-an-emoji-game-with-vue-auth0-and-google-vision-api/ | vue, api | ---
title: Creating an Emoji Game with Vue, Auth0, and Google Vision API
published: true
description: Using Google Vision API, build a game where the user scans an image to match an emoji displayed.
tags: #vuejs #api
canonical_url: https://auth0.com/blog/creating-an-emoji-game-with-vue-auth0-and-google-vision-api/
---
... | bachiauth0 |
233,397 | Thanks for the advice, Crystal compiler! | In this post, the compiler is presented as a tool to help the programmer to design a good model. Alth... | 0 | 2020-01-07T19:03:12 | https://dev.to/franciscello/thanks-for-the-advice-crystal-compiler-4b22 | crystal, tutorial, nil, oop | In this post, the compiler is presented as a tool to help the programmer to design a good model. Although the example is very simple and its domain limited, it is easy to extrapolate the solution to equivalent situations in more complex problems.
So, let's start presenting the problem.
# The problem
_Our objective ... | franciscello |
233,421 | Run Docker nginx as Non-Root-User | How to run nginx as non-privileged user with Docker nginx is an open-source solution for web... | 0 | 2020-01-06T21:43:52 | https://www.rockyourcode.com/run-docker-nginx-as-non-root-user/ | docker, devops | ---
title: Run Docker nginx as Non-Root-User
published: true
date: 2020-01-06 00:00:00 UTC
tags: docker, devops
canonical_url: https://www.rockyourcode.com/run-docker-nginx-as-non-root-user/
---
> How to run nginx as non-privileged user with Docker
**nginx** is an open-source solution for web serving and reverse pro... | sophiabrandt |
233,505 | Why Notion, But Why Not? | Notion is the best productivity tool I’ve come across. It is everything rolled into one. Not... | 0 | 2020-01-06T23:31:44 | https://medium.com/jmspaceblog/why-notion-but-why-not-e97433ad9e4a | productivity, business, projectmanagement | ---
title: Why Notion, But Why Not?
published: true
date: 2019-03-30 03:17:27 UTC
tags: productivity,business,project-management
canonical_url: https://medium.com/jmspaceblog/why-notion-but-why-not-e97433ad9e4a
---
#### Notion is the best productivity tool I’ve come across. It is everything rolled into one. Notion can... | jmspace |
233,541 | Should I Be an Expert or Be Good in Different Areas? | Originally published on Medium Should I be an expert or a generalist? This is one of the most common... | 0 | 2020-01-06T23:51:28 | https://dev.to/blarzhernandez/should-i-be-an-expert-or-be-good-in-different-areas-1bd6 | programming, advice, frontend, beginners | **Originally published on [Medium](https://medium.com/better-programming/should-i-be-an-expert-or-be-good-in-different-areas-7a1944e8f2d)**
Should I be an expert or a generalist? This is one of the most common questions I have been hearing and seeing on the Internet for a long time. Certainly, at some point in your c... | blarzhernandez |
233,565 | Linkdump for 2020-W01: WebAuthn, Drone, Lando, Laradock, Hammerspoon ... | This is the first post of the my weekly linkdump series. I want to start this mainly because I come a... | 0 | 2020-01-07T01:24:53 | https://dev.to/milhouse1337/linkdump-for-2020-w01-48go | webdev, devops, devjournal | This is the first post of the my weekly `linkdump` series. I want to start this mainly because I come across so many stuff every week and I wanted to share what cought my attention.
If you are an avid [HackerNews](https://news.ycombinator.com/) follower, some of these are probably not "news" to you ;)
### WebAuthn
T... | milhouse1337 |
233,591 | Flex Container | Learning about using Flex Container for layout distribution @treehouse 100DaysOfCode | 0 | 2020-01-07T02:08:39 | https://dev.to/geovani__mejia/flex-container-1dk5 | 100daysofcode, css, java | Learning about using Flex Container for layout distribution
@treehouse
#100DaysOfCode | geovani__mejia |
233,641 | How to find a girl or dependency injection pattern in action. Part I | Intro Many large projects as they grow inevitably face the following list of problems: С... | 4,131 | 2020-01-07T15:50:39 | https://dev.to/vpereverzev/how-to-find-your-love-or-dependency-injection-pattern-in-action-part-i-3ba7 | cpp, beginners, architecture | ###Intro###
Many large projects as they grow inevitably face the following list of problems:
* Сomplexity

Concentration of motley logic in one place, blurred responsibility, classes of several thousand lines. Familiar symptoms right?
T... | vpereverzev |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.