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 |
|---|---|---|---|---|---|---|---|---|
199,270 | Quick Tips: CSS Transforms and Transitions | A quick article explaining the different transform properties and the transition property in CSS with examples. | 0 | 2019-11-13T15:28:04 | https://dev.to/coffeecraftcode/quick-tips-css-transforms-and-transitions-5b0f | css, beginners, webdev, frontend | ---
title: Quick Tips: CSS Transforms and Transitions
published: true
description: A quick article explaining the different transform properties and the transition property in CSS with examples.
tags: #css #beginner #webdev #frontend
cover_image: https://thepracticaldev.s3.amazonaws.com/i/8qzuomp4zhw2rgaqsi3g.png
---
... | coffeecraftcode |
201,102 | Does Fullstack developer experience count? | I can provide more context in EDIT if requested. Context I am currently working as a... | 0 | 2019-11-06T00:21:08 | https://dev.to/weirdmayo/does-full-stack-developer-experience-count-20jj | discuss | ---
title: Does Fullstack developer experience count?
published: true
tags: discussion
---
I can provide more context in `EDIT` if requested.
## Context
I am currently working as a Fullstack developer in United States. I love JavaScript and creative development (interactive content, web applications), and my current... | weirdmayo |
199,422 | Essais on REST API | REST (Representational State Transfer) is based on HTTP. I will write some basic information about th... | 0 | 2019-11-01T21:32:44 | https://dev.to/halilcanozcelik/essais-on-rest-api-5dc2 | todayilearned, webdev | REST (Representational State Transfer) is based on HTTP. I will write some basic information about the REST API. It is not a structured REST explanation, I will write down some notes about it.
If a request is cached, the response can be sent from one of the intermediaries (Proxy or Gateway) without reaching to server.... | halilcanozcelik |
199,431 | Comparison of Material UI with Google Material Design | Originally posted here Material-UI is an excellent framework to develop beautiful React components f... | 0 | 2019-11-01T22:16:35 | https://dev.to/deekshasharma25/comparison-of-material-ui-with-google-material-design-504i | javascript, react, tutorial, computerscience | Originally posted [here](https://youtu.be/I1dqDr0KGHM)
Material-UI is an excellent framework to develop beautiful React components faster! You can start with Google Material Design out of the box or create your own design system.
It's faster than ever to build beautiful and consistent apps using React and Material-... | deekshasharma25 |
199,443 | Good Morning | A post by max | 0 | 2019-11-01T22:57:59 | https://dev.to/contorax_39/good-morning-49f8 | contorax_39 | ||
199,471 | Day 25 : The Day | liner notes: Professional : Spent the day tightening up my application and showing it to some team... | 0 | 2019-11-02T01:41:15 | https://dev.to/dwane/day-25-the-day-2pb8 | hiphop, code, coding, lifelongdev | _liner notes_:
- Professional : Spent the day tightening up my application and showing it to some team members. Got some really good feedback. There's some more options I would like to add.
- Personal : Today was the day of productivity. Did my laundry and ironing. Researched some more stuff for a side project I'm wor... | dwane |
199,532 | How to make your functional React components perform better (with useCallback and memo) | These days I am getting into React after 4 years of AngularJs and Angular 2+. I really like the unopi... | 0 | 2019-11-02T08:38:17 | https://dev.to/shadowwarior5/how-to-make-your-functional-react-components-perform-better-using-usecallback-and-memo-2f9a | javascript, react, webdev, tutorial | These days I am getting into React after 4 years of AngularJs and Angular 2+. I really like the unopinionated nature of this library and the flexibility to decide on patterns and implementation details.
With lots of choices you make - comes a big number of mistakes that can follow up these choices and more work we ne... | shadowwarior5 |
199,604 | The Problem(s) with Nullable Reference Types | There are already some posts about C# 8's nullable reference types. Adopting this new feature has bee... | 0 | 2019-11-02T14:47:07 | https://dev.to/gwigwam/the-problem-s-with-nullable-reference-types-3lea | csharp, dotnet, codequality | ---
title: The Problem(s) with Nullable Reference Types
published: true
tags: csharp, dotnet, codequality
cover_image: https://thepracticaldev.s3.amazonaws.com/i/xqt5r7q4b2vz2r9tsg6w.png
---
There are already [some](https://dev.to/integerman/safer-code-with-c-8-non-null-reference-types-4f2c) [posts](https://dev.to/jei... | gwigwam |
199,651 | Lessons from the mat: #1 the two resources | Part of a series sharing learnings I've had from yoga, as a creative. | 0 | 2019-11-02T18:58:16 | https://dev.to/fluffynuts/lessons-from-the-mat-1-the-two-resources-2bgd | yoga, learning, time, fitness | ---
title: Lessons from the mat: #1 the two resources
published: true
description: Part of a series sharing learnings I've had from yoga, as a creative.
tags: yoga,learning,time,fitness
cover_image: https://thepracticaldev.s3.amazonaws.com/i/4jzhql9qrdbms907du2g.jpg
---
I hadn't been working long at [Chillisoft](https... | fluffynuts |
199,710 | What is Hactoberfest to you? | Well Hactoberfest 2019 has come and is in the process of winding down. For most, it's a matter of che... | 0 | 2019-11-02T23:23:48 | https://dev.to/tallship/what-is-hactoberfest-to-you-3cm2 | hacktoberfest | Well Hactoberfest 2019 has come and is in the process of winding down. For most, it's a matter of checking their mail for some really kewl schwag, a t-shirt (or two, if last year is any indication) and some neat laptop stickers to proudly announce that the owner of that deck lid is a certified FOSSie.
But what is the ... | tallship |
199,717 | Passing CLI arguments to excutables with 'go run' | Command-line arguments are a common way to parameterize execution of programs. For example, go run hello.go uses run and hello.go arguments to the go program. | 0 | 2019-11-02T23:43:51 | https://dev.to/kdnotes/passing-cli-arguments-to-excutables-with-go-run-1k5o | go, cli | ---
title: Passing CLI arguments to excutables with 'go run'
published: true
description: Command-line arguments are a common way to parameterize execution of programs. For example, go run hello.go uses run and hello.go arguments to the go program.
tags: GoLang,CLI,
---
os.Args provides access to raw command-line argu... | kdnotes |
199,726 | ES 2019 fun stuff even though 2019 is already almost over | ecmascript has released some new functionality throughout 2019. I'm going to go over a few of the thi... | 0 | 2019-11-03T00:34:11 | https://dev.to/sirlolz/es-2019-fun-stuff-even-though-2019-is-already-almost-over-58k5 | javascript | ecmascript has released some new functionality throughout 2019. I'm going to go over a few of the things that has been implemented in javascript
javascript implemented a flat() that flattens arrays
<code>
const a = [1,[2,[3,[4]]]]
a.flat() //=> [1,2,array(2)]
a.flat(3) //=> [1,2,3,4]
a.flat(Infinity)
</code>
pass inf... | sirlolz |
199,754 | Azure Cloud Shell ☁🐚 | Windows Terminal | Visual Studio Code | Interagindo de outras formas com o Azure Cloud Shell. E ae, pessoal, beleza? Trazendo algu... | 0 | 2019-11-04T23:22:58 | https://dev.to/ewertonjordao/azure-cloud-shell-windows-terminal-visual-studio-code-4a36 | azure, windowsterminal, azurecloudshell | #Interagindo de outras formas com o Azure Cloud Shell.
E ae, pessoal, beleza? Trazendo algumas formas de interagir com o Azure Cloud Shell, neste artigo vou conectar no cloud shell com o Windows Terminal e com o Visual Studio Code, afinal posso usar minha máquina Linux(Sim o Cloud Shell é um Ubuntu por debaixo dos pan... | ewertonjordao |
199,766 | Who Are the Career Switchers' Role Models? | The other day, Dan Abramov tweeted this in a thread about intentional inclusion: I started thinkin... | 0 | 2019-11-03T05:07:19 | https://dev.to/lukewrites/who-are-the-career-switchers-role-models-16j | careerswitcher, inclusion | The other day, Dan Abramov [tweeted this](https://twitter.com/dan_abramov/status/1189285636412497921) in a thread about intentional inclusion:
 library very useful as it saves me a lot of time. I appear not to be importing BulmaJs correc... | granttransition |
199,816 | Deploying an app from Gitlab to Heroku using the Quasar framework and Sailsjs | In this tutorial I'm quickly going to give you an idea on how to deploy an application from heroku to... | 0 | 2019-11-03T11:10:58 | https://dev.to/navicsteinr/deploying-an-app-from-gitlab-to-heroku-using-the-quasar-framework-and-sailsjs-3d00 |
In this tutorial I'm quickly going to give you an idea on how to deploy an application from heroku to Gitlab using auto CI/CD
This tutorial assumes that you must have known a little bit of Quasar framework and JavaScript it also assumes that you have basic understanding of Node itself and Auto DevOps.
In this examp... | navicsteinr | |
199,901 | Async & Overview async/await | tl;dr async/await is a great way to deal with asynchronous behavior, once you get the hang of the syn... | 0 | 2019-11-04T05:03:35 | https://dev.to/jacobmgevans/async-await-promises-45b6 | javascript, promises, webdev | tl;dr `async/await` is a great way to deal with asynchronous behavior, once you get the hang of the syntax which I find more straightforward than `<Promise>.then()`
# Overview
## Syntatic Sugar!?
That's right you heard that correctly, Promises are abstractions on callbacks if you don't know those that's fine, I sugg... | jacobmgevans |
199,996 | Just discovered this forum and it is awesome! | A post by Airhon Carlo Cortez | 0 | 2019-11-04T01:52:15 | https://dev.to/airhoncortez/just-discovered-this-forum-and-it-is-awesome-205e | airhoncortez | ||
200,030 | How to use async/await with map and Promise.all | I found myself stuck on using the map function with async and await. It took me relearning how to wor... | 0 | 2019-11-04T03:44:27 | https://dev.to/jamesliudotcc/how-to-use-async-await-with-map-and-promise-all-1gb5 | javascript | I found myself stuck on using the map function with async and await. It took me relearning how to work with promises to figure it out, but once I figured it out, the syntax turned out to be pretty nice and readable.
JavaScript's async and await syntax is new as of ES2017. I think the syntax is really neat because it a... | jamesliudotcc |
200,036 | Mysql 5.6: alter column to set default to current_timestamp
| hould be so simple but I'm pulling my hair out trying to figure this out. This example mimics the mi... | 0 | 2019-11-04T04:14:26 | https://dev.to/kimminpuple/mysql-5-6-alter-column-to-set-default-to-currenttimestamp-3lg2 | hould be so simple but I'm pulling my hair out trying to figure this out.
This example mimics the migrations I'll run - essentially it's add a new nullable column to the table, set the value to match https://citeref.com/easybib/ https://easytax.onl/irs/ another column, then default it to current_timestamp/not nullab... | kimminpuple | |
200,045 | JavaScript prototypes by example | Prototypes is a powerful feature in JS. Let's see how they work step by step. | 0 | 2019-11-04T15:59:10 | https://dev.to/karataev/javascript-prototypes-by-example-15jh | javascript, prototype, webdev, beginners | ---
title: JavaScript prototypes by example
published: true
description: Prototypes is a powerful feature in JS. Let's see how they work step by step.
tags: javascript, prototype, webdev, beginners
---
Prototypes in JavaScript are the mechanism to share common functionality between objects. They are powerful, but some... | karataev |
201,106 | Think of time as a series of timestamps | Think of time as a series of timestamps
I've been logging my daily ... | 0 | 2019-11-06T00:31:37 | https://yiming.dev/clipping/2019/11/05/think-of-time-as-a-series-of-timestamps | functional, gtd, time, logging | ---
title: Think of time as a series of timestamps
published: true
date: 2019-11-06 00:00:00 UTC
tags: Functional Programming, GTD, Time, Logging
canonical_url: https://yiming.dev/clipping/2019/11/05/think-of-time-as-a-series-of-timestamps
---
<section id="content" role="main">
<div id="outline-container-sec-" sty... | dsdshcym |
200,070 | Laravel 6 install setup with bootstrap and vue js and new make:auth
| laravel new laravel_vue cd laravel_vue composer require laravel/ui php artisan ui vue --auth npm ins... | 0 | 2019-11-04T06:04:21 | https://dev.to/siddharthr0318/laravel-6-install-setup-with-bootstrap-and-vue-js-and-new-make-auth-41d1 | laravel |
laravel new laravel_vue
cd laravel_vue
composer require laravel/ui
php artisan ui vue --auth
npm install
npm run dev
Read Blog: https://realprogrammer.in/laravel-6-install-setup-with-bootstrap-and-vue-js-and-new-makeauth/
Watch Video: https://www.youtube.com/watch?v=wHxMMy4-mB8 | siddharthr0318 |
200,123 | Chrome attach debug with WebStorm | 1) Launch chrome with a command described in vscode-chrome-debug - Attach. Here we use port 9929 for... | 0 | 2019-11-04T09:07:12 | https://dev.to/wataash/chrome-attach-debug-with-webstorm-328p | chrome, debug, web, webstorm | ---
title: Chrome attach debug with WebStorm
published: true
description:
tags: chrome, debug, web, webstorm
---
1) Launch chrome with a command described in [vscode-chrome-debug - Attach](https://github.com/microsoft/vscode-chrome-debug#attach). Here we use port 9929 for the Chrome Debugging protocol (`--remote-debu... | wataash |
200,180 | Passing methods through props | How to pass a React class component method to children components | 0 | 2019-11-04T12:25:48 | https://dev.to/cesareferrari/passing-methods-through-props-49op | react, javascript | ---
title: Passing methods through props
published: true
description: How to pass a React class component method to children components
tags: reactjs, javascript
cover_image: https://ferrariwebdevelopment.s3.us-east-2.amazonaws.com/assets/20190924-passing-methods-props.jpeg
---
## How to pass a React class component m... | cesareferrari |
200,437 | Terminal commands every developer should know | This article was originally published on mariokandut.com. The terminal is the developers best friend... | 0 | 2019-11-04T17:05:46 | https://www.mariokandut.com/terminal-commands-every-developer-should-know | terminal, linux, magic | ---
title: Terminal commands every developer should know
published: true
date: 2019-11-01 00:00:00 UTC
tags: terminal, linux, magic
canonical_url: https://www.mariokandut.com/terminal-commands-every-developer-should-know
---
_This article was originally published on [mariokandut.com](https://www.mariokandut.com/termin... | mariokandut |
200,472 | How do I make paging with ordering by different columns ? | I need to sort out two sets of data. The order rules are followed by first the column "id2" is null o... | 0 | 2019-11-04T19:06:59 | https://dev.to/tingwei628/how-do-i-make-paging-with-ordering-by-different-columns-ja2 | sql, database, postgres, webdev | I need to sort out two sets of data. The order rules are followed by first `the column "id2" is null or not`.
After sorting out, One set of data should be ordered by the column `dt2` when the column `id2` is null. The other should be also ordered by the column `dt3` when the column `id2` is not null.
The tricky par... | tingwei628 |
200,477 | Legacy PHP Application: PHP CS Fixer & PHP Code Sniffer for PSR1 & PSR2 | Part 1 of this series covers a tour of my 14+ year old legacy CMS called LampLight and it continues w... | 2,902 | 2019-11-05T00:02:00 | https://blog.syntaxseed.com/legacy-php-application-php-cs-fixer-php-code-sniffer-for-psr1-psr2/ | php, codeanalysis, legacycode, psr | Part 1 of this series covers a tour of my 14+ year old legacy CMS called LampLight and it continues with my use of command line code analysis tools to migrate it from PHP v 5.6 to 7.3. In this part we'll continue to use PHP CS Fixer to clean up the code, and will then move on to use PHP Code Sniffer for even more tidyi... | syntaxseed |
200,486 | Basics of the command line | The command line interface is what developers use to navigate around their directories and manipulate... | 0 | 2019-11-07T07:28:19 | https://dev.to/danimal92/basics-of-the-command-line-3h8c | commandline, terminal | The command line interface is what developers use to navigate around their directories and manipulate files. This skill is critical for developers because it allows for greater control over your system, whether it's using npm to install packages and ruby gems, using git, or using it for direct control over your files. ... | danimal92 |
200,546 | Call Github GraphQL API using c# | How to call Github GraphQL API using c# without dying while trying? | 0 | 2019-11-04T22:47:08 | https://dev.to/mpetrinidev/call-github-graphql-api-using-c-50o5 | csharp, dotnet | ---
title: Call Github GraphQL API using c#
published: true
description: How to call Github GraphQL API using c# without dying while trying?
cover_image: https://thepracticaldev.s3.amazonaws.com/i/6a7no3eqj2hwh604w5ta.png
tags: #csharp, #dotnet
---
***
*Welcome!* Spanish articles on [LinkedIn](https://www.linkedin.com/... | mpetrinidev |
200,637 | How to toggle Vpc configuration per stage? | This post is originally published on our blog. This guy has asked the serverless forum for a... | 0 | 2019-11-05T03:57:59 | https://dev.to/hoangleitvn/how-to-toggle-vpc-configuration-per-stage-4abp | serverless, aws, lambda, vpc | This post is originally published on [our blog](https://innomizetech.com/blog/how-to-toggle-vpc-configuration-per-stage).
<!-- wp:paragraph -->
<p><a href="https://forum.serverless.com/t/exclude-vpc-config-for-different-enviornments/9756">This guy has asked the serverless forum</a> for a solution to implement it. That... | hoangleitvn |
200,710 | A distância das letras | Por volta do ano 1000 da Era Comum, um rei inglês queria coletar mais impostos e resolveu fazer algo... | 0 | 2019-11-05T14:57:34 | https://buttondown.email/helder/archive/a-distancia-das-letras/ | backups, storage, lessonslearned, ptbr | ---
title: A distância das letras
published: true
date: 2019-11-05 08:20:44 UTC
tags: [backups, storage, lessonslearned, ptbr]
canonical_url: https://buttondown.email/helder/archive/a-distancia-das-letras/
---
Por volta do ano 1000 da Era Comum, um rei inglês queria coletar mais impostos e resolveu fazer algo inédito ... | helderubi |
201,135 | Nested Queries in Prisma Client | These days I'm working on a new project in the workplace which is the first project I work on that is... | 0 | 2019-11-06T03:03:26 | https://dev.to/mehrad77/how-to-query-subfields-in-prisma-client-4i1d | prisma, graphql | ---
title: Nested Queries in Prisma Client
published: true
description:
tags: Prisma, graphql
---
These days I'm working on a new project in the workplace which is the first project I work on that is built on Prisma and Yoga. I worked with Prisma before on the days that the only way to access Prisma was [Prisma Bindi... | mehrad77 |
200,739 | SEO urls for Opencart multi vendor pages on seller side | Opencart multi-vendor marketplace extension turns any Opencart Store into an Amazon-style marketplace... | 0 | 2019-11-05T10:20:00 | https://dev.to/virenkich/seo-urls-for-opencart-multi-vendor-pages-on-seller-side-2469 | opencartmultivendorextension, opencartmultiseller, opencartmultivendor | Opencart multi-vendor marketplace extension turns any Opencart Store into an Amazon-style marketplace. Our Opencart Marketplace extension has over 50+ features. Our feature-rich extension is the one-stop-shop where developers, teams or organizations can discover and acquire as well as offer multiple Vendors to sell the... | virenkich |
200,753 | What is the Testing Pyramid even? | Because no one wants to fail a technical interview because of a metaphor | 0 | 2019-11-05T19:13:58 | https://meeshkan.com/blog/what-is-the-testing-pyramid/ | testing, webdev, video | ---
title: What is the Testing Pyramid even?
published: true
description: Because no one wants to fail a technical interview because of a metaphor
canonical_url: https://meeshkan.com/blog/what-is-the-testing-pyramid/
tags: testing, webdev, video
---
📹 _This post is a transcript from our [wtfuzz video series](https://... | carolstran |
200,839 | The introductory guide to AssemblyScript | Written by Danny Guo✏️ WebAssembly (or Wasm) is a relatively recent addition to web browsers, but it... | 0 | 2019-11-05T14:41:39 | https://blog.logrocket.com/the-introductory-guide-to-assemblyscript/ | typescript, webassembly, assemblyscript | ---
title: The introductory guide to AssemblyScript
published: true
date: 2019-11-05 14:00:14 UTC
tags: typescript,webassembly,assemblyscript, wasm
canonical_url: https://blog.logrocket.com/the-introductory-guide-to-assemblyscript/
cover_image: https://thepracticaldev.s3.amazonaws.com/i/kqfec81klb8j82enl8j4.jpeg
---
**... | bnevilleoneill |
200,940 | Need a Suggestion | Hey Guys, I have started learning React, and want to have a better learning experience with the devel... | 0 | 2019-11-05T17:37:16 | https://dev.to/smammar/need-a-suggestion-3of6 | react, tutorial, opensource |
Hey Guys,
I have started learning React, and want to have a better learning experience with the developer community also. Therefore I am deciding on creating a React Tutorial Series here on DEV, where I will be explaining each React concept in detail, though I will also be learning at the same time. Also will be shari... | smammar |
201,074 | What do you wish your clients understood better? | It's great to be hired as an expert, but sometimes it helps when clients have a vague concept of what... | 0 | 2019-11-05T22:46:29 | https://dev.to/tyrannaut/what-do-you-wish-your-clients-understood-better-4407 | watercooler | It's great to be hired as an expert, but sometimes it helps when clients have a vague concept of what the hell you're talking about.
For me, it's why they should look after their own domains, rather than letting their web companies handle it.
And maybe just a little bit about how SEO works.
What's yours? | tyrannaut |
201,145 | Resources for Talk: Prioritizing Trust while Creating Applications | Time and money are generally the resources we focus on when building applications. Yet we can’t buy trust; it builds slowly and can be broken quickly when we don’t factor it in to our development process. In this talk, I examined how to leverage security practices to enable an all-team approach to security. In this pos... | 0 | 2019-11-06T12:11:21 | https://dev.to/sigje/resources-for-talk-prioritizing-trust-while-creating-applications-1hpe | devops, security | ---
title: Resources for Talk: Prioritizing Trust while Creating Applications
published: true
description: Time and money are generally the resources we focus on when building applications. Yet we can’t buy trust; it builds slowly and can be broken quickly when we don’t factor it in to our development process. In this... | sigje |
201,146 | Sero.Mapper presentation | I made Sero.Mapper, a simple lightweight alternative to AutoMapper, to help you write and organize MA... | 0 | 2019-11-06T03:57:03 | https://dev.to/agnael/sero-mapper-presentation-4cjl | csharp, opensource, mapper, lightweight | I made **Sero.Mapper**, a simple lightweight alternative to AutoMapper, to help you write and organize MANUAL type transformations.
It's available via NuGet.
For more information and examples, please refer to the [github page](https://github.com/Agnael/Sero.Mapper). | agnael |
201,193 | How to Hire Senior Java Developers Using an ATS?
| Java is the most widely used programming language around the world. Every application possible uses J... | 0 | 2019-11-06T06:33:41 | https://dev.to/ismartrecruit/how-to-hire-a-senior-java-developer-with-using-an-ats-4gai | java | Java is the most widely used programming language around the world. Every application possible uses Java nowadays. You need to find a java developer who can produce quality code and make your application neat and clean and easy to use.
You can define your criteria to measure the performance of your candidates and choo... | ismartrecruit |
201,231 | Performance of optional chaining | One of the coolest features added in just announced TypeScript 3.7 is optional chaining syntax. It pr... | 0 | 2019-11-07T21:57:15 | https://allegro.tech/2019/11/performance-of-javascript-optional-chaining.html | performance, typescript, javascript | One of the coolest features added in [just announced TypeScript 3.7](https://devblogs.microsoft.com/typescript/announcing-typescript-3-7/) is optional chaining syntax. It promises a much shorter and more readable code for dealing with deeply nested data structures. How may this nice new feature affect the performance o... | erykpiast |
201,256 | Why AWS Is Best for Ecommerce Applications? | Cloud hosting has become the gold standard of hosting solutions these days. All popular ecommerce sto... | 0 | 2019-11-06T09:46:29 | https://www.cloudways.com/blog/aws-for-ecommerce-applications/ | aws, php, wordpress, architecture |
Cloud hosting has become the gold standard of hosting solutions these days. All popular ecommerce stores, such as Snapdeal, Alibaba, and Amazon, runs on cloud hosting solutions.
In this article, I will demonstrate why AWS ecommerce solutions are leading the market and why AWS is the best for mid-level and high-traffi... | salmansaleem920 |
201,262 | The perils of sharing state when writing tests | Sharing state is always a bad idea. Functional programmers have been using immutability for a long ti... | 0 | 2019-11-06T10:17:38 | https://dev.to/mizrael/the-perils-of-sharing-state-when-writing-tests-2n1o | testing, csharp, dotnet | <p>Sharing state is always a bad idea. Functional programmers have been using immutability for a long time now, completely avoiding the perils this can bring.</p>
<p>For all the others that for one reason or another keep going on with the good ol’ OOP, this is an hard lesson that needs to be learned. And sooner is t... | mizrael |
201,266 | remove puncuations from unicode like string | remove puncuations from unicode like... | 0 | 2019-11-06T10:23:48 | https://dev.to/nagaraju291990/remove-puncuations-from-unicode-like-string-4n32 | {% stackoverflow 58641830 %} | nagaraju291990 | |
201,392 | Welcome Thread - v47 | Welcome to DEV! A thread of hellos and intros. | 0 | 2019-11-06T14:51:22 | https://dev.to/thepracticaldev/welcome-thread-v47-3758 | welcome | ---
title: Welcome Thread - v47
published: true
description: Welcome to DEV! A thread of hellos and intros.
tags: welcome
---

### Welcome to DEV!
1. Leave a comment below to introduce yourself! You can talk about what brought you here, what yo... | thepracticaldev |
201,431 | 6 strategies to become a faster debugger | This past week, I was pairing with my team member, Sasha, to fix a particularly gnarly bug. We couldn... | 0 | 2019-11-06T16:28:56 | https://www.mercedesbernard.com/blog/6-strategies-for-faster-debugging | debugging, beginners, programming | This past week, I was pairing with my team member, Sasha, to fix a particularly gnarly bug. We couldn’t figure out why errors from our API weren’t being displayed in the frontend of the application. It took us a couple of hours, and I started thinking about how we debug and what strategies we can use to speed up our de... | mercedes |
201,499 | Questions about Ruby? | Good Afternoon Everyone, I'm an aspiring self-taught developer who would really love to learn ruby a... | 0 | 2019-11-06T19:32:00 | https://dev.to/gh0st/questions-about-ruby-1n | ruby | Good Afternoon Everyone,
I'm an aspiring self-taught developer who would really love to learn ruby and rails. I'm on the fence about learning it because I keep hearing contradicting statementing about the language. I have a few questions, and any help, knowledge, or advice would be greatly appreciated.
1. What are s... | gh0st |
744,867 | Web hosting | Can someone help with how to host a website?? | 0 | 2021-07-01T07:21:30 | https://dev.to/divyachalichemala/web-hosting-40m1 | webdev | Can someone help with how to host a website?? | divyachalichemala |
201,510 | Virtual Reality with Chrome 79 Beta, Firefox 70, DevDocs and React Conf 2019 | Front End News #24 | Hello everyone and welcome to another round of Front-End News. I have been traveling over the last we... | 1,048 | 2019-11-06T20:02:25 | https://dev.to/adriansandu/virtual-reality-with-chrome-79-beta-firefox-70-devdocs-and-react-conf-2019-front-end-news-24-172o | news, frontendnews | Hello everyone and welcome to another round of Front-End News. I have been traveling over the last weekend and I missed my regular update. That's why today you are getting a double-sized list. I hope you will enjoy the subjects I've selected for you in this edition.
- Virtual Reality comes to the web with Chrome 79 Be... | adriansandu |
206,543 | Build a bot for second helpings over the holidays 🦃🤖 | I'm not going home for the holidays for the first time in half a decade. Nonetheless, the past few we... | 0 | 2019-11-28T01:59:34 | https://dev.to/kimberleejohnson/build-a-bot-for-second-helpings-over-the-holidays-hoh | webdev, beginners, tutorial, serverless | ---
title: Build a bot for second helpings over the holidays 🦃🤖
cover_image: https://tvguide1.cbsistatic.com/i/2017/11/09/f4e021b1-e56d-4d7a-8981-50b3aec03672/cb1de0f0b9cbfcb3278b6455a01f1740/171109-charlie-brown.jpg
published: true
description:
tags: #webdev #beginners #tutorial #serverless
---
I'm not going home ... | kimberleejohnson |
206,561 | Add this to your project's README for maximum impact | You work hard to put together projects that you share with the world live and on Github/Codepen/Codes... | 0 | 2019-11-18T04:41:40 | https://dev.to/usaspiff/add-this-to-your-project-s-readme-for-maximum-impact-f6m | webdev, beginners, codenewbie, github | ---
title: Add this to your project's README for maximum impact
published: true
description:
tags: webdev,beginners,codenewbie,github
---
You work hard to put together projects that you share with the world live and on Github/Codepen/Codesandbox in hope one day to show potential employers who have **at best a few min... | usaspiff |
206,570 | #200in4days, Update 2 | What does not succeed could be a stepping stone for later improvements. | 0 | 2019-11-17T07:16:02 | https://dev.to/lytecyde/200in4days-update-2-2ee9 | 200in4days, boardgame, crowdsourcing | ---
title: #200in4days, Update 2
published: true
description: What does not succeed could be a stepping stone for later improvements.
tags: 200in4days, boardgame, crowdsourcing
---
Earnings: 0€
So far I have made nothing extra. Oh well.
Things I have done, however
- started a few conversations on dev.to
- made a ... | lytecyde |
206,619 | Docker + VMware on Windows: the easy way | August 2020 Update: now that VMware Workstation can run with Hyper-V installed, there's a better alt... | 0 | 2019-11-17T12:54:39 | https://dev.to/josemmo/docker-vmware-on-windows-the-easy-way-498k | docker, devops, windows | > **August 2020 Update**: now that VMware Workstation can run with Hyper-V installed, there's a better alternative to running Docker on Windows 10. Check out [this guide](https://docs.docker.com/docker-for-windows/wsl/) for more information.
Docker is one of the most useful tools for a developer nowadays, but setting ... | josemmo |
206,769 | Setting up a dev environment for Vue with Parcel and Babel | To set up a dev environment for Vue with Parcel and Babel it's very easy. First, you create a project... | 0 | 2019-11-17T14:22:39 | https://dev.to/roggc/setting-up-a-dev-environment-for-vue-with-parcel-1f0p | vue | To set up a dev environment for Vue with Parcel and Babel it's very easy. First, you create a project folder named `vue1`. Inside of it you initialize a project with `npm init -y`. Then you install Parcel, Vue and Babel in that order (Parcel before Vue) with `npm i parcel-bundler parcel-plugin-clean-dist vue @babel/cor... | roggc |
206,773 | Arcology Roguelike Lifestream E4 | Episode 4: Procedural General I start out the video by fixing my error from the previous v... | 3,288 | 2019-11-17T14:35:42 | https://dev.to/pieterjoubert/arcology-roguelike-lifestream-e4-3f40 | livestream, gamedev, unity3d, roguelike | # Episode 4: Procedural General
I start out the video by fixing my error from the previous video and getting random room templates to display.
I continue the video by creating a number of additional Room Templates. I then also use a basic *Context Free Grammar* to create an algorithm for creating logic Levels.
The v... | pieterjoubert |
206,824 | Edge Computing : Aperçu de la fonction clustering dans MicroStack et MicroK8s … | Edge Computing : Aperçu de la fonction clustering dans MicroStack et MicroK8s … Canonica... | 0 | 2019-11-17T17:26:53 | https://medium.com/@abenahmed1/edge-computing-aper%C3%A7u-de-la-fonction-clustering-dans-microstack-et-microk8s-fd89fd28204c | openstack, azure, docker, edgecomputing | ---
title: Edge Computing : Aperçu de la fonction clustering dans MicroStack et MicroK8s …
published: true
date: 2019-11-17 16:31:49 UTC
tags: openstack,azure,docker,edge-computing
canonical_url: https://medium.com/@abenahmed1/edge-computing-aper%C3%A7u-de-la-fonction-clustering-dans-microstack-et-microk8s-fd89fd28204c... | deep75 |
206,829 | The Last Guide For Angular Change Detection You'll Ever Need | Angular’s Change Detection is a core mechanic of the framework but (at least from my experience) it... | 0 | 2019-11-18T11:37:21 | https://www.mokkapps.de/blog/the-last-guide-for-angular-change-detection-you-will-ever-need/ | angular, frontend, web, javascript | ---
title: The Last Guide For Angular Change Detection You'll Ever Need
published: true
date: 11-18-2019
tags: angular, frontend, web, javascript
cover_image: https://thepracticaldev.s3.amazonaws.com/i/o8145wvi0g0h009hv2nf.png
canonical_url: https://www.mokkapps.de/blog/the-last-guide-for-angular-change-detection-you-w... | mokkapps |
206,929 | Answer: What is Fragment URLs and why to use it | answer re: What are fragment URLs and... | 0 | 2019-11-18T00:07:02 | https://dev.to/khaledayed/answer-what-is-fragment-urls-and-why-to-use-it-2657 | {% stackoverflow 57759294 %} | khaledayed | |
206,952 | Create continuous delivery | 0 | 2019-11-18T02:09:09 | http://irekm.com/create-continuous-delivery/ | continuousdelivery | ---
title: Create continuous delivery
published: true
description:
tags: continuous delivery
canonical_url: http://irekm.com/create-continuous-delivery/
---
[](http://irekm.com/wp-content/uploads/2018/01/pexels-photo-417005.jpeg)
Succe... | irek02 | |
207,128 | Why IMDb IDs cannot be trusted and why not to use padded IDs | We can all agree that IDs should be unambiguous, i.e. if I told you to fetch a resource "1", I expect... | 0 | 2019-11-18T12:07:18 | https://dev.to/gajus/why-imdb-ids-cannot-be-trusted-and-why-not-to-use-padded-ids-221f | webdev, programming | ---
title: Why IMDb IDs cannot be trusted and why not to use padded IDs
published: true
tags: webdev, programming, beginners
cover_image: https://thepracticaldev.s3.amazonaws.com/i/35tvuj30v26n987yd60h.png
---
We can all agree that IDs should be unambiguous, i.e. if I told you to fetch a resource "1", I expect to get... | gajus |
207,156 | HOW TO STAY/REMAIN MOTIVATED AS A DEVELOPER | Been a developer is quite hard in this our contemporary world, there are lots of distractions and eve... | 0 | 2019-11-18T12:51:30 | https://dev.to/wisdomfranklyn/how-to-stay-remain-motivated-as-a-developer-6ba | Been a developer is quite hard in this our contemporary world, there are lots of distractions and events that can cause one to loose motivation and the will power to continue in the journey of software development. I have read about many developers who lost motivation and gave up on their coding journey.
Motivation is... | wisdomfranklyn | |
207,194 | Exploring Hasura as a Headless CMS | TL;DR Hasura is a GraphQL API platform that can be used by content writers and developers... | 0 | 2019-12-03T11:51:45 | https://blog.hasura.io/exploring-hasura-as-a-headless-cms/#remote-joins | hasura | ---
title: Exploring Hasura as a Headless CMS
published: true
canonical_url: https://blog.hasura.io/exploring-hasura-as-a-headless-cms/#remote-joins
tags: hasura
---
# TL;DR
Hasura is a GraphQL API platform that can be used by content writers and developers with the right tooling to build secure content-heavy apps f... | hasurahq_staff |
207,200 | How to Effectively Use Extreme Ownership as a Developers
| In my last article on the topic, we explored some of the benefits of Extreme Ownership to Leadership... | 3,231 | 2019-11-18T14:12:46 | https://dev.to/danilapetrova/how-to-effectively-use-extreme-ownership-as-a-developers-2c30 | productivity, career, leadership | In my last [article on the topic] (https://dev.to/danilapetrova/why-having-extreme-ownership-mindset-is-the-best-skill-for-your-it-leadership-career-4l8e), we explored some of the benefits of Extreme Ownership to Leadership and Personal Growth in general. And while I can stand firmly behind the belief that we should no... | danilapetrova |
207,316 | Web Design references | Ok, so you have an incredible idea to start developing a new project but you find yourself spending h... | 0 | 2019-11-18T14:48:04 | https://dev.to/mrncst/web-design-references-501n | webdev, design | Ok, so you have an incredible idea to start developing a new project but you find yourself spending hours and hours trying to achieve a good looking layout but you feel like your ideas are never professional enough.
This is my mood in every single personal project I want to develop. I feel like I don't have a method a... | mrncst |
293,407 | Feeling hopeless and discouraged | TL:DR Im feeling very discouraged and left wondering if given the economic downturn that I should eve... | 0 | 2020-03-27T20:38:47 | https://dev.to/jonsalv2/feeling-hopeless-and-discouraged-43jl | TL:DR Im feeling very discouraged and left wondering if given the economic downturn that I should even bother with my plan, because my assumption is that no one will want to hire self taught people anymore, hope some self taught guys could weigh in on this.
Any chance a self taught guy can get a job as a full stack we... | jonsalv2 | |
207,413 | lol | kek cheburek | 0 | 2019-11-18T17:51:38 | https://dev.to/mantissa23/lol-dda | javascript | kek
cheburek | mantissa23 |
207,436 | I'm LOOKING FOR A CONTRIBUTOR PLEASE | I'm creating a Slack clone with laravel and nuxt.js | 0 | 2019-11-18T18:43:36 | https://dev.to/dimer22zhc/i-m-looking-for-a-contributor-please-14kb | laravel, vue, collabs, php | ---
title: I'm LOOKING FOR A CONTRIBUTOR PLEASE
published: true
description: I'm creating a Slack clone with laravel and nuxt.js
tags: #laravel,#vuejs,#collabs,#php
---
I'm creating a slack clone with laravel with nuxt.js a vue js server side framework
https://github.com/dimer22zhc/Slack-Clone-Nuxt-And-Laravel
![Alt... | dimer22zhc |
207,463 | Run a function periodically in vanilla Javascript | How to run a function after fixed intervals in vanilla Javascript | 0 | 2019-11-18T19:33:47 | https://ranvir.xyz/blog/running-a-function-after-quick-intervals-in-vanilla-javascript/ | javascript, webdev, node, beginners | ---
title: Run a function periodically in vanilla Javascript
published: true
description: How to run a function after fixed intervals in vanilla Javascript
tags: javascript, webdev, nodejs, beginners
canonical_url: https://ranvir.xyz/blog/running-a-function-after-quick-intervals-in-vanilla-javascript/
---
This post wa... | singh1114 |
207,482 | What is the Most Difficult Concept to deal with in Python? | When it comes to Python, youll find that you pick up on many of the concepts quite quickly. Yes, ther... | 0 | 2019-11-19T09:01:36 | https://dev.to/detimo/what-is-the-most-difficult-concept-to-deal-with-in-python-3283 | python | ---
title: What is the Most Difficult Concept to deal with in Python?
cover_image: https://external-content.duckduckgo.com/iu/?u=http%3A%2F%2Fi0.kym-cdn.com%2Fphotos%2Fimages%2Ffacebook%2F000%2F940%2F320%2F618.png&f=1&nofb=1
tags: python
published: true
---
When it comes to <a href="https://python.org">Python</a>, youl... | detimo |
207,533 | Why I use semantic HTML | Wether you are a beginner, or an expert in development, there is one thing you are likely to forget w... | 0 | 2019-11-18T22:30:12 | https://dev.to/nugetchar/why-i-use-semantic-html-2f9h | html, semantic, web | Wether you are a beginner, or an expert in development, there is one thing you are likely to forget when it comes to coding HTML documents, and that thing is **semantic HTML**.
Until a few years back, I did not know much about that. To me, HTML was all about `div` and `span`, maybe some classes and ids, a bit of CSS, ... | nugetchar |
207,582 | [C++]Contiguous allocation of 2-D arrays | In college, my professors always used this method for creating a dynamic 2-D array in C++: int** ma... | 0 | 2019-11-19T01:37:18 | https://dev.to/drakargx/c-contiguous-allocation-of-2-d-arrays-446m | cpp, computerscience | In college, my professors always used this method for creating a dynamic 2-D array in C++:
```cpp
int** matrix;
matrix = new int*[num_rows];
for(int i = 0; i < num_rows; i++) {
matrix[i] = new int[num_cols];
}
//matrix is now allocated, but contains garbage data
```
For brevity I'll call this way the "traditional"... | drakargx |
207,583 | Build/Deploy from the Beginning | When I start a project, I like to follow a few steps to speed things along later. The first is to get... | 0 | 2019-11-19T14:08:25 | https://dev.to/dillonad/build-deploy-from-the-beginning-1bjf | automation, deployment, build, release | ---
layout: post
title: Build/Deploy from the Beginning
category: [ automation, deployment, build ]
tags: [ automation, deployment, build, release ]
published: true
---
When I start a project, I like to follow a few steps to speed things along later. The first is to get the basic project compiling successfully and the... | dillonad |
207,642 | 6 big data trends and forecasts worthy of attention in 2020 | There will be a lot of data analysis trends to prepare in 2020, and it is important to document the n... | 0 | 2019-11-19T06:20:10 | https://dev.to/jeanettepcates1/6-big-data-trends-and-forecasts-worthy-of-attention-in-2020-384d | bigdata, dataanlysis, devops | There will be a lot of data analysis trends to prepare in 2020, and it is important to document the new trends to explore. Data analysis is amazingly changing the entire industry and many organizations today.
This technology has attracted widespread attention through major shifts, and companies and organizations are ... | jeanettepcates1 |
207,646 | Good morning, Ethereum [1: Smart Contracts ] | This is a daily morning publication on the ins and outs of Ethereum smart contracts, an important com... | 0 | 2019-11-19T07:37:01 | https://dev.to/calvinoea/good-morning-ethereum-1-smart-contracts-4c0n | database, blockchain, sql, javascript | This is a daily morning publication on the ins and outs of Ethereum smart contracts, an important component of Ethereum and other blockchains.
This article will not include analysis of other smart contract languages apart from solidity but it will list other popular programming languages that smart contracts can be wr... | calvinoea |
207,725 | It's never too late to change your career path - Sara's story | This article was originally published at: https://www.blog.duomly.com/how-to-change-your-career/ In... | 0 | 2019-11-19T10:38:27 | https://www.blog.duomly.com/how-to-change-your-career/ | career, motivation, beginners, codenewbie | ---
canonical_url: https://www.blog.duomly.com/how-to-change-your-career/
---
This article was originally published at: https://www.blog.duomly.com/how-to-change-your-career/
In social media and blogs, we can see lots of different stories when people leave their current life and start from the beginning, they change ... | duomly |
207,766 | Ways to Improve Web Application Security | Web applications empower relationships to suit remote workers, similarly as access to a globalized ma... | 0 | 2019-11-19T12:04:20 | https://dev.to/webapp007/ways-to-improve-web-application-security-dnl | security, webdev, showdev, testing | Web applications empower relationships to suit remote workers, similarly as access to a globalized market of related customers. Regardless, these applications require that affiliations are constantly open and that data move is secure. An application break or affiliation parcel can cause basic impacts to you and your cu... | webapp007 |
208,471 | How to support utf8 characters in a utf8 mysql table |
Originally published on Freshworks’ official Blog on November 15, 2019
Freshwo... | 0 | 2019-12-13T09:25:28 | https://medium.com/@ritikesh/how-to-support-utf8-characters-in-a-utf8-mysql-table-8aa11795ba70 | mysql, ruby, rails | ---
title: How to support utf8 characters in a utf8 mysql table
published: true
date: 2019-11-20 07:08:38 UTC
tags: mysql,ruby,ruby-on-rails,rails,
canonical_url: https://medium.com/@ritikesh/how-to-support-utf8-characters-in-a-utf8-mysql-table-8aa11795ba70
---
 and explicit (entity-based) s... | 0 | 2019-11-21T15:54:26 | https://blog.jeremylikness.com/blog/serverless-http-with-durable-functions/ | webdev, showdev, dotnet, serverless | ---
title: Serverless HTTP With Durable Functions
published: true
date: 2019-11-19 09:40:41 UTC
tags: webdev, showdev, dotnet, serverless
canonical_url: https://blog.jeremylikness.com/blog/serverless-http-with-durable-functions/
cover_image: https://blog.jeremylikness.com/blog/serverless-http-with-durable-functions/ima... | jeremylikness |
208,325 | LitElement in depth: the update lifecycle | Introduction to LitElement. It is on my series about lit-html and LitElement. | 1,213 | 2020-03-07T10:50:07 | https://dev.to/julcasans/litelement-in-depth-the-update-lifecycle-18nk | webcomponents, litelement, webdev, javascript | ---
title: LitElement in depth: the update lifecycle
published: true
description: Introduction to LitElement. It is on my series about lit-html and LitElement.
tags: webcomponents, LitElement, webdev, javascript
series: LitElement
cover_image: https://instagram.fmad10-2.fna.fbcdn.net/v/t51.2885-15/e35/13704280_74073994... | julcasans |
208,401 | Creating an EMR with Presto SSL | This article focuses on adding SSL to an existing Presto environment. The configuration of Presto and... | 0 | 2019-11-26T02:13:40 | https://dev.to/theyoungones2/creating-an-emr-with-presto-ssl-4091 | aws, devops, emr, presto | This article focuses on adding SSL to an existing Presto environment. The configuration of Presto and a Hive metastore is assumed as complete.
We also cover how to connect to it with JDBC.
We had been using Presto without SSL for a while, however, we needed to connect our MicroStrategy analytics platform to Presto and... | theyoungones2 |
208,426 | Emo Variable Fonts with Face Expression Detection & GSAP | Variable Fonts reacting to facial expressions using face detection and recognition (face-api.js) &... | 3,342 | 2019-11-20T03:58:34 | http://canonical.atomxplus.com | codepen | <p>Variable Fonts reacting to facial expressions using face detection and recognition (face-api.js) & GSAP</p>
{% codepen https://codepen.io/petebarr/pen/mddpYxW %} | atomxplus |
208,518 | Finding a programming language to call home | I've been programming for many years. Started out on my Amstrad CPC464 with BASIC. Back then progra... | 0 | 2019-11-20T14:44:09 | https://dev.to/opensussex/finding-a-programming-language-to-call-home-2mil | clojure, learning, productivity, watercooler | I've been programming for many years. Started out on my Amstrad CPC464 with BASIC. Back then programming was a hobby, and I absolutely loved it.
Over the years I've used many different languages. But I've always felt like none of them quite did it for me. I never found one I could call home.
Now, this isn't going... | opensussex |
208,542 | Graph Traversal with BFS - Code (JavaScript) | Data can be stored in data structures like graphs and trees. Technically trees are graphs as we will... | 0 | 2019-11-20T10:27:17 | https://dev.to/clintdev/graph-traversal-with-bfs-code-javascript-3nc6 | todayilearned, javascript, challenge | Data can be stored in data structures like graphs and trees. Technically trees are graphs as we will see in the implementation below.
<b>Graph</b>
Graphs are used to describe a model that shows the route from one location to another. A graph consists of a set of nodes and edges. An edge is a pair of nodes that are co... | clintdev |
208,564 | What is HTTP? | Explain to a novice. | 0 | 2019-11-20T11:32:50 | https://dev.to/buzzedison/what-is-http-4be1 | discuss, beginners, help | Explain to a novice. | buzzedison |
208,577 | Terraform workspace config organization | The suggested best practices for organizing configuration for multiple workspaces/environments is to... | 0 | 2019-11-20T15:23:55 | https://github.com/udondan/example-terraform-workspace-config | terraform | The suggested best practices for organizing configuration for multiple workspaces/environments is to call Terraform with `-var-file=$env` to include a specific tfvars file.
Of course this works. But it seems to be error prone if you allow to trigger an apply against any workspace with just any configuration:
```bash
... | udondan |
208,635 | Links in a React application | How to smoothly navigate between components | 0 | 2019-11-20T14:29:55 | https://dev.to/cesareferrari/links-in-a-react-application-1mkc | react, javascript, reactrouter | ---
title: Links in a React application
published: true
description: How to smoothly navigate between components
tags: reactjs, javascript, react-router
cover_image: https://ferrariwebdevelopment.s3.us-east-2.amazonaws.com/assets/20191006-links.jpeg
---
## How to smoothly navigate between components
We have seen how ... | cesareferrari |
208,701 | Let's make a Vuetify-like page! | Hello! Well, have you ever seen the index page with Vuetify.js? It produces so beautiful CSS designs... | 0 | 2019-11-21T08:52:11 | https://dev.to/safejourneyart/let-s-make-a-vuetify-like-page-4h48 | html, css, javascript, webdev | Hello!
Well, have you ever seen the index page with *Vuetify.js*?
It produces so beautiful CSS designs with simple descriptions like *Bootstrap*. If you want to get the beauties but do not want to use CSS frameworks probably for some special reason, what should you do?
Yes! Let's make a Vuetify-like page!
What we make... | safejourneyart |
208,783 | Ionic 4/Angular Modals Tutorial – Passing & Receiving Data | The post Ionic 4/Angular Modals Tutorial – Passing & Receiving Data appeared first on positronX.i... | 0 | 2020-02-07T10:03:10 | https://www.positronx.io/ionic-angular-modals-tutorial-passing-receiving-data/ | ionic, angular, angularpassingreceivingdata | ---
title: Ionic 4/Angular Modals Tutorial – Passing & Receiving Data
published: true
date: 2019-11-19 20:41:19 UTC
tags: Ionic,Angular, Angular Passing & Receiving Data
canonical_url: https://www.positronx.io/ionic-angular-modals-tutorial-passing-receiving-data/
---
The post [Ionic 4/Angular Modals Tutorial – Passing... | singhdigamber |
208,926 | Apache NiFi Load Balancing via Load Balanced Connections | Modern Apache NiFi Load Balancing In today's Apache NiFi, there is a new and improved mean... | 0 | 2019-11-27T17:10:06 | https://dev.to/tspannhw/apache-nifi-load-balancing-via-load-balanced-connections-593m | apachenifi, loadbalancing, rpg | ---
title: Apache NiFi Load Balancing via Load Balanced Connections
published: true
date: 2019-10-30 14:04:00 UTC
tags: apache-nifi,load balancing,rpg
canonical_url:
---
## Modern Apache NiFi Load Balancing
#
In today's Apache NiFi, there is a new and improved means of load balancing data between nodes in your clus... | tspannhw |
208,955 | How to handle secrets in Node.JS (environment variables) | A post by Benjamin Mock | 0 | 2019-11-20T23:29:41 | https://dev.to/benjaminmock/how-to-handle-secrets-in-node-js-environment-variables-2mi7 | javascript, node | benjaminmock | |
209,018 | Remove duplicates from an Array the short & sweet way! | tldr; const numbers = [1,2,2,3,3,3,4,4,4,4] console.log([...new Set(numbers)]) //output:... | 0 | 2019-11-22T03:28:26 | https://dev.to/ajmalhassan/remove-duplicates-from-an-array-the-easy-way-10k9 | javascript, tutorial | ## **tldr;**
```js
const numbers = [1,2,2,3,3,3,4,4,4,4]
console.log([...new Set(numbers)]) //output: [1,2,3,4]
// OR
console.log(Array.from(new Set(numbers))) //output: [1,2,3,4]
```
## **The long version**
lets start by looking at what a `Set` is...
According to [MDN](https://developer.mozilla.org/en-US/docs/Web/... | ajmalhassan |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.