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 |
|---|---|---|---|---|---|---|---|---|
260,501 | Help In React-Native Firebase | How to solve this firebase auth error in React-Native??? | 0 | 2020-02-12T20:25:08 | https://dev.to/arjunkumardev/help-in-react-native-firebase-1ieb | help, reactnative | How to solve this firebase auth error in React-Native??? | arjunkumardev |
260,527 | Software Engineers: How to Demonstrate Your EQ During Interviews | You’ve practiced dozens of coding challenges online, rehearsed how to explain your deep technical kno... | 0 | 2020-02-12T21:48:32 | https://dev.to/scottrp/software-engineers-how-to-demonstrate-your-eq-during-interviews-3467 | career | You’ve practiced dozens of coding challenges online, rehearsed how to explain your deep technical knowledge, and have spent a good hour researching the company you’re interviewing with – you’re well-positioned to ace your next interview – almost.
As home to Seattle’s top software engineering consultants, we work close... | scottrp |
260,546 | Profiling In Blazor | How to profile a production Blazor client-side app ? Performance optimization is one of th... | 0 | 2020-02-13T08:40:15 | https://remibou.github.io/Profiling-in-Blazor/ | blazor, performance, csharp | ---
title: Profiling In Blazor
published: true
date: 2020-02-12 00:00:00 UTC
tags: Blazor,performance,csharp
canonical_url: https://remibou.github.io/Profiling-in-Blazor/
---
# How to profile a production Blazor client-side app ?
Performance optimization is one of the programming task that I prefer. It’s really rewar... | rembou1 |
260,553 | How I became a developer in 95 days or my journey into code | When does a journey begin? The moment you have an idea to do it? The moment you commit and buy ticket... | 0 | 2020-02-24T23:35:23 | https://dev.to/jennyjudova/how-i-became-a-developer-in-95-days-or-my-journey-into-code-5260 | codenewbie, tutorial, wecoded, firstyearincode | When does a journey begin? The moment you have an idea to do it? The moment you commit and buy tickets? Or with the first step, you take out of your house?
In 2019 I started learning to code although it was an easy decision for me there were a few failed starts. I did not start with development but with Data Science. ... | jennyjudova |
260,857 | How to avoid half-assing all things | The other day I was thinking, I do not have a lack of ideas, I do not have a lack of enthusiasm to... | 0 | 2020-03-07T12:28:53 | https://dev.to/etozzato/how-to-avoid-half-assing-all-things-42ji | The other day I was thinking,
I do not have a lack of ideas, I do not have a lack of enthusiasm to start a project, but I possess an incredible track record for stashing half-done things at different stages of their lifecycle. I don't think I am alone.
, the names we give it are often even more obscure - at least to outsiders.
React, Angular, Vue, Mithril. Have you eve... | updivision |
260,904 | A Year as a GitHub Campus Expert ✨ | Let me start off by saying, I was simply hoping from one link to another on GitHub and landed on the... | 0 | 2020-05-12T17:41:49 | https://dev.to/gh-campus-experts/a-year-as-a-github-campus-expert-32ai | github, community, devrel, opensource | Let me start off by saying, I was _simply_ hoping from one link to another on GitHub and landed on the Education site, what happened next is what this story is about 😊
Last February I attended GitHub's first meetup in India, [The GitHub India Meetup](https://twitter.com/kindavishal/status/1228279778630725633) with my... | kindavishal |
260,911 | Design Patterns in PHP: Decorator (with Laravel) | Design patterns are very important for every developer. it solves very common problems in every proje... | 0 | 2020-02-13T19:02:09 | https://dev.to/ahmedash95/design-patterns-in-php-decorator-with-laravel-5hk6 | php, laravel, designpatterns, decorator | Design patterns are very important for every developer. it solves very common problems in every project you build.
# Decorator pattern definition:
It helps you to add extra behavior on an object without affecting the other objects from the same class, will see what does that means.
# Wikipedia:
> the decorator pa... | ahmedash95 |
260,995 | Make sound volume presets for your chromecasts | Read the original article on GKDV Sometimes, I tell to Google “Up the volume”, or “Down the volume”... | 0 | 2020-02-18T07:15:55 | https://gkdv.net/chromecast-auto-reset-volume-presets/ | chromecast, python, music | Read the original article on [GKDV](https://gkdv.net/chromecast-auto-reset-volume-presets/)
<p>Sometimes, I tell to Google “Up the volume”, or “Down the volume” on one or several chromecast devices. But the next day, when I want to listen music again, the volume of each device does not match with my mood. I would love... | gpenverne |
261,006 | Execute an action after Laravel returns response | After a response has been sent and the client connection closed, the PHP process is still alive to continue execution. | 0 | 2020-02-13T15:28:54 | https://dev.to/webong/execute-an-action-after-laravel-returns-response-4pjc | php, laravel | ---
title: Execute an action after Laravel returns response
published: true
description: After a response has been sent and the client connection closed, the PHP process is still alive to continue execution.
tags: php, laravel,
---
In this article, we want to explore the various ways we can execute small tasks or act... | webong |
261,164 | Designing Search API in REST | Simple CRUD operations are easy to model. Its the search that is hard to decide. | 4,840 | 2020-02-13T21:50:34 | https://dev.to/vtapadia/designing-search-api-in-rest-5cj5 | rest, api, java, design | ---
title: Designing Search API in REST
published: true
description: Simple CRUD operations are easy to model. Its the search that is hard to decide.
tags: rest , api , java , design
series: rest-api
---
# Context
If we start looking at any REST style architecture/guidelines, it always talk about resource and `GET`,`P... | vtapadia |
261,034 | Daily Challenge #191 - Alphabetical Addition | Implement a function to add letters together. | 1,326 | 2020-02-18T14:44:30 | https://dev.to/thepracticaldev/daily-challenge-191-alphabetical-addition-27ki | challenge | ---
title: Daily Challenge #191 - Alphabetical Addition
published: true
series: Daily Challenge
description: Implement a function to add letters together.
tags: challenge
---
###Setup
Write a function that can add letters together. Each letter will be valued based on their position in the alphabet.
**Rules:**
- Let... | thepracticaldev |
261,038 | Our First Livestream at JuniorDevSG | Introduction Since we had multiple event cancellation within the developer community in Si... | 0 | 2020-02-13T16:34:55 | https://dev.to/steelwolf180/our-first-livestream-at-juniordevsg-3j8k | beginners, discuss, showdev, career | # Introduction
Since we had multiple event cancellation within the developer community in Singapore due to the 2019 novel coronavirus and our [DORSCON - Disease Outbreak Response System Condition](https://www.channelnewsasia.com/news/singapore/dorscon-coronavirus-singapore-pandemic-response-need-to-know-12364618) level... | steelwolf180 |
261,090 | Create & Deploy your First Ever AWS Lambda Function by Serverless Framework | Hello, dev.to developers, As we know that there is so much hype about cloud computing or in a single... | 0 | 2020-02-13T18:38:26 | https://dev.to/mquanit/create-deploy-your-first-ever-aws-lambda-function-by-serverless-framework-2hga | aws, deploy, lambda, serverless | Hello, dev.to developers, As we know that there is so much hype about cloud computing or in a single term we can say <b>[Serverless](https://serverless.com/)</b>, so what problems are it exactly solving. Cloud computing is the on-demand availability of computer system resources, especially data storage and computing po... | mquanit |
261,102 | Pseudorandom numbers using Rule 30 | A pseudorandom number generator produces numbers deterministically but they seem aperiodic (random) m... | 0 | 2020-02-13T19:10:27 | https://dev.to/arpit_bhayani/pseudorandom-numbers-using-rule-30-4mif | computerscience, cellularautomata | A pseudorandom number generator produces numbers deterministically but they seem aperiodic (random) most of the time for most use-cases. The generator accepts a seed value (ideally a true random number) and starts producing the sequence as a function of this seed and/or a previous number of the sequence. These are Pseu... | arpit_bhayani |
261,143 | The fastest way to prototype API in Rails application | Hello, Ruby community, https://github.com/igorkasyanchuk/fake_api I've for a review one gem which c... | 0 | 2020-02-13T20:14:25 | https://dev.to/igorkasyanchuk/the-fastest-way-to-prototype-api-in-rails-application-3fje | ruby, rails, apidevelopment | ---
title: The fastest way to prototype API in Rails application
published: true
description:
tags: ruby, rails, API-development
cover-image: https://dev-to-uploads.s3.amazonaws.com/i/p93wlzti793uycpyyy3z.png
---
Hello, Ruby community,
https://github.com/igorkasyanchuk/fake_api
I've for a review one gem which could... | igorkasyanchuk |
261,204 | Creating a release info dashboard | Hopefully, you are in the position of having an online software product/website with multiple clients... | 0 | 2020-02-13T23:03:44 | https://www.coderdreams.com/creating-a-release-info-dashboard/ | javascript, git, tutorial | Hopefully, you are in the position of having an online software product/website with multiple clients. The problem you run into when deploying to multiple clients and environments is keeping track of which release is where. Let’s also assume that you have testing, stage, and production environments for each client; tha... | romansery |
261,226 | Live Blogging at DeveloperWeek: Introduction to Misty Robotics SDK | This is another of my live blogging sessions from DeveloperWeek 2020. In this session, I saw a demo of the Misty Robotics SDK. | 0 | 2020-02-14T00:14:08 | https://dev.to/daedtech/live-blogging-at-developerweek-introduction-to-misty-robotics-sdk-49l1 | robotics | ---
title: Live Blogging at DeveloperWeek: Introduction to Misty Robotics SDK
published: true
description: This is another of my live blogging sessions from DeveloperWeek 2020. In this session, I saw a demo of the Misty Robotics SDK.
tags: #robotics
---
<em>I'm live blogging my experience at DeveloperWeek, en masse, <a... | daedtech |
261,261 | Best Collaboration Tools for Remote Workers | Since remote workers don't see each other face to face, the need for tools to let them communicate as... | 0 | 2020-02-14T02:52:22 | https://dev.to/tychoo/best-collaboration-tools-for-remote-workers-3cka | career, productivity | Since remote workers don't see each other face to face, the need for tools to let them communicate as if they're face to face is important. With the advent of the Internet, this is possible.
Here's a list of the best communication tools for remote workers.
# Slack
Slack is one of the most business communication soft... | aumayeung |
261,347 | Which Techie Are You? | Our desks tell a lot about ourselves, don't they? What is your style? | 0 | 2020-02-14T11:31:10 | https://eheidi.dev/blog/which-techie-are-you-1251 | discuss, illustrations, comics, humour | ---
title: Which Techie Are You?
published: true
description: Our desks tell a lot about ourselves, don't they? What is your style?
tags: discuss, illustrations, comics, humour
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/76j8y68yfscszyf3ripv.png
canonical_url: https://eheidi.dev/blog/which-techie-are-you-12... | erikaheidi |
261,367 | Mastering Azure through Cloud Katas | Table of Contents Introduction Before you Start Kata Datasheet Kata 1: Provisioning a Lin... | 0 | 2020-03-07T14:37:03 | https://dev.to/cloudskills/mastering-azure-through-cloud-katas-ded | azure, learning | ## Table of Contents
* <small>[Introduction](#introduction)</small>
* <small>[Before you Start](#before-you-start)</small>
* <small>[Kata Datasheet](#datasheet)</small>
* <small>[Kata 1: Provisioning a Linux VM in the Azure Portal] (#kata-1)</small>
* <small>[Katas 2 and 3: Provisioning a Linux VM using the Azure CLI ... | pjgeutjens |
265,285 | Go map data structure | Go comes with many data structures, including a map data structure. A (hash)map maps keys to values,... | 0 | 2020-02-20T12:25:05 | https://dev.to/bluepaperbirds/go-map-data-structure-4lg0 | go, beginners | <a href="https://golang.org">Go</a> comes with many data structures, including a <a href="https://golangr.com/maps/">map</a> data structure.
A (hash)map maps keys to values, this is a common data structure in programming. Many languages support it including Go and Python (dictionary).
Unlike an array, it has a one to... | bluepaperbirds |
265,321 | Daily Developer Jokes - Thursday, Feb 20, 2020 | Check out today's daily developer joke! (a project by Fred Adams at xtrp.io) | 4,070 | 2020-02-20T13:00:17 | https://dev.to/dailydeveloperjokes/daily-developer-jokes-thursday-feb-20-2020-4dnc | jokes, dailydeveloperjokes | ---
title: "Daily Developer Jokes - Thursday, Feb 20, 2020"
description: "Check out today's daily developer joke! (a project by Fred Adams at xtrp.io)"
series: "Daily Developer Jokes"
cover_image: "https://private.xtrp.io/projects/DailyDeveloperJokes/thumbnail_generator/?date=Thursday%2C%20Feb%2020%2C%202020"
published... | dailydeveloperjokes |
265,342 | Running your Rails projects with Redis - all you need to know | In this tutorial, we'll go step by step through Ruby on Rails Redis installation and... | 4,191 | 2020-02-20T13:39:19 | https://hix.dev/tutorials/ruby-on-rails/data-storage-with-redis | redis, ruby, rails, tutorial | In this tutorial, we'll go step by step through Ruby on Rails Redis installation and configuration.
Redis is a key-value database, and it is very much worth using in multiple scenarios when working with Ruby on Rails.
This piece is a [1:1 copy of what you can find on our website](https://hixonrails.com/ruby-on-rails-... | hixdevs |
265,367 | Serach and replace free code camp algorithms | /*function myReplace(str, before, after) { var result=[]; var arr = after.replace(/john/i, "John" )... | 0 | 2020-02-20T14:27:17 | https://dev.to/95freedom95/serach-and-replace-free-code-camp-algorithms-5h5h | replit, node | ---
title: Serach and replace free code camp algorithms
published: true
tags: replit, nodejs
---
/*function myReplace(str, before, after) {
var result=[];
var arr = after.replace(/john/i, "John" ).replace(/algorithms/i, "Algorithms" ).replace(/spelling/i, "spelling" ).replace(/mall/i, "mall" ).replace(/sitting/i, ... | 95freedom95 |
265,421 | File-Like Objects in Python | Python supports file like objects, that don't write to the disk but stay in the memory. You can crea... | 0 | 2020-02-20T15:15:32 | https://dev.to/bluepaperbirds/file-like-objects-in-python-1njf | python, beginners | <a href="https://python.org">Python</a> supports file like objects, that don't write to the disk but stay in the memory.
You can create file like objects with <a href="https://docs.python.org/2/library/stringio.html">StringIO</a>. From Python version > 3 this is part of the <a href="https://docs.python.org/3/library/i... | bluepaperbirds |
265,486 | How to Upgrade to Python 3.8 on Ubuntu | In this article, we upgrade to python 3.8 and configure it as the default version of python. Out of... | 0 | 2020-03-11T12:39:32 | https://tech.serhatteker.com/post/2019-12/upgrade-python38-on-ubuntu/ | python, linux, ubuntu, unix | ---
title: How to Upgrade to Python 3.8 on Ubuntu
published: true
date: 2019-12-09 00:00:00 UTC
tags: python, linux, ubuntu, unix
canonical_url: https://tech.serhatteker.com/post/2019-12/upgrade-python38-on-ubuntu/
---
In this article, we upgrade to `python 3.8` and configure it as the default version of python.
Out... | serhatteker |
265,487 | My First Interview: What I Wish I Knew | This week I had my first interview for an entry level Full Stack Developer position. I was... | 0 | 2020-02-20T16:22:55 | https://dev.to/joshbangle/my-first-interview-what-i-wish-i-knew-39be | interview | ## This week I had my first interview for an entry level Full Stack Developer position.
I was nervous. I didn't think I was ready (imposter syndrome is real, and it sucks), I didn't sleep the night before,
and most importantly, I had no idea what to expect.
Of course, I had heard of the feared 'whiteboard challenges'... | joshbangle |
265,648 | Reflecting on my First Hackathon | This past weekend I attended my first hackathon and decided I should share my thoughts | 0 | 2020-02-20T20:16:59 | https://www.marcd.dev/articles/2020-02/hackathon-reflections | devrel, community, hackathon | ---
title: Reflecting on my First Hackathon
published: true
canonical_url: https://www.marcd.dev/articles/2020-02/hackathon-reflections
description: This past weekend I attended my first hackathon and decided I should share my thoughts
tags: [devrel,community,hackathons]
cover_image: https://dev-to-uploads.s3.amazonaws... | mrc0113 |
265,683 | Creating an Audio Visualizer That Can Handle Multiple Audio Sources Dynamically - All In Vanilla JS! | For one of my recent projects, I decided to delve into the world of data visualization by making an a... | 0 | 2020-02-20T21:31:22 | https://dev.to/rizz0s/creating-an-audio-visualizer-that-can-handle-multiple-audio-sources-dynamically-all-in-vanilla-js-5hfl | javascript, tutorial, showdev | For one of my recent projects, I decided to delve into the world of data visualization by making an audio visualizer. There is a multitude of guides on how to write one - even for Vanilla JS - but I failed to find one that detailed taking in multiple sound inputs, which was a necessary feature of my project (a layer-ab... | rizz0s |
265,713 | I should read instead of scrolling 📄 | I have this habit of hoarding digital material. Either it is browser tabs that "I'll use later", or,... | 0 | 2020-02-20T21:39:52 | https://dev.to/mindaugasjacionis/i-should-read-instead-of-scrolling-4ei5 | learning, read, web, newsletters | ---
title: I should read instead of scrolling 📄
published: true
description:
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/2t8mqnifnwrcjyh4bwkp.png
tags: learning, read, web, newsletters
---
I have this habit of hoarding digital material. Either it is browser tabs that _"I'll use later"_, or, in this case, ... | mindaugasjacionis |
265,749 | I’m working on a machine-readable periodic table | I’m working on an open source machine readable periodic table by indexing Wikipedia pages on the elem... | 0 | 2020-02-20T23:14:19 | https://dev.to/juniorrubyist/i-m-working-on-a-machine-readable-periodic-table-3f08 | contributorswanted | I’m working on an open source machine readable periodic table by indexing Wikipedia pages on the elements. If anyone wants to help, just let me know. You can check it out at https://github.com/juniorRubyist/OpenPeriodic | juniorrubyist |
265,756 | Learn Particle: Firework | A post by Elecweb | 0 | 2020-02-20T23:59:57 | https://dev.to/elecweb/learn-particle-firework-c8j | codepen | ---
title: Learn Particle: Firework
published: true
tags: codepen
---
{% codepen https://codepen.io/elecweb/pen/VwLaNMq %}
| elecweb |
265,850 | SparkyTestHelpers: Moq | SparkyTestHelpers.Moq: NuGet package | Source code | API documentation SparkyTestHelpers.Moq.Fluent... | 4,751 | 2020-02-22T00:52:10 | https://dev.to/sparky/sparkytesthelpers-moq-307h | csharp, dotnet, testing, moq | > SparkyTestHelpers.Moq:
[NuGet package](https://www.nuget.org/packages/SparkyTestHelpers.Moq/) | [Source code](https://github.com/BrianSchroer/sparky-test-helpers/tree/master/SparkyTestHelpers.Moq) | [API documentation](https://github.com/BrianSchroer/sparky-test-helpers/blob/master/SparkyTestHelpers.Moq/api.md)
Spar... | sparky |
265,889 | Serverless Functions are Stateful | A reminder that serverless functions actually have a lot of state, and how the "function" analogy breaks down when you look through the abstraction | 0 | 2020-02-21T06:10:18 | https://www.swyx.io/stateful-serverless/ | serverless | ---
title: Serverless Functions are Stateful
tags: ['Serverless']
canonical_url: https://www.swyx.io/stateful-serverless/
published: true
description: A reminder that serverless functions actually have a lot of state, and how the "function" analogy breaks down when you look through the abstraction
slug: stateful-server... | swyx |
265,891 | My experience with TDD and how to implement it | Test-Driven Development is a concept I learned a while ago. But ever since I learned about it, I alwa... | 0 | 2020-02-26T12:08:00 | https://dev.to/effearts/my-experience-with-tdd-and-how-to-implement-it-1ohb | tdd, developers, juniors | Test-Driven Development is a concept I learned a while ago. But ever since I learned about it, I always thought of it as a theoretical concept that I didn't bother practicing or even give a try. The fact that I had no systematic approach to follow while developing projects, played a big role in not practicing TDD at al... | effearts |
265,921 | How To Move A SVN Project To GIT! | A post by Dan Holdsworth | 0 | 2020-02-21T08:07:39 | https://dev.to/grapplingdev/how-to-move-a-svn-project-to-git-46pf | devops, git, gitops | {% youtube zoJWZwoM-Mw %} | grapplingdev |
265,945 | Basic Authentication with a .NET Core Web API | Get your .NET Core 3.1 skills up and running in no time. | 4,247 | 2020-03-06T16:03:01 | https://dev.to/_patrickgod/basic-authentication-with-a-net-core-web-api-2a59 | beginners, tutorial, webdev, dotnet | ---
title: Basic Authentication with a .NET Core Web API
published: true
description: Get your .NET Core 3.1 skills up and running in no time.
tags: beginners, tutorial, webdev, dotnet
series: .NET Core 3.1 Web API & Entity Framework Jumpstart
cover_image: https://thepracticaldev.s3.amazonaws.com/i/lj3esendnc5dgxt8mywg... | _patrickgod |
265,950 | Google Task queues on GCP with Google Cloud Functions | At our company Embrosa we have many microservices, that all handle one specific part of our platform.... | 0 | 2020-02-21T15:53:05 | https://www.rogiervandenberg.nl/google-task-queues-on-gcp-with-google-cloud-functions/ |
At our company [Embrosa](https://www.embrosa.com) we have many microservices, that all handle one specific part of our platform. An example is that when a user profile is changed, some of this data is synchronized to other services, by using a Firestore triggered Cloud Function.
This looks like this:
 This time, I have a quick tidbit to share about improving RxJava stack traces.
But first, a quick update on... | mpeng3 |
266,386 | Creating a Simple Express JWT Authentication Middleware with Express-Kun (No need of setuping Passport!) | Creating a Simple Express JWT Authentication Middleware in 5 Minutes | 0 | 2020-02-21T22:19:42 | https://dev.to/hanipcode/creating-a-simple-express-jwt-authentication-middleware-in-5-minutes-with-express-kun-4aa3 | express, javascript, expresskun, backend | ---
title: Creating a Simple Express JWT Authentication Middleware with Express-Kun (No need of setuping Passport!)
published: true
description: Creating a Simple Express JWT Authentication Middleware in 5 Minutes
tags: express, javascript, express-kun, backend
---
Authentication is a really common middleware in backe... | hanipcode |
282,497 | Stoked On Meteor — The Goal is to Learn + Syllabus | Once you stop learning, you start dying And we don’t want that to happen! We... | 0 | 2020-03-16T19:35:37 | https://dev.to/xavxyz/stoked-on-meteor-the-goal-is-to-learn-syllabus-2k8e | 
# Once you stop learning, you start dying
## And we don’t want that to happen!
We spend our life learning things. Like other entrepreneurs and developers, I’m looking perpetually to ... | xavxyz | |
266,405 | How To Create a dev.to API Wrapper in PHP to Fetch your Latest Posts | In this tutorial, you'll learn how to create an API wrapper in PHP to fetch your latest dev.to posts. | 0 | 2020-02-25T12:26:28 | https://dev.to/erikaheidi/how-to-create-a-dev-to-api-wrapper-in-php-to-fetch-your-latest-posts-1fei | tutorial, php, api, meta | ---
title: How To Create a dev.to API Wrapper in PHP to Fetch your Latest Posts
published: true
description: In this tutorial, you'll learn how to create an API wrapper in PHP to fetch your latest dev.to posts.
tags: tutorial, PHP, apis, meta
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/sb0fw4oirat4fang50l6.... | erikaheidi |
266,408 | My first week as a (paid internship) dev | I should have posted this text last Friday. But here I am (finished my second week now). I started l... | 0 | 2020-02-21T23:30:02 | https://dev.to/annamunhoz/my-first-week-as-a-paid-internship-dev-3i03 | beginners, codenewbie, motivation | *I should have posted this text last Friday. But here I am (finished my second week now).*
I started learning programming (for real) in September of 2019. In October I decided it would be my career so I tried my first job. Of course things went very badly with the technical tests and everything. I didn’t deliver all t... | annamunhoz |
266,452 | PBS logo animation with CSS | This was originally published on codinhood.com Whether they grew up watching Mister Rogers, learned... | 0 | 2020-02-22T04:10:55 | https://codinhood.com/micro/pbs-logo-animation-with-css | css, codepen, showdev, webdev |
*This was originally published on [codinhood.com](https://codinhood.com/micro/pbs-logo-animation-with-css)*
Whether they grew up watching Mister Rogers, learned to paint with Bob Ross, or just settle in every night to watch the news, the iconic PBS logo is a familiar and comforting sight to many Americans. The logo ... | codypearce |
266,494 | Plotting your Spotify data | In this post, I will show you how to play with your Spotify listening data; we will copy a beautiful plot inspired by GitHub. | 0 | 2020-02-22T15:26:39 | https://dev.to/feregri_no/plotting-your-spotify-data-2km8 | seaborn, matplotlib, python, dataviz | ---
title: Plotting your Spotify data
published: true
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/rxukopkozl4sllrze33y.png
description: In this post, I will show you how to play with your Spotify listening data; we will copy a beautiful plot inspired by GitHub.
tags: seaborn, matplotlib, python, dataviz
---
... | feregri_no |
266,698 | CSV lezen met Python (Dutch) | Een CSV-bestand (Comma Separated Values) is een bestand met platte tekst waarin elke waarde wordt ges... | 0 | 2020-02-22T12:24:42 | https://dev.to/compilerboiler/csv-lezen-met-python-dutch-2l16 | python, dutch, beginners | Een CSV-bestand (Comma Separated Values) is een bestand met platte tekst waarin elke waarde wordt gescheiden door een komma.
Excel kan CSV-bestanden openen. Dit is erg handig omdat het betekent dat je je gegevens vanuit Python in csv kunt opslaan en vervolgens in Excel kunt openen.
In dit artikel leert u hoe u een C... | compilerboiler |
266,716 | Do you use Multidimensional Arrays in Your Job? | In the companies I've worked at, I have never needed to use multidimensional arrays. I've only worked... | 0 | 2020-02-22T13:28:48 | https://dev.to/dana94/do-you-use-multidimensional-arrays-in-your-job-g83 | question | In the companies I've worked at, I have never needed to use multidimensional arrays. I've only worked with them in college when I was first learning about arrays and in storing data for puzzles in personal projects.
I'm curious, has anyone needed to use them in their job? | dana94 |
266,764 | How to setup Gatsby with Contentful CMS and Deploy on Netlify | If you have been working with a Gatsby blog site, you’d most likely know how to source markdown files... | 0 | 2020-02-22T16:35:09 | https://ibaslogic.com/blog/gatsby-with-contentful-cms/ | gatsby, beginners, tutorial, javascript |
If you have been working with a Gatsby blog site, you’d most likely know how to source markdown files from the filesystem.
This is not bad for someone technical and enjoys working with the markdown syntax.
But, as a developer, you’d also want to consider those that would be managing their Gatsby blog content from th... | ibaslogic |
266,781 | How I Got Into Tech | Today I share a video where I talk about how I made my way into tech, enjoy! | 0 | 2020-02-22T17:11:44 | https://dev.to/terrancecorley/how-i-got-into-tech-58il | webdev, beginners, discuss, codenewbie | ---
title: How I Got Into Tech
published: true
description: Today I share a video where I talk about how I made my way into tech, enjoy!
tags: webdev, beginners, discuss, codenewbie
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/cx2hf00qjiwe7i1cvn78.png
---
Hi everyone!
Today I uploaded a video talking about ... | terrancecorley |
266,817 | VueJs Challenge - capitalizeFirstLast | Dev Daily Challenge #190 - capitalizeFirstLast VueJs beginner challenge solved | 0 | 2020-02-22T19:34:50 | https://dev.to/florincornea/vuejs-challenge-capitalizefirstlast-3apb | codepen, vue, javascript, beginners | <p> Dev Daily Challenge #190 - capitalizeFirstLast </p>
<p> VueJs beginner challenge solved </p>
{% codepen https://codepen.io/FlorinCornea/pen/BaNQVVj %} | florincornea |
266,848 | The Valley | The Climb Imagine you are climbing a hill. A pretty steep hill this one was. You look ar... | 0 | 2020-02-22T20:34:37 | https://dev.to/areljannc/the-valley-al1 | career, retrospective | ## The Climb
Imagine you are climbing a hill.
A pretty steep hill this one was.
You look around and you see others trying to climb this hill as well. You help each other out when possible.
You've heard stories about what's on the other side and it seemed like something you could attain with enough dedication. Plus,... | areljannc |
266,906 | Visual Studio Summit 2020 | O evento O Visual Studio Summit, é a maior conferência independente para desenvolvedores... | 0 | 2020-02-23T00:43:20 | https://dev.to/julioarruda/visual-studio-summit-2020-5fb0 | vssummit, eventos, mvpbr, mvpbuzz |

# O evento
O Visual Studio Summit, é a maior conferência independente para desenvolvedores, que utilizam a plataforma Visual Studio na América Latina.
O evento está em sua nona edição, e conta com um espaço ainda maior que os últimos ano... | julioarruda |
266,921 | What we can learn from several startup success stories? | Subscribe to my email list now at http://jauyeung.net/subscribe/ Follow me on Twitter at https://twi... | 0 | 2020-02-23T02:41:16 | https://dev.to/aumayeung/what-we-can-learn-from-several-startup-success-stories-5g68 | career, hiring, startup | **Subscribe to my email list now at http://jauyeung.net/subscribe/**
**Follow me on Twitter at https://twitter.com/AuMayeung**
**Many more articles at https://medium.com/@hohanga**
**Even more articles at http://thewebdev.info/**
There's are a few software as service startups that are successful and many that faile... | aumayeung |
267,069 | Top 5 CSS Framework 2020 | Original blog Top 5 CSS Framework 2020 We will discuss here the top trending CSS framework for the ... | 0 | 2020-02-23T11:38:17 | https://dev.to/w3hubs/top-5-css-framework-2020-1j2e | css, todayilearned, webdev, weeklyui |
[Original blog](https://w3hubs.com)
Top 5 CSS Framework 2020
We will discuss here the top trending CSS framework for the developing website front-view in fewer times. If you are looking for the best CSS framework with more additional cool features and reduce your time. So, you are in the right place.
Web developm... | w3hubs |
267,107 | 5 non-technical skills you don't learn at university | Intro Teaching junior developers for several years showed me five topics in special that t... | 0 | 2020-02-23T13:44:27 | https://dev.to/lampewebdev/5-non-technical-skills-you-don-t-learn-at-university-5401 | beginners, career, productivity, javascript | ### Intro
Teaching junior developers for several years showed me five topics in special that they need to learn. In this blog post, I will go over them and explain what they mean and how you can have a head start over a lot of junior developers. They are not ordered. All of them are important.
### Scrum / Agile
Workin... | lampewebdev |
267,128 | Deno dependencies, xstate | I have been playing with deno again lately, seems like it's come quite far now. But what I am wonderi... | 0 | 2020-02-23T14:39:20 | https://dev.to/adam_cyclones/deno-dependencies-xstate-g0c | help, typescript, rust | I have been playing with deno again lately, seems like it's come quite far now. But what I am wondering about is using libraries.
I would love to use xstate but I'm not sure if xstate needs to be packaged in some special way for deno. How would I import it into my code? | adam_cyclones |
267,137 | PowerShell Readability For Others | Intro I've been meaning to start some sort of online blog to jot down snippets, ideas, and... | 0 | 2020-02-23T15:09:08 | https://dev.to/anthonyjvoss/powershell-readability-for-others-4p5k | powershell, python, readability, firstpost | #Intro
I've been meaning to start some sort of online blog to jot down snippets, ideas, and solutions to begin giving back to the online community I regularly benefit from. Here is my first short post to begin that journey!
# The Great Debate
I work on a team of 6 developers that write automated solutions. We are ... | anthonyjvoss |
267,198 | 🛢Create New Kedro Pipeline (kedro new) | This is a quickstart to getting a new kedro pipeline up and running. After this article you should b... | 5,228 | 2020-03-02T16:52:09 | https://waylonwalker.com/blog/create-new-kedro-project/ | data, dataengineering, kedro, datascience | This is a quickstart to getting a new [kedro](kedro.readthedocs.io) pipeline up and running. After this article you should be able to understand how to get started with [kedro](kedro.readthedocs.io). You can learn more about this [Hello World Example](https://kedro.readthedocs.io/en/stable/02_getting_started/04_hello... | waylonwalker |
267,216 | Some Tools to Help Present Git | I’m presenting soon on Advanced Git. I feel a lot of Developers and DevOps engineers know enough... | 0 | 2020-02-24T04:08:10 | https://chrislayers.com/2020/02/23/some-tools-to-help-present-git/ | development, devops, tools, git | ---
title: Some Tools to Help Present Git
published: true
date: 2020-02-23 05:27:33 UTC
tags: Development,DevOps,Tools,git
canonical_url: https://chrislayers.com/2020/02/23/some-tools-to-help-present-git/
---
[](https://git-scm.com/images/logos/2color-lightbg@... | chris_ayers |
267,219 | PyQT5 ile sistem tepsisine ikon ekleme | PyQT5 kullanarak basit bir sistem tepsisi uygulaması geliştirebilmek için aşağıdaki gibi bir kod yazm... | 0 | 2020-02-23T17:33:29 | https://dev.to/aliorhun/pyqt5-ile-sistem-tepsisine-ikon-ekleme-527g | python, pyqt, sistemtepsisi, gui | PyQT5 kullanarak basit bir sistem tepsisi uygulaması geliştirebilmek için aşağıdaki gibi bir kod yazmak gerekmektedir:

```python
import sys
from PyQt5 import QtCore, QtGui, QtWidgets
# code source: https://stackoverflow.com/questions/89... | aliorhun |
267,222 | React/Redux application with Azure DevOps: Part 2 Add Redux to application | React/Redux application with Azure DevOps | 0 | 2020-02-25T02:34:34 | https://dev.to/kenakamu/react-redux-application-with-azure-devops-part-2-add-redux-to-application-5doc | azuredevops, react, redux, unittest | ---
title: React/Redux application with Azure DevOps: Part 2 Add Redux to application
published: true
description: React/Redux application with Azure DevOps
tags: AzureDevOps,React,Redux,UnitTest
---
In the [previous post](https://dev.to/kenakamu/react-redux-application-with-azure-devops-part-1-create-new-react-applic... | kenakamu |
267,229 | Code Indirection | Code indirection Code readability Readability is the ease with which a reader... | 0 | 2020-02-23T17:58:05 | https://stereobooster.com/posts/code-indirection/ | codereadability, readability, programming | ---
title: Code Indirection
published: true
date: 2020-02-23 15:11:20 UTC
tags: codereadability,readability, programming
canonical_url: https://stereobooster.com/posts/code-indirection/
---
# Code indirection
## Code readability
> Readability is the ease with which a reader can understand a written text.
>
> -- [Wik... | stereobooster |
267,251 | Configurama - Building SaaS #36 | In this episode, we turned our attention to handling settings and configuration. We discussed di... | 2,058 | 2020-04-16T18:03:54 | https://www.mattlayman.com/building-saas/configurama/ | python, django, saas, configuration | {% youtube LoNdFiMwH8M %}
In this episode, we turned our attention to handling settings and configuration. We discussed different techniques for handling settings, looked at available tools, and started integrating one of the tools into the project.
The initial discussion in the stream focused on different ways of d... | mblayman |
267,266 | Pythonic code: built-in functions | This post continues a series on "Pythonic" code. Pythonic code is code that fits well with the desig... | 4,664 | 2020-04-01T18:03:42 | https://www.mattlayman.com/blog/2017/pythonic-code-built-in-functions/ | python | This post continues a series on "Pythonic" code. Pythonic code is code that fits well with the design of the Python language. The last post examined the [property decorator](https://www.mattlayman.com/blog/2017/pythonic-code-the-property-decorator/) as a technique to make beautiful classes. This fourth post will div... | mblayman |
267,270 | List users in SQL Server database | The image below shows how. (on Microsoft SQL Server Management Studio). Query use [database_name... | 0 | 2020-02-23T19:12:35 | https://dev.to/jsgurugit/list-users-in-sql-server-database-1k20 | sqlserver | The image below shows how. (on Microsoft SQL Server Management Studio).

__Query__
```sql
use [database_name]
select name as username,
create_date,
modify_date,
type_desc as type,
... | jsgurugit |
267,443 | Solving the Ransom Note Algorithm in Javascript | GitHub repo with completed solution code and test suite. What is the Ransom Note challenge... | 0 | 2020-02-24T00:17:36 | https://dev.to/noamsauerutley/solving-the-ransom-note-algorithm-in-javascript-259 | javascript, algorithms | ### [GitHub repo with completed solution code and test suite.](https://github.com/noamsauerutley/ransom-note)
What is the Ransom Note challenge?
> # ‘Given two strings:
> # 1. A source string, i.e. the “page”
> # 2. A desired string, i.e. the “note”
> # determine if the desired “note” string can be created using only ... | noamsauerutley |
267,451 | DEV Questions 3: Immediate and retained mode GUI models | After doing some reading on this subject, I concluded that immediate mode is best within a game engin... | 4,914 | 2020-02-24T00:50:59 | https://dev.to/wrldwzrd89/dev-questions-3-immediate-and-retained-mode-gui-models-1cd2 | design | After doing some reading on this subject, I concluded that immediate mode is best within a game engine, whereas retained mode is the developers' favorite everywhere else. I have tried both - I have far more retained mode experience than immediate - but both clearly have their uses. Have you tried both modes?
Finally, ... | wrldwzrd89 |
267,566 | Driblando separadores específicos dos SO's com Node.js | Utilizando path.resolve() para navegação no sistema de arquivos de qualquer sistema operacional. | 0 | 2020-02-24T06:43:04 | https://dev.to/leonardossev/resolvendo-conflitos-de-caminhos-para-diferentes-so-s-3dgd | path, node, linux, windows | ---
title: Driblando separadores específicos dos SO's com Node.js
published: true
description: Utilizando path.resolve() para navegação no sistema de arquivos de qualquer sistema operacional.
tags: path,nodejs,linux,windows
cover_image: https://images.unsplash.com/photo-1461360228754-6e81c478b882?ixlib=rb-1.2.1&ixid=ey... | leonardossev |
267,601 | Working with throwing functions in Swift | This post was originally published on my blog. You can read it in its original form here. In Swift... | 0 | 2020-02-24T08:25:09 | https://www.donnywals.com/working-with-throwing-functions-in-swift/ | swift, ios | > This post was originally published on my [blog](https://www.donnywals.com/the-blog/). You can read it in its original form [here](https://www.donnywals.com/working-with-throwing-functions-in-swift/).
In Swift 2.0, Apple introduced the `throws` keyword in Swift. This addition to Swift language added the ability for d... | donnywals |
267,684 | Rest API with Flask | The Python Flask module is great for building a Rest API. A Rest API uses the HTTP protocol as it was... | 0 | 2020-02-24T11:46:28 | https://dev.to/bluepaperbirds/rest-api-with-flask-1in7 | python, beginners | The Python <a href="https://palletsprojects.com/p/flask/">Flask</a> module is great for building a Rest API. A Rest API uses the <a href="https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol">HTTP</a> protocol as it was originally designed.
The HTTP protocol has many requests like **GET, PUT, POST, and DELETE** ... | bluepaperbirds |
267,735 | Comparison between React Native Web and React | I'm sure most of you would agree that we don't need an introduction to React. It is the unquestionabl... | 0 | 2020-02-25T06:41:40 | https://dev.to/thomaswilfred15/comparison-between-react-native-web-and-react-1fl4 | react, reactnative | I'm sure most of you would agree that we don't need an introduction to React. It is the unquestionable leader of the framework world. But then, Facebook went ahead and released <i>React Native web</i>. "So what is the meaning of this?" is what most of you would be thinking. Is it the same thing? If not, then doesn't it... | thomaswilfred15 |
267,737 | 3 Categories of NPM Packages | So I typed that in Google and no interesting result. By my experience, I feel I can categorize them i... | 0 | 2020-02-24T13:19:15 | https://blog.toheeb.com/categories-of-npm-packages-ck6zhtkdt05pwd9s1o43mkuny | javascript, npm | So I typed that in Google and no interesting result. By my experience, I feel I can categorize them into those used via:
- CLI,
- API,
- as a Plugin
## CLI
Examples: [Del-cli](https://www.npmjs.com/package/del-cli), [Postcss-cli](https://www.npmjs.com/package/postcss-cli), [Webpack-cli](https://www.npmjs.com/package/... | toheeb |
282,514 | State Switching..! | Sometimes, when we are writing the logical commands of a part of the main program, we need to change... | 0 | 2020-03-16T20:13:59 | https://dev.to/mohsenfallahnjd/state-switching-1d6l | javascript, tutorial, webdev, vue | Sometimes, when we are writing the logical commands of a part of the main program, we need to change the situation between the two types, if a specific condition happen.
For example, when we click the “ _Edit_ ” button, we can edit the text and disable editing by pressing the “ _Edit_ ” button again.
Or in a Todo lis... | mohsenfallahnjd |
267,819 | Securing React Native Applications | React Native is the framework of choice for cross-platform mobile development. Here, we explore several strategies to secure React Native applications. | 0 | 2020-02-24T15:41:52 | https://blog.jscrambler.com/securing-react-native-applications/ | reactnative, javascript, mobile, security | ---
title: Securing React Native Applications
published: true
description: React Native is the framework of choice for cross-platform mobile development. Here, we explore several strategies to secure React Native applications.
tags: react native, javascript, mobile, security
canonical_url: https://blog.jscrambler.com/s... | karandpr |
267,849 | How I Got Started Developing Games | I taught myself to code in (or around) 2004 because I wanted my Neopets profile to play music - and I... | 0 | 2020-02-24T16:21:27 | https://dev.to/brsullivan/how-i-got-started-developing-games-115g | career, womenintech | I taught myself to code in (or around) 2004 because I wanted my Neopets profile to play music - and I haven't looked back.
After graduating from college in 2014 and accepting the first job I was offered, I landed a job I actually liked in 2017. I started working as a FE Solutions Developer/Consultant with various clie... | brsullivan |
267,909 | How To Integrate CKEditor with Django Admin | Sometimes we have to add WYSIWYG editor to an input box in the Django Admin. It is a simple and easy... | 0 | 2020-02-24T17:27:37 | https://medium.com/@r.muminur/integrate-ckeditor-with-django-admin-743bc2b7777c | django | Sometimes we have to add WYSIWYG editor to an input box in the Django Admin. It is a simple and easy task but may seem tricky for newbies. So, we are going to add a WYSIWYG (which s an acronym for “What You See Is What You Get”) editor to our Django Admin.
For this tutorial, I am assuming that we have a ProjectUpdate m... | iammumin |
267,979 | How come job interviews turned in LeetCode familiarity? | There are some big companies, in which the interviewer told me secretly "if you don't do tons of L... | 0 | 2020-02-24T19:09:33 | https://dev.to/sunflower/how-come-job-interviews-turned-in-leetcode-familiarity-eb9 | anonymous, discuss, leetcode, interview | There are some big companies, in which the interviewer told me secretly
>"if you don't do tons of LeetCode, don't even think about getting into our company"
Another one I heard was
> "if you can't give the most optimal solution in the phone interview (which was a medium hard LeetCode problem), don't even think abou... | sunflower |
267,990 | Dealing with infinite loops in useEffect hook | When i switched to hooks from class styled components, i considered useEffect() hook with empty depen... | 0 | 2020-02-24T19:33:40 | https://dev.to/avxkim/dealing-with-infinite-loops-in-useeffect-hook-j11 | react | When i switched to hooks from class styled components, i considered `useEffect()` hook with empty dependencies array as `componentDidMount()`, what stopped me from using it this way - eslint error `react-hooks/exhaustive-deps`, so i've started to dig deeper on how to do it the right way.
Let's look at this common exam... | avxkim |
268,709 | How Mobile Apps are Helping Nonprofits to Boost Donations | The Link Between Nonprofits and Mobile Apps To be successful, every non-profit organization must ma... | 0 | 2020-02-25T11:14:16 | https://dev.to/sachin0207/how-mobile-apps-are-helping-nonprofits-to-boost-donations-4loa | <h2>The Link Between Nonprofits and Mobile Apps </h2>
To be successful, every non-profit organization must make money. Due to the large mobile usage throughout the world, one of the best ways for a nonprofit to boost donations is through a mobile app. Mobile apps for nonprofits increase your donations more than sendin... | sachin0207 | |
268,417 | Efficient Code Analyzing and Formatting (for React) with ESLint, Prettier and VSCode: 2020 Edition | How to establish a powerful ESLint (static code analysis) / Prettier (code beautifying) workflow that is integrated into VS Code (triggered on save). | 0 | 2020-02-24T22:20:38 | https://doppelmutzi.github.io/react-eslint-prettier-vscode-2020/ | react, eslint, prettier, vscode | ---
title: Efficient Code Analyzing and Formatting (for React) with ESLint, Prettier and VSCode: 2020 Edition
published: true
description: How to establish a powerful ESLint (static code analysis) / Prettier (code beautifying) workflow that is integrated into VS Code (triggered on save).
canonical_url: https://doppelmu... | doppelmutzi |
268,439 | GitHub from the beginning, in Visual Studio | Who's this for? Visual Studio users who want to start using Source Control in their projec... | 0 | 2020-02-24T23:24:50 | https://dev.to/valley_software/github-from-the-beginning-in-visual-studio-1m0h | ###Who's this for?
Visual Studio users who want to start using Source Control in their projects, new or existing, but have no experience with source control.
###Pre-work.
OK, you will need a GitHub account. They're <a href="https://github.com/join">free and fast to setup!</a> I doubt I can explain that any better t... | valley_software | |
268,470 | First Post!!! | I've started the software engineering immersive bootcamp at Flatiron School! This is week 5 for me. I... | 0 | 2020-02-25T00:34:08 | https://dev.to/lfriedrichs/first-post-28m9 | beginners | I've started the software engineering immersive bootcamp at Flatiron School! This is week 5 for me. I've progressed through Ruby and some of it's libraries (ActiveRecord, etc.) and am currently deep diving into Rails :)
But enough about code, I've been asked to explain WHY I WANT TO CODE. And so here we go. I majored ... | lfriedrichs |
268,489 | Is Your Data Secure? Security and Cloud-Based Computing | At Nookal we are often asked about the security of our practice management system over the cloud. I g... | 0 | 2020-02-25T01:08:38 | https://dev.to/seoegc/is-your-data-secure-security-and-cloud-based-computing-39l5 | saas, security | <p>At Nookal we are often asked about the security of our practice management system over the cloud. I guess it's because we are a completely cloud-based system, as compared to alternative server-based systems, purchasing a system that stores data on a local computer, within the confounds of a clinic.</p>
 - บทนำ, ก้าวแรกสู่โลกแห่ง Functional Programming | บทความจาก https://www.tamemo.com/post/156/fp-00-intro/ Prologue เกริ่นนำ ในช่วงหลายๆ ปี... | 5,117 | 2020-02-25T04:48:28 | https://www.tamemo.com/post/156/fp-00-intro/ | beginners, programming, functional, history | > บทความจาก [https://www.tamemo.com/post/156/fp-00-intro/](https://www.tamemo.com/post/156/fp-00-intro/)
## Prologue เกริ่นนำ
ในช่วงหลายๆ ปีที่ผ่านมา เชื่อว่าหลายๆ คนคงเคยได้ยินคำว่า **"Functional Programming"** ผ่านหูกันมาบ้าง แต่อาจจะยังมีความสงสัยว่ามันคืออะไร ต่างจากการเขียนโปรแกรมแบบปกติที่เคยเขียนๆ มาแค่ไหน แล้ว... | nartra |
268,526 | Succeeding at your First Developer Job | For those in their first year of being a developer - either a new grad with CS degree or self-taught... | 0 | 2020-02-25T03:46:33 | https://dev.to/bhumi/succeeding-at-your-first-developer-job-3bo2 | career, beginners, codenewbie, discuss | For those in their first year of being a developer - either a new grad with CS degree or self-taught developer - what is your biggest challenge after learning to code?
Knowing how to code is just one of the things you do while working as a professional (i.e. paid) software developer. Some of the other things are:
- r... | bhumi |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.