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 |
|---|---|---|---|---|---|---|---|---|
188,278 | How to Sign in with Twitter using Devise, Omniauth, and Ruby on Rails | Welcome to another installment in my Let’s build with Ruby on Rails: Extending Devise series. This... | 0 | 2019-10-31T19:50:48 | https://web-crunch.com/sign-in-with-twitter-using-devise-omniauth-ruby-on-rails/ | rails, ruby, omniauth, tutorial | ---
title: How to Sign in with Twitter using Devise, Omniauth, and Ruby on Rails
published: true
date: 2019-10-12 19:14:41 UTC
tags: rails, ruby, omniauth, tutorial
canonical_url: https://web-crunch.com/sign-in-with-twitter-using-devise-omniauth-ruby-on-rails/
---
Welcome to another installment in my Let’s build with ... | justalever |
188,295 | CSS-only low-poly Earth Globe | CSS-only Earth Globe experiment on CodePen: https://codepen.io/jperals/full/ExYqwyJ (Visit with caut... | 0 | 2019-10-12T21:42:15 | https://dev.to/jperals/css-only-low-poly-earth-globe-1idc | css, scss, codepen, nojs | CSS-only Earth Globe experiment on CodePen: https://codepen.io/jperals/full/ExYqwyJ
(Visit with caution: it's a bit resource hungry)
Features:
- CSS 3D transforms
- CSS animations
- CSS gradient backgrounds
- CSS pseudo-selectors (`:before`, `:after`, `:nth-child`)
- SCSS with trigonometric functions
The hardest pa... | jperals |
188,303 | Data driven Frontend development using RNN and Markov Chains | Data driven Frontend development using Machine Learning models like RNN and Markov Chains | 0 | 2019-10-12T22:13:31 | https://iammowgoud.com/blog/Data-driven-Frontend-development-using-RNN/ | machinelearning, angular, javascript, tensorflow | ---
published: true
title: Data driven Frontend development using RNN and Markov Chains
description: Data driven Frontend development using Machine Learning models like RNN and Markov Chains
tags: MachineLearning, Angular, Javascript, TensorFlow
cover_image: https://iammowgoud.com/blog/assets/imgs/guessjs/thumb.jpg
ca... | iammowgoud |
188,345 | Wrote Scalable Theme module for React Native | Hello everyone, In entire app, colors, typography and values for margin/padding/height/width are typ... | 0 | 2019-10-13T00:49:41 | https://dev.to/sanjeevyadavit/wrote-scalable-theme-module-for-react-native-d64 | reactnative, design, uiweekly, typescript | Hello everyone,
In entire app, `colors`, `typography` and values for `margin`/`padding`/`height`/`width` are typically defined in each component, which makes it hard to change. Theme module, defines all colors, typography and sizes at a single place, so that only few changes in value can change the overall look of the... | sanjeevyadavit |
188,481 | React Todo Tutorial - Part 2 | Welcome to part two 💥 of the tutorial series, in which we will use react's build-in context API to ma... | 2,723 | 2019-10-13T11:45:55 | https://dev.to/arcticspacefox/react-todo-tutorial-part-2-boom-59bj | react, javascript | Welcome to part two :boom: of the tutorial series, in which we will use react's build-in context API to manage the state of our todos.
For this you will need:
- yarn (you can also use npm and npx)
- the basic project from the last part (you can just download that from [Github](https://github.com/Sm03leBr00t/react-tod... | arcticspacefox |
188,509 | Kubernetes Patterns : The DaemonService Pattern | What is a Daemon? A daemon is a process that runs in the background. Typically, a daemon does not pro... | 2,754 | 2019-10-13T12:48:49 | https://www.magalix.com/blog/kubernetes-patterns-the-daemonservice-pattern | What is a Daemon?
A daemon is a process that runs in the background. Typically, a daemon does not produce visible output to the user; it does not accept inputs. Daemons exist to perform background jobs. For example, in Linux, we have the httpd to respond to HTTP requests, sshd to grant remote users secure remote-shell ... | ahmedat71538826 | |
188,617 | Image caching in Xamarin Forms | Someone asked me about an issue they were having when showing a ListView that had... | 0 | 2019-10-13T19:15:50 | https://blog.torib.io/2019/04/17/image-caching-in-xamarin-forms/ | xamarin, caching, images, xamarinforms | ---
title: Image caching in Xamarin Forms
published: true
date: 2019-04-18 01:23:13 UTC
tags: Xamarin,caching,images,Xamarin.Forms
canonical_url: https://blog.torib.io/2019/04/17/image-caching-in-xamarin-forms/
---
Someone asked me about an issue they were having when showing a ListView that had an image for each cell... | eatskolnikov |
188,652 | Manipulating DOM Elements With React Hook useRef() | It is usually advised to avoid using refs in React for anything that can be done declaratively, but t... | 0 | 2019-10-13T20:27:15 | https://dev.to/spukas/manipulating-dom-elements-with-react-hook-useref-446c | It is usually advised to avoid using refs in React for anything that can be done declaratively, but there are few cases when you need to imperatively modify DOM element. One of it, to access or modify a child outside of the typical dataflow, like managing focus, selecting text or media playback.
## How To
Ref attribu... | spukas | |
188,702 | Setup Google Map In Angular App (The Pro Way) Part 1 | If you ever wondered how to add a Google map to you Angular app, I'm going to show you how. I know th... | 4,898 | 2019-10-14T01:13:58 | https://dev.to/devpato/setup-google-map-in-angular-app-the-pro-way-3m9p | angular, googlemaps, tutorial, webdev | If you ever wondered how to add a Google map to you Angular app, I'm going to show you how. I know there are libraries to do so like AGM which works great but for more advanced use cases, I will suggest for you do it the way I will show you here. If you are looking for basic map functionality follow my other tutorial:
... | devpato |
225,098 | Image Resizing from the shell | How to resize images in your shell, using ImageMagick | 0 | 2019-12-21T22:41:07 | https://dev.to/connorbode/image-resizing-from-the-shell-4jfl | linux, macos | ---
title: Image Resizing from the shell
published: true
description: How to resize images in your shell, using ImageMagick
tags: linux, macos
---
Here's a scenario I encounter pretty often:
1. I download an image from Unsplash
2. I move the image into the folder of a webapp
3. The image is like 1GB because it's so h... | connorbode |
188,717 | Self-learning | Self-learning, something I never really gave much thought to until I started learning to code. to b... | 0 | 2019-10-14T01:38:05 | https://dev.to/mdcagle/self-learning-41ca | Self-learning, something I never really gave much thought to until I
started learning to code. to be honest by the time I hit junior high I
thought I did not like school. Looking back now I realize that I did
like school, I had just had some not so great experiences. Which led me
to believe the opposite was true... | mdcagle | |
188,718 | Angular Architecture | Angular Architecture: Angular Overview Modules Components Services and Dependency Injecti... | 4,899 | 2019-10-23T22:20:17 | https://dev.to/devpato/angular-unofficial-docs-architecture-2d4i | angular, frontend, javascript | ## Angular Architecture:
- Angular Overview
- Modules
- Components
- Services and Dependency Injection
<h2>Angular Architecture Overview</h2>
An Angular app is defined usually by multiple ngModules, but it always has a main module or root module. The <i>app.module.ts</i> is where the bootstrapping of the app takes ... | devpato |
188,726 | My first ever Hacktoberfest Event experience | Its been a day of since we held our Hacktoberfest in Bulawayo event, the first one of its kind in my... | 0 | 2019-10-14T02:24:22 | https://dev.to/jacqueline/my-first-ever-hacktoberfest-event-experience-1888 | hacktoberfest | Its been a day of since we held our Hacktoberfest in Bulawayo event, the first one of its kind in my city Bulawayo in Zimbabwe and I was the the event's orgarniser.
My intentions in organizing the event although I myself am a total newbie to open source were: I am currently on a drive to improve my soft skills. I am e... | jacqueline |
188,737 | Typescript : Criando Validações Reutilizáveis com Light Validate | Considerando que, quando falamos de programação, grande parte do código desenvolvido pelos desenvolve... | 0 | 2019-10-14T03:23:30 | https://dev.to/minatonda/typescript-criando-validacoes-reutilizaveis-com-light-validate-1746 | typescript, lightvalidate, codequality, validation | Considerando que, quando falamos de programação, **grande parte do código desenvolvido pelos desenvolvedores são equivalentes a validações de dados**, nesse artigo buscarei **abordar maneiras de aplicar conceitos de qualidade de código tais quais como reutilização, redução de código, e código limpo** através da bibliot... | minatonda |
188,767 | Why be GoLang a Better Choice as a Programming Language for your Business? | The top reasons why firms like using GoLang are owing to the following reasons | 0 | 2019-10-14T05:26:59 | https://dev.to/jayniferson/why-be-golang-a-better-choice-as-a-programming-language-for-your-business-3k6a | go, programminglanguage, golanguage | ---
title: Why be GoLang a Better Choice as a Programming Language for your Business?
published: True
description: The top reasons why firms like using GoLang are owing to the following reasons
tags: Golang, Programming Language, Go Language
---
Technology is continuously upgrading, and things are continually progress... | jayniferson |
188,780 | Camping Spots Finder App UI Clone with React Native #4 : Map Marker | This tutorial is the fourth and final part of our Camping Spots Finder App UI clone using React Nativ... | 0 | 2019-10-14T06:40:45 | https://kriss.io/camping-spots-finder-app-ui-clone-with-react-native-4-map-marker/ | reactnative, campingspotapp, reactnativelayout | ---
title: Camping Spots Finder App UI Clone with React Native #4 : Map Marker
published: true
date: 2019-10-14 06:03:17 UTC
tags: React native,camping spot app,react native layout
canonical_url: https://kriss.io/camping-spots-finder-app-ui-clone-with-react-native-4-map-marker/
cover_image : https://kriss.io/wp-content... | absek |
188,792 | React Native Developers Hiring Guide for 2019 | React Native commenced as an inner hackathon project on Facebook but became one of the most famous fr... | 0 | 2019-10-14T07:17:41 | https://dev.to/johnathonroy5/react-native-developers-hiring-guide-for-2019-4mf6 | reactnative, devops, hiring | React Native commenced as an inner hackathon project on Facebook but became one of the most famous frameworks across developers.
Introduction To React Native
A few facts in case React Native is a new term for you. React Native was created by Facebook in January 2015. Before that Developers at Facebook have published ... | johnathonroy5 |
188,866 | Subscribe to my YouTube channel | Hey everyone please Subscribe to my YouTube channel youtube.com/c/avdojo | 0 | 2019-10-14T11:04:19 | https://dev.to/adavijit/subscribe-to-my-youtube-channel-143o | Hey everyone please Subscribe to my YouTube channel
youtube.com/c/avdojo | adavijit | |
188,960 | 10 steps for securing a PHP app | Configuration options for a more secure PHP environment | 0 | 2019-10-14T14:49:21 | https://dev.to/elabftw/10-steps-for-securing-a-php-app-5fnp | php, security | ---
title: 10 steps for securing a PHP app
published: true
description: Configuration options for a more secure PHP environment
tags: php, security
cover_image: https://thepracticaldev.s3.amazonaws.com/i/ref2975csus4af96hx9l.jpg
---
Hello PHP devs. In this post, I'll try and provide you with some concrete steps you ca... | elabftw |
188,970 | Hacktoberfest 2019 Information | Hacktoberfest is a month-long celebration of git and open-source organised by DigitalOcean and DEV Co... | 0 | 2019-10-14T15:10:50 | https://dev.to/1poo/hacktoberfest-2019-information-3301 | hacktoberfest, opensource, github, pullrequest | Hacktoberfest is a month-long celebration of git and open-source organised by DigitalOcean and DEV Community.
Do you want to participate?????
~ If you are new to programming/learning to code/Junior developer - Do participate in this open-source project contributions.
~ Doing open-source contribution will help you to ... | 1poo |
188,983 | Automating University Schedule #1 | How I automated my university schedule with node.js & google calendar | 0 | 2019-10-21T21:48:06 | https://dev.to/stereopt/automating-my-school-schedule-1-5688 | node, googlecalendar, javascript, automation | ---
title: Automating University Schedule #1
published: true
description: How I automated my university schedule with node.js & google calendar
tags: Nodejs, google calendar, javascript, automation
cover_image: https://thepracticaldev.s3.amazonaws.com/i/jx2ycud8a2himsikcmbu.jpg
---
# Index
- 🤔 Why?
- 🤨 How?
- H... | stereopt |
189,000 | VS Code September 2019 Release Highlights Video | Highlights of some of the latest features found in the September 2019 release of Visual Studio Code. | 1,833 | 2019-10-14T16:53:31 | https://dev.to/clarkio/vs-code-september-2019-release-highlights-video-4li7 | discuss, vscode, javascript, webdev | ---
title: VS Code September 2019 Release Highlights Video
published: true
description: Highlights of some of the latest features found in the September 2019 release of Visual Studio Code.
tags: discuss,vscode,javascript,webdev
cover_image: https://thepracticaldev.s3.amazonaws.com/i/6zdymsbihuar7lyr33rn.jpg
series: vsc... | clarkio |
189,019 | DOM | DOM | 0 | 2019-10-14T17:31:15 | https://dev.to/giandodev/dom-3g24 | dom, javascript, beginners | ---
title: DOM
published: true
description: DOM
tags: DOM, javascript, beginner
---
 | giandodev |
189,111 | Azure Cosmos DB Change Feed: A Zero Downtime Data Migration Story |
How to perform Zero Downtime Data Migrations with Azure Cosmos DB Change Feed
... | 0 | 2019-10-14T21:01:06 | https://medium.com/@domenicosibilio/azure-cosmos-db-change-feed-a-zero-downtime-data-migration-story-99c4521f7159 | java, azurefunctions, azure, cosmos | ---
title: Azure Cosmos DB Change Feed: A Zero Downtime Data Migration Story
published: true
date: 2019-10-14 20:39:20 UTC
tags: java,azure-functions,azure,cosmos
canonical_url: https://medium.com/@domenicosibilio/azure-cosmos-db-change-feed-a-zero-downtime-data-migration-story-99c4521f7159
---
[. Vintage soul and r'n'b, approximately 63% instrumental for coding in yer onesie on a Sunda... | evieskinner18 |
189,419 | Web development before standards and open browsers | I found some web development projects I wrote in 1998. Here's what we had to do and why we should feel proud of how far the web has come | 0 | 2019-10-15T13:51:03 | https://dev.to/codepo8/web-development-before-standards-and-open-browsers-4gj4 | webdev, standards, browsers, javascript | ---
title: Web development before standards and open browsers
published: true
description: I found some web development projects I wrote in 1998. Here's what we had to do and why we should feel proud of how far the web has come
tags: webdevelopment,standards,browsers,javascript
---
I just found an old CD with a projec... | codepo8 |
189,440 | Matt's Tidbits #38 - An elegant way of dealing with RxLifecycle lint warnings | Last week’s tidbit described how to run apps on multiple devices simultaneously. This time my tidbit... | 2,397 | 2019-10-15T14:18:15 | https://medium.com/@matthew.b.groves/matts-tidbits-38-an-elegant-way-of-dealing-with-rxlifecycle-lint-warnings-69de2a3fc782 | mattstidbits, android, kotlin, rxjava | [Last week’s tidbit described how to run apps on multiple devices simultaneously.](https://medium.com/@matthew.b.groves/matts-tidbits-37-how-to-run-apps-on-multiple-devices-simultaneously-d99100600492) This time my tidbit details an elegant way to handle lint warnings that arise due to using RxLifecycle.
The project I... | mpeng3 |
189,446 | Build a Raffle with Google Sheet | Example of how to build a small application in Google Sheet | 2,801 | 2019-10-15T15:11:00 | https://dev.to/jagedn/build-a-raffle-with-google-sheet-5da | sheet, google, javascript | ---
title: Build a Raffle with Google Sheet
published: true
description: Example of how to build a small application in Google Sheet
tags: sheet, google, javascript
series: google-raffle-1
---
In this post we'll see how to build a simple application using Google Sheet.
The application consits in a raffle from a list ... | jagedn |
189,460 | Microsoft Teams Webhook Integration | 0 | 2019-05-17T00:00:00 | https://rharshad.com/microsoft-teams-webhook-integration/ | microsoftteams, webhook, jenkins, messagecards | ---
title: Microsoft Teams Webhook Integration
published: true
date: 2019-05-17 00:00:00 UTC
tags: microsoft teams,webhook,jenkins,message cards
canonical_url: https://rharshad.com/microsoft-teams-webhook-integration/
---
Originally published at [rharshad.com](https://rharshad.com/microsoft-teams-webhook-integration/)... | harshadranganathan | |
189,518 | I Found What is Load Balancer and When to Use It | TL;DR … and yes, doing a lot of tasks are killing me slowly, that is why I need your help. Please!... | 0 | 2019-10-15T16:28:20 | https://dev.to/ecojuntak/i-found-what-is-load-balancer-and-when-to-use-it-1i4e | loadbalancer, microservices, monolith, restapi | TL;DR
… and yes, doing a lot of tasks are killing me slowly, that is why I need your help. Please!
# Let's start with my problem
Imagine that I create a new mobile application. My system consists of frontend and backend service, communicate using the REST API. This is my system architecture.
 demo of my Typescript-based framework is live: https:... | 0 | 2019-10-16T15:38:17 | https://dev.to/nicolalc/update-spaceinvadersjs-demo-live-now-cam | javascript, typescript, spaceinvaders, gamedev | Hi to all!
Finally, a playable (early stage) demo of my Typescript-based framework is live:
https://nicolalc.github.io/jssheet/spaceinvaders/index.html
## What's in this update
* Generic bugfixes
* Optimizations
* **NEW** player shooting boosts
* **NEW** simple Game HUD
* **NEW** simple game score / logic
* **NEW*... | nicolalc |
190,094 | MOBILE APP DEVELOPMENT - ANDROID PROGRAMS USING ECLIPSE | click https://amzn.to/33GcceF | 0 | 2019-10-16T17:02:27 | https://dev.to/dharmiktank/mobile-app-development-android-programs-using-eclipse-13ho | android | click
https://amzn.to/33GcceF | dharmiktank |
190,115 | That's how I came back in time | Few days ago one of my clients asked for a little php script that will add the date when users opens... | 0 | 2019-10-16T18:09:07 | https://dev.to/gofmannir/that-s-how-i-came-back-in-time-41nc | php, sql | Few days ago one of my clients asked for a little php script that will add the date when users opens a new ticket in his website's tickets system where they can contact the website administrators..
It's pretty simple right?, all it requires is to add a new column in the 'Tickets' MySQL table (I love to define this col... | gofmannir |
190,266 | Build a navbar in Angular 8 using Bootstrap n font awesome | Check out my medium post on it. https://link.medium.com/y0x3YBbhQ0 | 0 | 2019-10-16T22:21:24 | https://dev.to/ivywalobwa/build-a-navbar-in-angular-8-using-bootstrap-n-font-awesome-1jck | angular, webdev, tutorial | Check out my medium post on it.
https://link.medium.com/y0x3YBbhQ0 | ivywalobwa |
197,096 | How to Vertically Center Label Text in NativeScript Android | The verticalAlignment property doesn't work with Label text in Android in your NativeScript apps. So... | 0 | 2019-10-28T17:38:23 | https://nativescripting.com/posts/how-to-vertically-center-label-text-in-nativescript-android | nativescript, android |
The <code>verticalAlignment</code> property doesn't work with Label text in Android in your NativeScript apps. So how do you vertically center text in a NativeScript Label on Android? This short tutorial will show you a workaround that will accomplish this.
> If you prefer watching a video of this tip, here it is:
>... | digitalix |
198,254 | Everyone uses CSS frameworks | Every front-end developer uses CSS frameworks, even those saying they don’t. Anytime the “what’s you... | 0 | 2019-10-30T13:20:47 | https://dev.to/guerriero_se/everyone-uses-css-frameworks-3pol | css, framework, beginners | Every front-end developer uses CSS frameworks, even those saying they don’t.
Anytime the “what’s your favorite CSS framework” question pops up, you read the same comments: a bunch of developers expressing their love for framework X or Y, and others stating they don’t use frameworks.
Some of the reasons why some devel... | guerriero_se |
197,149 | Contributors wanted for python project, autostack - debugging tool! | I am looking for contributors for my project, autostack. autostack is a command-line debugging tool t... | 0 | 2019-10-28T19:15:39 | https://dev.to/elijahsawyers/contributors-wanted-for-python-project-autostack-debugging-tool-2043 | python, contributorswanted | I am looking for contributors for my project, autostack. autostack is a command-line debugging tool that captures raised python exceptions, automatically searches stack overflow for answers to exceptions, and displays the answers in the console with syntax highlighting!
I created this project at CrimsonHacks 2019 and ... | elijahsawyers |
197,173 | Advance Boilerplate for getting started with MERN stack 👩💻👨💻 | Mernless provides a powerful Boilerplate which makes it easy to build isomorphic apps using Mongo, Ex... | 0 | 2019-10-28T19:42:45 | https://dev.to/yasser_ameur_el/advance-boilerplate-for-getting-started-with-mern-stack-4h32 | javascript | ---
title: Advance Boilerplate for getting started with MERN stack 👩💻👨💻
published: true
description:
tags: javascript
---
Mernless provides a powerful Boilerplate which makes it easy to build isomorphic apps using Mongo, Express, React and NodeJS. It minimises the setup time and gets you up to speed using proven... | yasser_ameur_el |
197,292 | Extracting Data from PostgreSQL | PostgreSQL has an excellent module built specifically for the purpose of extracting data between a... | 0 | 2019-10-29T23:33:28 | http://hugomartins.io/blog/extracting-data-from-postgresql/ | ---
title: Extracting Data from PostgreSQL
published: true
date: 2016-10-10 00:00:00 UTC
tags:
canonical_url: http://hugomartins.io/blog/extracting-data-from-postgresql/
---
PostgreSQL has an excellent module built specifically for the purpose of extracting data between a file and a table.
This can be used to extrac... | caramelomartins | |
197,328 | Hacktoberfest | Phew.. completed #hacktoberfest 2019 for first time. Thanks @digitalocean @github @dev #happy #coding... | 0 | 2019-10-28T21:32:41 | https://dev.to/mangy007/hacktoberfest-4d6o | Phew.. completed #hacktoberfest 2019 for first time.
Thanks @digitalocean @github @dev #happy #coding | mangy007 | |
197,403 | Interactive Charts – Using React (Hooks) with D3 | This is part 5 of the Using React (Hooks) with D3 series, where I explain how to make the bar cha... | 2,892 | 2019-10-28T23:11:39 | https://dev.to/muratkemaldar/video-using-react-hooks-with-d3-interactivity-aop | react, dthree, beginners, svg | {% youtube BS5VU0gFgE0 %}
This is part 5 of the Using React (Hooks) with D3 series, where I explain how to make the bar chart from last time a bit interactive. Enjoy!
| muratkemaldar |
198,875 | Building a Microsoft Teams connector | What is a connector? Teams connectors (or more specifically Office connectors) are inbound... | 0 | 2019-11-02T20:19:16 | https://dev.to/urmade/building-a-microsoft-teams-connector-2bhp | microsoftteams, webdev, tutorial, javascript | # What is a connector?
Teams connectors (or more specifically Office connectors) are inbound webhooks into Microsoft Teams. This means that a connector gives you an URL with which you can post messages in a specified channel at any time.
GitHub for example uses this mechanism to notify your team when a new pull reques... | urmade |
197,443 | Five Ways to Shorten your Continuous Delivery Cycle | The age of multi-month release cycles is coming to a close, and the movement of Continuous Integratio... | 0 | 2019-11-08T15:25:50 | https://walrus.ai/blog/2019/11/five-ways-shorten-ci-cd-cycle/ | devops | The age of multi-month release cycles is coming to a close, and the movement of Continuous Integration (CI) and Continuous Delivery (CD) is taking its place.
CI/CD is ultimately about adopting a set of practices and tools to accelerate the deployment of software, from the moment its written, to the time it is live on... | scahhht |
197,454 | PHP | This is one of the easier programming language i know and it's powerful to use in development of soft... | 0 | 2019-10-29T00:06:33 | https://dev.to/abdoulaye2/php-2k4o | This is one of the easier programming language i know and it's powerful to use in development of software. | abdoulaye2 | |
197,570 | Recording Maintainable Tests | Testing your application has indisputable long-term benefits. However, when starting a new project, i... | 0 | 2019-10-29T10:10:21 | https://dev.to/prodo/recording-tests-from-developer-tools-3o4i | javascript, react, testing, webdev |
Testing your application has indisputable long-term benefits. However, when starting a new project, it can sometimes seem difficult or feel like it’s slowing us down. The longer you wait to take it seriously, the harder it becomes to set up. Wouldn’t it be great to have a fast, frictionless way of adding tests to reso... | andrejak |
197,575 | Getting 401 Access denied in Maven when downloading using artifactory | Hi, I am using Maven to download artifactory which has credentials and i have to use proxy settings... | 0 | 2019-10-29T09:51:10 | https://dev.to/vagdevi20a/getting-401-access-denied-in-maven-when-downloading-using-artifactory-1ncj | java, testing | Hi,
I am using Maven to download artifactory which has credentials and i have to use proxy settings also. I created a master password for my real password and i sent it settings-security.xml. and I added this password in servers along with my ID.
But I am getting 401 access denied error and when i tried to download ma... | vagdevi20a |
197,644 | How to Become a successful Coder | While going through the lot and lots of resources I could not be able to make my self confident becau... | 0 | 2019-10-29T12:42:49 | https://dev.to/apipothi/how-to-become-a-successful-coder-55m2 | While going through the lot and lots of resources I could not be able to make my self confident because somehow I am missing some concept in between . And because of that I will not be able to make a concept pull from start to end. Then I realise that many student could have same challenges that I had earlier .
So, I... | apipothi | |
197,710 | Add react to laravel | If you need add react in your projects of laravel this is very easy and simple. 1.- Create your app... | 0 | 2019-11-19T16:41:51 | https://dev.to/abelhorihuela/add-react-to-laravel-593b | laravel, react, javascript, php | If you need add react in your projects of laravel this is very easy and simple.
1.- Create your app of laravel.

2.- Run this command in your path of project.
 | PyQt eignet sich hervorragend für den Einsatz in Python-Schnittstellen, da es flexibel ist und Ihnen... | 0 | 2019-10-29T17:45:13 | https://dev.to/amigosmaker/python-pyqt-installieren-german-10di | python, pyqt, german, deutsch | <a href="https://riverbankcomputing.com/software/pyqt/intro/">PyQt</a> eignet sich hervorragend für den Einsatz in Python-Schnittstellen, da es flexibel ist und Ihnen den Zugriff auf eine Vielzahl von Funktionalitäten ermöglicht.
Aber um all seine Vorteile nutzen zu können, müssen Sie es zuerst richtig installieren. ... | amigosmaker |
197,855 | Encrypted Alternative to Google Photo | PhotoVault promises secure photo storage and sharing with extremely low risk of site being compromise... | 0 | 2019-10-29T19:55:37 | https://dev.to/brasilstack/encrypted-alternative-to-google-photo-53pk | photos, encryption, blockchain |
PhotoVault promises secure photo storage and sharing with extremely low risk of site being compromised
PhotoVault launches as a secure online site to host, edit, and share photos. It is poised as a safer alternative to the popular Google Photo application.
The strong sense of security we all felt with the internet ... | brasilstack |
197,872 | A strange Square | Hi everybody! In the last post I showed you the the way I approached the "Print a rectangle test". T... | 0 | 2019-10-29T20:46:21 | https://dev.to/mrsoundso/a-strange-square-f98 | c | Hi everybody!
In the [last post](https://dev.to/mrsoundso/my-first-adventure-4hh0) I showed you the the way I approached the "Print a rectangle test".
The next test I'll have to tackle is:
#### Print a crossed square to the console
So I started with the nearly the same code I used in my last project, but I quickly ... | mrsoundso |
197,921 | Gitignore Revisited | I wanted to take the time to revisit the idea of a thorough gitignore file for your project... | 0 | 2019-10-29T22:08:46 | https://dev.to/eclecticcoding/gitignore-revisited-20i5 | git, webdev | ---
title: Gitignore Revisited
published: true
description:
tags: git, webdev
cover_image: https://thepracticaldev.s3.amazonaws.com/i/pufcsh9xztluxj9qc12w.jpg
---
I wanted to take the time to revisit the idea of a thorough `gitignore` file for your project repository. I few months ago I wrote an article about an exten... | eclecticcoding |
198,395 | Making unit-test fun again with Functional Programming | 0 | 2019-11-18T11:04:29 | https://dev.to/leolanese/making-unit-test-fun-again-with-functional-programming-4g8m | unittest, functional, programming, javascript | ---
title: Making unit-test fun again with Functional Programming
published: true
description:
tags: unit-test, functional, programming, FP, javascript
---

## Architecture necessity
Unit-Test is an essential part of a Software Develop... | leolanese | |
197,955 | A simple tip to improve your code maintainability - Decompose IF statements into methods | How many times have you been in a situation where you can’t understand a small piece of... | 0 | 2019-10-29T22:34:54 | http://gsferreira.com/archive/2019/10/a-simple-tip-to-improve-your-code-maintainability-decompose-if-statements-into-methods/ | beginners, programming, csharp, dotnet | ---
title: A simple tip to improve your code maintainability - Decompose IF statements into methods
published: true
date: 2019-10-23 23:00:00 UTC
tags:
canonical_url: http://gsferreira.com/archive/2019/10/a-simple-tip-to-improve-your-code-maintainability-decompose-if-statements-into-methods/
---

With the recent launch of [Stream Chat](https://getstream.io/chat/), the team here has been working with vendors to add real-time chat and messaging to various platform... | nickparsons |
198,019 | blog-pwa Moves to GAE Python 3.7 Runtime and Other Updates | blog-pwa has been my trusty site-runner for quite a while at this point. We’ve seen the frontend tran... | 0 | 2019-10-30T00:20:47 | https://justinribeiro.com/chronicle/2019/09/19/blog-pwa-moves-to-gae-python-3.7-runtime-and-other-updates/ | ---
title: blog-pwa Moves to GAE Python 3.7 Runtime and Other Updates
published: true
date: 2019-09-19 23:11:06 UTC
tags:
canonical_url: https://justinribeiro.com/chronicle/2019/09/19/blog-pwa-moves-to-gae-python-3.7-runtime-and-other-updates/
---
`blog-pwa` has been my trusty site-runner for quite a while at this po... | justinribeiro | |
198,024 | Three Reasons You Betrayed Your Modern Web Tooling | No one wants to believe the DevTools trace. I have many theories as to why, some proven others less s... | 0 | 2019-10-30T00:21:32 | https://justinribeiro.com/chronicle/2019/10/01/three-reasons-you-betrayed-your-modern-web-tooling/ | ---
title: Three Reasons You Betrayed Your Modern Web Tooling
published: true
date: 2019-10-01 16:46:54 UTC
tags:
canonical_url: https://justinribeiro.com/chronicle/2019/10/01/three-reasons-you-betrayed-your-modern-web-tooling/
---
No one wants to believe the DevTools trace. I have many theories as to why, some prove... | justinribeiro | |
556,489 | Why Typescript? | Why Typescript Typescript extends JavaScript by adding types at build time. Benefits ✅... | 0 | 2021-01-09T13:53:11 | https://dev.to/bgorkem/why-typescript-inm | typescript, javascript | ## Why Typescript
Typescript extends JavaScript by adding types at build time.
Benefits
- ✅ Encode constraints and assumptions, as part of developer intent. Defensive programming: Don't trust any of your inputs. Causes cognitive and performance overhead
- ✅ Speeds up your development experience by catching errors a... | bgorkem |
198,071 | JavaScript Ternary Operator | In my learning of 'Control Flow' in JavaScript I ran into the Ternary Operator (or Condtional Operato... | 0 | 2019-10-30T03:00:34 | https://dev.to/vetswhocode/javascript-ternary-operator-8d | javascript, codenewbie | In my learning of 'Control Flow' in JavaScript I ran into the Ternary Operator (or Condtional Operator). I find these to be just to cool not to write a little about them.
The Ternary Operator is a real short way to choose between two things instead of using `if/else`. They a basically structured as:
`condition ? if... | heytimapple |
198,094 | How to build a price scraper using JavaScript and cheerio.js | Let's build a simple but powerful price scraper that notifies you when a product price drops. | 0 | 2019-10-30T16:58:38 | https://dev.to/hugoliconv/how-to-build-a-price-scraper-using-javascript-and-cheerio-js-4b9e | javascript, tutorial, scraper, node | ---
title: How to build a price scraper using JavaScript and cheerio.js
published: true
description: Let's build a simple but powerful price scraper that notifies you when a product price drops.
tags: JavaScript, tutorial, scraper, node
cover_image: https://thepracticaldev.s3.amazonaws.com/i/lp6v4ypwnckniv9br88u.jpg
-... | hugoliconv |
198,114 | Expand Your Business with Opencart Multi-Vendor Support Multi-Store | Purpletree Opencart multi-vendor marketplace is specially designed and developed for an online eComme... | 0 | 2019-10-30T06:45:27 | https://dev.to/virenkich/expand-your-business-with-opencart-multi-vendor-support-multi-store-2bpc | opencartmultivendor, opencartmultiseller, multivendorextension | Purpletree Opencart multi-vendor marketplace is specially designed and developed for an online eCommerce business on Opencart. Our multi-vendor marketplace extension provides many facilities for Admin, Seller, and customers like sellers can manage his own products, orders, etc. In PurpleTree multi-vendor marketplace, ... | virenkich |
198,163 | REACTIVE CONFERENCE 2019 LIVE STREAM DAY 1 🎥 | 3-day functional programming conference based in the Central Europe with top-notch speakers & 1300+ attendees. | 0 | 2019-10-30T09:35:18 | https://dev.to/panayiotisgeorgiou/reactive-conference-2019-live-stream-day-1-27ji | webdev, react, graphql, javascript | ---
title: REACTIVE CONFERENCE 2019 LIVE STREAM DAY 1 🎥
published: true
description: 3-day functional programming conference based in the Central Europe with top-notch speakers & 1300+ attendees.
tags: webdev, react, graphql, JAVASCRIPT
cover_image: https://thepracticaldev.s3.amazonaws.com/i/ny0dsxn4eez3kcjggupq.jpeg
... | panayiotisgeorgiou |
198,186 | riboSlim - Fett natürlich und gesund verbrennen | Riboslim - Lassen Sie das Frühstück nie aus. Als sie euch sagten, dass es die wichtigste lebenswichti... | 0 | 2019-10-30T10:50:19 | https://dev.to/healthnurta/riboslim-fett-naturlich-und-gesund-verbrennen-5bh0 | Riboslim - Lassen Sie das Frühstück nie aus. Als sie euch sagten, dass es die wichtigste lebenswichtige Mahlzeit des Tages war, hatten sie mehr Recht, als sie erkannten. Nicht nur bietet es Ihnen die Energie, die Sie in Bezug auf Ihren Tag gehen möchten, ohne hungern ein paar Stunden in - oft zu einer Zeit und Ort, wo ... | healthnurta | |
198,439 | Getting started with Hangfire on ASP.NET Core and PostgreSQL on Docker | How to integrate Hangfire when using PostgreSQL database | 0 | 2019-11-01T17:06:14 | https://worldwildweb.dev/getting-started-with-hangfire-on-asp-net-core-and-postgresql-on-docker/ | aspnet, hangfire, postgres, docker | ---
published: true
title: 'Getting started with Hangfire on ASP.NET Core and PostgreSQL on Docker'
cover_image: ''
description: 'How to integrate Hangfire when using PostgreSQL database'
tags: aspnet, hangfire, postgresql, docker
series:
canonical_url: 'https://worldwildweb.dev/getting-started-with-hangfire-on-asp-net... | gmarokov |
198,453 | The Mediator Pattern in JavaScript | Find me on medium Join my newsletter In JavaScript, a widely used and powerful pattern is the Module... | 0 | 2019-10-30T22:32:24 | https://jsmanifest.com/the-mediator-pattern-in-javascript | javascript, node, webdev | Find me on [medium](https://medium.com/@jsmanifest)
Join my [newsletter](https://app.getresponse.com/site2/javascript-newsletter?u=zpBtw&webforms_id=SM2hz)
In JavaScript, a widely used and powerful pattern is the Module Pattern. It can be _incredibly_ simple to implement but the fact that it enables developers to enca... | jsmanifest |
198,473 | Viés, Variância e Regularização | Regularização é um tema importante quando o assunto é uma boa modelagem mas antes de entrarmos no ass... | 0 | 2019-10-31T00:48:26 | https://dev.to/giselyalves13/vies-variancia-e-regularizacao-2me7 | machinelearning, statistics |
Regularização é um tema importante quando o assunto é uma boa modelagem mas antes de entrarmos no assunto precisamos entender o conceito de viés e variância. Eles são o propósito do uso das regularizações.
### Viés e Variância
A incapacidade de um modelo de capturar a verdadeira relação entre variáveis e o objeto a ... | giselyalves13 |
198,565 | How to automate your GitHub workflow and go home early | If you have more than zero co-workers you are probably using some kind of platform to help you with p... | 0 | 2019-10-31T07:35:55 | https://dev.to/myonlinestore/how-to-automate-your-github-workflow-and-go-home-early-19e5 | github, productivity | _If you have more than zero co-workers you are probably using some kind of platform to help you with pull requests and reviews. If your platform of choice is GitHub, you're in luck. We compiled a list of tools and tricks that can help you get your commits merged in that sweet master branch as fast as possible._
### Se... | carlopalinckx |
198,570 | Message delivery issues in EFB Telegram Master channel (comparing to generic IM services) | Different from how usually an IM would work, EFB Telegram Master channel (ETM) strongly rely on Teleg... | 0 | 2019-12-10T02:46:57 | https://blog.1a23.com/2019/10/31/message-delivery-issues-in-efb-telegram-master-channel-comparing-to-generic-im-services/ | ehforwarderbot, telegram, python, chatbot | ---
title: Message delivery issues in EFB Telegram Master channel (comparing to generic IM services)
published: true
date: 2019-10-31 06:29:20 UTC
tags: EH Forwarder Bot,Telegram,Python,chatbot
canonical_url: https://blog.1a23.com/2019/10/31/message-delivery-issues-in-efb-telegram-master-channel-comparing-to-generic-im... | blueset |
1,211,977 | Today I learned.... | Today I learned....Hello, world! | 0 | 2022-10-05T16:07:50 | https://dev.to/jenniferfoil99/today-i-learned-5cpk | Today I learned....Hello, world!
| jenniferfoil99 | |
198,609 | How to fix the issue? | I have an issue. Please advise something to fix it. This page http://www.ibuyanessay.com/ cannot be... | 0 | 2019-10-31T09:45:59 | https://dev.to/kayleeflemings/how-to-fix-the-issue-ffa | webpage, errors | I have an issue. Please advise something to fix it.
This page http://www.ibuyanessay.com/ cannot be opened in the Internet Explorer and Opera.
Also, every browser shows this webpage differently.
Could somebody help me? | kayleeflemings |
198,646 | Converting a Promise into an Observable | When working with rxjs, you might find yourself in a situation where you want to integrate a promise... | 0 | 2019-11-04T21:34:32 | https://dev.to/frederikprijck/converting-a-promise-into-an-observable-dag | rxjs, promises, observables, javascript | When working with rxjs, you might find yourself in a situation where you want to integrate a promise in a reactive code base. In order to embrace the full reactivity, it's a good idea to convert that promise into an observable so we can easily pipe other operators or even combine it with other streams.
Previously, rxj... | frederikprijck |
198,699 | What is a Tech Lead Anyway? | It's quite hard to define the tech lead role in a short post. But, here it goes. Tech lead is a role... | 7,044 | 2019-11-19T11:32:14 | https://dev.to/solidi/what-is-a-tech-lead-anyway-483p | leadership, team, career, mentorship | It's quite hard to define the tech lead role in a short post. But, here it goes.
**Tech lead is a role, not a title.** Any software engineer can become the tech lead. And with the part, others will look up to this leader.
**The lead is the team liaison. The role shepherds change.** They focus on the future state. The... | solidi |
198,721 | Checking for vulnerabilities on your Java projects | A lot of developers I talk to, seem to think that security is someone else responsibility. The networ... | 0 | 2019-10-31T15:41:26 | https://dev.to/kgoedert/checking-for-vulnerabilities-on-your-java-projects-2h7a | java, security | ---
title: Checking for vulnerabilities on your Java projects
published: true
description:
tags: [java, security]
---
A lot of developers I talk to, seem to think that security is someone else responsibility. The network guy, the security guy, someone that is not him or her.
I am no expert in security, but when I wor... | kgoedert |
198,786 | 5 Tips for Getting Started with Open Source Development | Contributing to open source for the first time can be a daunting experience. Here are 5 tips to help you get started! | 0 | 2019-10-31T16:39:36 | https://dev.to/lukehglazebrook/5-tips-for-getting-started-with-open-source-11np | opensource, beginners, tutorial | ---
title: 5 Tips for Getting Started with Open Source Development
published: true
description: Contributing to open source for the first time can be a daunting experience. Here are 5 tips to help you get started!
tags: opensource,beginners,tutorial
---
Contributing to open source can be an enjoyable and fulfilling wa... | lukehglazebrook |
198,836 | Tech blog questions | What makes a great tech blog? | 0 | 2019-10-31T17:41:55 | https://dev.to/florinpop17/tech-blog-questions-3lil | discuss | ---
title: Tech blog questions
published: true
description: What makes a great tech blog?
tags: discuss
---
Hello! I hope you're having a great day! 😃
I'm currently working on redesigning / recreating my [tech blog](https://florin-pop.com) as I want to make it as perfect as possible for the readers and for that I ne... | florinpop17 |
198,914 | The Iterator that Wasn't: A Love Letter to Boto3 Paginators | The boto3 error message "'PageIterator' object is not an iterator" seemed like a humorous lie, until the Python Cookbook helped to put it in perspective. | 0 | 2020-01-02T17:53:30 | https://dev.to/ajkerrigan/the-iterator-that-wasn-t-a-love-letter-to-boto3-paginators-1nc3 | python, boto3, aws | ---
title: The Iterator that Wasn't: A Love Letter to Boto3 Paginators
published: true
description: The boto3 error message "'PageIterator' object is not an iterator" seemed like a humorous lie, until the Python Cookbook helped to put it in perspective.
tags: python, boto3, aws
---
_This post originally appeared on an... | ajkerrigan |
198,923 | I don't want to be a {*} developer | Hello 👋 (English is not my first language, please don't mind the mistakes) I'm a web developer and... | 0 | 2019-10-31T22:21:59 | https://dev.to/alyve/i-don-t-want-to-be-a-developer-5633 | story, webdev, hiring | Hello 👋
(English is not my first language, please don't mind the mistakes)
I'm a web developer and I'm working for almost 2 years in the same place in Brussels after being graduated. I was hired as Javascript developer. Today, I don't give a shit of the role they can give to any developer.
Firstly, let me explain m... | alyve |
198,931 | Kentico CMS Quick Tip: Faking A Live Site For Integration Testing | Learn how to simulate a live Kentico EMS site when running integration tests. | 1,108 | 2019-11-11T13:50:10 | https://dev.to/wiredviews/kentico-cms-quick-tip-faking-a-live-site-for-integration-testing-c98 | kentico, testing, cms, aspnet | ---
title: Kentico CMS Quick Tip: Faking A Live Site For Integration Testing
published: true
description: Learn how to simulate a live Kentico EMS site when running integration tests.
tags: kentico, testing, cms, aspnet
series: Kentico Quick Tips
cover_image: https://thepracticaldev.s3.amazonaws.com/i/80gwc2mwsmoq68v1f... | seangwright |
198,955 | ¿Para qué sirven los métodos .call() y .apply() en JavaScript? | Un paseo por los fundamentos de JavaScript | 0 | 2019-10-31T23:35:09 | https://dev.to/imsergiobernal/para-que-sirven-los-metodos-call-y-apply-en-javascript-4bj2 | javascript, oop | ---
title: ¿Para qué sirven los métodos .call() y .apply() en JavaScript?
published: true
description: Un paseo por los fundamentos de JavaScript
tags: javascript, oop
cover_image: https://miro.medium.com/max/799/0*4o_PPMhPEt3HZ3YR.
---
He de admitir que el desconocimiento de estos métodos, junto con la sintáxis Class... | imsergiobernal |
199,030 | Can not get radius value from Editable Circle onRadiusChanged event | Can not get radius value from Editabl... | 0 | 2019-11-01T04:53:59 | https://dev.to/pallabpki/can-not-get-radius-value-from-editable-circle-onradiuschanged-event-4ckl | {% stackoverflow 58568085 %} | pallabpki | |
199,097 | Django Tutorial - Create/Fetch Data from Database | Django Tutorial - Create/Fetch Data from Database https://www.youtube.com/watch?v=KAHGxUqmE5Q&t=... | 0 | 2019-11-01T09:05:01 | https://dev.to/siddharthr0318/django-tutorial-create-fetch-data-from-database-391e | django, crud | Django Tutorial - Create/Fetch Data from Database
https://www.youtube.com/watch?v=KAHGxUqmE5Q&t=41s
| siddharthr0318 |
199,141 | Vue3 composition API: a list of good resources | A curated list of awesome things related to vue3 composition api | 0 | 2019-11-04T17:12:57 | https://dev.to/kefranabg/vue3-composition-api-a-list-of-good-resources-2jpa | vue, javascript, webdev, tutorial | ---
title: Vue3 composition API: a list of good resources
published: true
cover_image: https://thepracticaldev.s3.amazonaws.com/i/0ks2ldwfnklcstjjsvp6.png
description: A curated list of awesome things related to vue3 composition api
tags: #vue, #javascript, #webdev, #tutorial
---
Vue3 is coming soon! And one of the m... | kefranabg |
199,160 | Grow your coding skills with Coding Garden 😍👨💻👩💻✌️ | Hello 👋 (English is not my first language, please don't mind the mistakes) I want to share about a... | 0 | 2019-11-01T12:05:31 | https://dev.to/pranjalagnihot8/grow-your-coding-skills-with-coding-garden-1h4b | javascript, react, node, webdev | Hello 👋
(English is not my first language, please don't mind the mistakes)
I want to share about a tech/coding youtuber, who sits on top of my youtube creators list: [Coding Garden with CJ](https://www.youtube.com/channel/UCLNgu_OupwoeESgtab33CCw).
I think it is a very good resource to grow your coding skills and b... | pranjalagnihot8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.