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
268,576
Open source parallel processing for Gatsby
Open Source parallel runner for Gatsby. Many times faster image processing and opens up parallel tasks runners for the ecosystem.
0
2020-02-25T15:12:37
https://dev.to/biilmann/open-source-parallel-processing-for-gatsby-270d
gatsby, jamstack, netlify, performance
--- title: Open source parallel processing for Gatsby published: true description: Open Source parallel runner for Gatsby. Many times faster image processing and opens up parallel tasks runners for the ecosystem. tags: gatsby, JAMstack, Netlify, performance cover_image: https://biilmann-images.netlify.com/gatsby-cloud-...
biilmann
268,607
How much time you're wasting in your day?
Are you a person like me, looking for some spare time to work on personal projects, read books, watch...
0
2020-02-25T07:58:09
https://dev.to/justaashir/how-much-time-you-re-wasting-in-your-day-102c
watercooler, career, productivity, tutorial
Are you a person like me, looking for some spare time to work on personal projects, read books, watch tutorials or attend classes? The answer is that you'll never ever get that time you're looking for and you'll always end up complaining about it. This is the truth. "You can't cure the disease if you don't know what ...
justaashir
268,617
Delayed replica set Member in MongoDB
What is Delayed replica set member? Delayed replica set member is a node that runs N number of second...
0
2020-02-25T08:15:10
https://www.thedbadmin.com/delayed-replica-set-member-in-mongodb/
mongodb, replication
What is Delayed replica set member? Delayed replica set member is a node that runs N number of seconds behind from the primary node. For example, if you have configured delayed node with one hour delay it will be always 60 minutes behind from the primary node. It means if you have created a new collection on the primar...
abhishekjaindba
268,689
Mobile Phones 100vh issue
In diesem Blog wird kurz erklärt, wie man auf dem Smartphone das 100vh Problem lösen kann....
0
2020-02-25T20:41:32
https://dev.to/tobiasroeder/mobile-phones-100vh-issue-2cnk
css, html
### In diesem Blog wird kurz erklärt, wie man auf dem Smartphone das 100vh Problem lösen kann. {% codepen https://codepen.io/tobiasroeder/pen/ExjWPEV %} In diesem Codepen Beispiel ist ein Lösungsweg, wie man die '100vh' Höhe in einem mobile Browser mit CSS einstellt. Kurz erklärt: das am übergeordnetste `div` Elemen...
tobiasroeder
268,843
Generate an Azure AD Token using the REST API
Recently, I had to access to a storage account using an application account, so I set up a SPN which...
0
2020-02-25T14:50:50
https://dev.to/wilfriedwoivre/generate-an-azure-ad-token-using-the-rest-api-46j8
azure
--- title: Generate an Azure AD Token using the REST API published: true date: 2020-01-18 00:00:00 UTC tags: azure canonical_url: --- Recently, I had to access to a storage account using an application account, so I set up a SPN which has an RBAC right on my storage account, as I show in this blog post: [https://woiv...
wilfriedwoivre
268,845
Advanced TypeScript Exercises - Question 5
We have function getUser which gets Config object, the object defines what fields of User function wi...
4,717
2020-02-28T10:06:30
https://dev.to/macsikora/advanced-typescript-exercises-question-5-5b5f
typescript, javascript
--- series: Advanced TypeScript Exercises --- We have function `getUser` which gets `Config` object, the object defines what fields of `User` function will return. If for example config says `{ name: true, lastname: false }` it means returned object should have `name` field non-optional but no field `lastname`. Curren...
macsikora
268,907
C# Functional แบบงงๆ
สำหรับใครที่เป็นแฟนพันธุ์แท้ C# จะรู้ว่าความสามารถใหม่ (เมื่อนานมาแล้ว) จะสามารถเขียน Functional เหมื...
0
2020-02-25T15:46:56
https://dev.to/vatthanachaiw/c-functional-9lo
csharp, functional
สำหรับใครที่เป็นแฟนพันธุ์แท้ C# จะรู้ว่าความสามารถใหม่ (เมื่อนานมาแล้ว) จะสามารถเขียน Functional เหมือนกับภาษา F# หรือ Scala ได้ ซึ่งมันเป็นอะไรที่ว้าวมาก... (โดยเฉพาะผมที่พึ่งได้มีเวลาพักหายใจ) เข้าเรื่องกันเลยดีกว่า I know the Greek C# already know the new feature of her. Her have the functional feature like F# or S...
vatthanachaiw
268,957
Thread: How can I create a thread?
https://www.jhadheeraj.com/post/thread-how-can-i-create-a-thread This is my first blog on thread. Pl...
0
2020-02-25T17:18:40
https://dev.to/jhadheeraj1986/thread-how-can-i-create-a-thread-c82
cpp, tutorial
https://www.jhadheeraj.com/post/thread-how-can-i-create-a-thread This is my first blog on thread. Please check it and let me know your views.
jhadheeraj1986
269,150
Introduction to JavaScript for Those With Impostor Syndrome
Before you begin, I want to assure you that JavaScript is a really simple language you will ever lear...
5,233
2020-03-02T19:19:36
https://dev.to/celebritydev/introduction-to-javascript-for-those-with-imposter-syndrome-16em
javascript, newbie, beginners, webdev
Before you begin, I want to assure you that JavaScript is a really simple language you will ever learn. With the basics I will be covering in the course of your learning, you will become an expert JavaScript programmer if you stick to these basics. JavaSript is a high-level, client-side scripting language that runs on...
celebritydev
269,263
MJSQ 101: == vs. ===, Use Strict, Event Bubbling,
More JavaScript Questions 101(MJSQ 101): Continuing from my original blog post, I give you...
0
2020-02-26T06:58:06
https://dev.to/danvyle/mjsq-101-vs-use-strict-event-bubbling-1ea2
codenewbie, javascript
## More JavaScript Questions 101(MJSQ 101): Continuing from my original [blog post]("https://dev.to/danvyle/more-javascript-fundamentals-101-4d5d"), I give you more javascript 101 questions answered!: Topics covered today: ### 1) `==` vs `===` ### 2) `"use strict"` ### 3) event bubbling ## What is the difference...
danvyle
269,275
ASP.NET Core (not that secret) User Secrets Explained
The best guide to using ASP.NET Core User Secrets. It helps you keep those connection strings out of course control and enables per-developer settings.
0
2020-02-26T07:37:02
https://blog.elmah.io/asp-net-core-not-that-secret-user-secrets-explained/
csharp, dotnet, aspnetcore, security
--- title: ASP.NET Core (not that secret) User Secrets Explained published: true description: The best guide to using ASP.NET Core User Secrets. It helps you keep those connection strings out of course control and enables per-developer settings. tags: csharp, dotnet, aspnetcore, security cover_image: https://dev-to-upl...
thomasardal
269,311
Is there private posts/articles feature in DEV ?
A post by kambala yashwanth
0
2020-02-26T08:39:16
https://dev.to/yashwanth2804/is-there-private-posts-articles-feature-in-dev-25ao
yashwanth2804
269,321
Labelling form inputs
Semantic HTML and accessibility Most of the times, when it comes to HTML and accessibility...
0
2020-02-26T09:15:15
https://dev.to/mihaelamiches/labelling-form-inputs-4b31
a11y, html
## Semantic HTML and accessibility Most of the times, when it comes to HTML and accessibility, all boils down to semantic HTML, that is using the correct HTML elements for their purpose as much as possible. This ensures that screen readers can infer as much information about the intent behind your page structure and an...
mihaelamiches
269,333
JavaScript and CSS progress bar
I recently created a simple progress bar with vanilla JavaScript and CSS. It's not really a big deal...
0
2020-02-26T10:34:39
https://dev.to/frontend_io/javascript-and-css-progress-bar-n61
javascript, css, widget, dom
I recently created a simple progress bar with vanilla JavaScript and CSS. It's not really a big deal. But someday when you might need something like this, instead of spending time building again, just remember one exists here already: https://frontend-io.github.io/Vanilla-JS-and-CSS-progress-bar/ Your use case m...
frontend_io
269,374
Creating Extension for VS-Code
Originally posted on Medium.com. I am sharing the medium embedded link here, if you want me to repost...
0
2020-02-26T11:46:57
https://dev.to/avishekp86/creating-extension-for-vs-code-25pm
vscode, javascript, tutorial, 100daysofcode
Originally posted on Medium.com. I am sharing the medium embedded link here, if you want me to repost the entire article on dev.to then let me know by the comments section. {% medium https://medium.com/@avishekpatra.1986/creating-extension-for-vs-code-741a26fa0f74 %}
avishekp86
273,445
Which is the Fastest Front End Framework?
There was an interesting Twitter conversation recently where Paul Henschel showed a cool demo doing s...
0
2020-03-04T18:21:47
https://dev.to/thinkster/which-is-the-fastest-front-end-framework-40of
javascript, react, webdev, productivity
There was an interesting Twitter [conversation](https://is-tracking-link-api-prod.appspot.com/api/v1/click/6051492140417024/5570275139911680) recently where [Paul Henschel](https://is-tracking-link-api-prod.appspot.com/api/v1/click/5819055556788224/5570275139911680) showed a cool demo doing some 3D rendering of a crazy...
josepheames
269,389
You may not need vuex. Here are some alternatives
Originally posted at michaelzanggl.com. Subscribe to my newsletter to never miss out on new...
0
2020-03-23T11:15:46
https://dev.to/michi/you-may-not-need-vuex-here-are-some-alternatives-28nc
vue, javascript
> Originally posted at [michaelzanggl.com](https://michaelzanggl.com/articles/you-may-not-need-vuex). Subscribe to [my newsletter](https://michaelzanggl.com/) to never miss out on new content. Let's take a look at two approaches you can take before reaching for vuex! ## First approach (for simpler websites) Let's co...
michi
269,406
Web Application Firewall - Friend of your DevOps pipeline?
A MyDevSecOps live session from Jan 30 2020 by Franziska Buehler Web Application Firewalls (WAF) oft...
0
2020-02-26T13:01:56
https://dev.to/devseccon/web-application-firewall-friend-of-your-devops-pipeline-dg8
security, webdev
A [MyDevSecOps live session](https://www.mydevsecops.io/post/web-application-firewall-friend-of-your-devops-pipeline) from Jan 30 2020 by [Franziska Buehler](https://twitter.com/bufrasch) Web Application Firewalls (WAF) often raise concern about false positives, latency and other potential production problems. In addi...
brianverm
269,426
The Builder Pattern in Dart
Everyone coming from OOP programming have heard about the builder pattern... "and its intent of...
0
2020-02-28T09:05:42
https://dev.to/inakiarroyo/the-builder-pattern-in-dart-efg
dart, flutter, patterns, webdev
--- title: The Builder Pattern in Dart published: true description: tags: #dart #flutter #patterns #webdev --- Everyone coming from OOP programming have heard about the builder pattern... "and its intent of separating the construction of a complex objets from its representation, providing a flexible solution for crea...
inakiarroyo
269,496
Typescript Async/Await Internals
"use strict"; var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P,...
6,360
2020-02-26T15:03:28
https://dev.to/jwp/typescript-async-await-internals-3fkj
```javascript "use strict"; var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { return new (P || (P = Promise))(function (resolve, reject) { function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } function rejected(value) {...
jwp
269,521
React Context API: updating Context from a nested component (in functional components with Hooks and class components)
Context API is a way to store and modify different states and then be able to have access to those s...
0
2020-02-26T15:59:14
https://ramonak.io/
react, reactcontextapi, frontenddev
[Context API](https://reactjs.org/docs/context.html) is a way to store and modify different states and then be able to have access to those states in any part (component) of the app. Thus it eliminates “prop drilling” issue. Context comes with React, so we don’t need to bring in any 3rd-party library (like [Redux](htt...
ramonak
273,636
How to not plan a project (time management)
Disclaimer: This is another personal blog, because there aren't enough hours in the week to do the re...
0
2020-03-04T02:12:04
https://dev.to/jasterix/how-to-not-plan-a-project-time-management-3i3e
*Disclaimer:* This is another personal blog, because there aren't enough hours in the week to do the research-heavy blogs I enjoy writing. My next 4-5 weeks focus on completing a project and recalibrating my job search strategy. I am round out the 6-month allotment of career support provided by Flatiron. So, it's imp...
jasterix
269,528
Yggdrasil and PostgreSQL Notifications
One thing I really like about PostgreSQL is its notifications via pg_notify. This feature is very use...
4,987
2020-02-26T16:29:01
https://thebroken.link/yggdrasil-easy-pub-sub-in-elixir/#II
elixir, pubsub, postgres, tutorial
--- cover_image: "https://images.unsplash.com/photo-1451187580459-43490279c0fa" canonical_url: "https://thebroken.link/yggdrasil-easy-pub-sub-in-elixir/#II" series: "Yggdrasil: Easy Pub-Sub in Elixir" --- One thing I really like about PostgreSQL is its notifications via `pg_notify`. This feature is very useful when tr...
alexdesousa
269,542
React CREATE_REACT_APP Error**
I am getting error on creating-react-app. Is there any one to help me out. I am also sharing picture...
0
2020-02-26T16:45:24
https://dev.to/tanveerjsx/react-createreactapp-error-1o8
react, npm
I am getting error on creating-react-app. Is there any one to help me out. I am also sharing picture with comment :::::ERROR IS:::::: There might be a problem with the project dependency tree. It is likely not a bug in Create React App, but something you need to fix locally. The react-scripts package provided by Cre...
tanveerjsx
269,629
2020 Setting up React Navigation in a new git repo
Prerequisites System Requirements: Computer Running Linux Debian / Ubuntu (Pre...
0
2020-02-26T18:40:29
https://dev.to/skylerwebdev/2020-setting-up-react-navigation-with-git-1ac8
react, git, github, npm
# Prerequisites System Requirements: -------------------- * Computer Running Linux Debian / Ubuntu (Preferred), Windows 7 or Later, MacOS X or Later Programs Requirements: ---------------------- 1. Node.js along with NPM/NPX and Chocolatey * More information can be found at <https://nodejs.org> 2. A Text Edit...
skylerwebdev
273,303
How to use Swapper in Golang?
Swapper is a function defined in the reflect package. This function takes a slice and returns a swap...
0
2020-03-03T14:41:31
https://dev.to/schadokar/how-to-use-swapper-in-golang-1h35
go, tutorial
[Swapper](https://golang.org/pkg/reflect/#Swapper) is a function defined in the [reflect](https://golang.org/pkg/reflect/) package. This function takes a slice and returns a swap function. This swap function takes 2 indexes as arguments and swaps the values at index position in the slice. > Originally published on [...
schadokar
273,329
Base64 vs Base58 Encoding
By Lane Wagner – @wagslane on Twitter Base64 is one of the most popular encoding formats for...
0
2020-03-03T15:02:58
https://qvault.io/2020/03/03/base64-vs-base58-encoding/?utm_source=rss&utm_medium=rss&utm_campaign=base64-vs-base58-encoding
bitcoin, cryptography, encoding, base58
--- title: Base64 vs Base58 Encoding published: true date: 2020-03-03 14:59:45 UTC tags: bitcoin,cryptography,encoding,base58 canonical_url: https://qvault.io/2020/03/03/base64-vs-base58-encoding/?utm_source=rss&utm_medium=rss&utm_campaign=base64-vs-base58-encoding --- By Lane Wagner – [@wagslane](https://twitter.com/...
wagslane
273,372
PnP Tips - Credentials
This is the first post of several articles with tips for working with PnP PowerShell commands for Off...
5,326
2020-03-03T16:01:24
https://dev.to/jaloplo/pnp-tips-credentials-11mh
productivity, powershell, sponline, office365
This is the first post of several articles with tips for working with PnP PowerShell commands for Office 365. Today, I will show you how to save your time when connecting to the site collections you want to work with. If you usually work with PowerShell and Office 365 you'll notice that it is tedious work when several...
jaloplo
273,378
On.NET Episode: Finding parking spots with Custom Vision and IoT
As developers, we have the ability to us machine learning to our applications to create very unique e...
0
2020-03-03T16:04:23
https://dev.to/azure/on-net-episode-finding-parking-spots-with-custom-vision-and-iot-47o
dotnet, azure, iot, machinelearning
As developers, we have the ability to us machine learning to our applications to create very unique experiences and solve difficult problems for our customers. In this episode, Martina and Bruno Capuano sit with Scott to show us how we can use Custom Vision and IoT devices to recognize objects in the real world. This ...
cecilphillip
273,399
Paying attention: the mental cost of development
Everyone's very busy, but the results are weak. The product is buggy and unreliable; the codebase is messy; people are frustrated. Sounds familiar? Let's talk about focus and attention.
0
2020-03-09T06:24:22
https://charlesagile.com/paying-attention-the-mental-cost-of-development
programming, codequality, attention, productivity
--- title: Paying attention: the mental cost of development published: true description: Everyone's very busy, but the results are weak. The product is buggy and unreliable; the codebase is messy; people are frustrated. Sounds familiar? Let's talk about focus and attention. tags: #programming #quality #attention #produ...
thekarel
273,402
How to clean your git history
Hi! I want to share you a short instruction on how to remove wrong or mistaken commits from a remote...
0
2020-03-16T12:31:04
https://dev.to/visualcomposer/how-to-clean-your-git-history-32lg
git, github, vim
Hi! I want to share you a short instruction on how to remove wrong or mistaken commits from a remote repository when you don't want to make a revert. Check changes and find what commits you want to remove. ```sh $ git log --stat ``` Use the interactive rebase command. ```sh $ git rebase -i HEAD~X ``` Put the number...
famevashere
273,418
Building my site with Tailwind CSS
This is a 2 part series where I talk about the two main tech I used to build my new website, samant...
4,712
2020-05-06T15:00:01
https://www.samanthaming.com/blog/building-my-new-site-with-tailwind/
tailwindcss, beginners, codenewbie, sideprojects
![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/4k8r5hiyb6h9ubi4jc6z.jpg) This is a 2 part series where I talk about the two main tech I used to build my new website, [samanthaming.com](https://www.samanthaming.com). The first one I talked about my experience using [VuePress](https://www.samanthaming.com/blog/bu...
samanthaming
273,429
Getting my feet wet with TypeScript
Originally posted on jnielson.com. Cover image courtesy of the awesome undraw.co. Hi there! I'm writ...
0
2020-03-03T17:50:05
https://jnielson.com/getting-my-feet-wet-with-TypeScript
typescript, react
Originally posted on [jnielson.com](https://jnielson.com/getting-my-feet-wet-with-TypeScript). Cover image courtesy of the awesome [undraw.co](http://undraw.co/). Hi there! I'm writing this post with the goal of helping people who are in a similar spot to where I am, at the time of writing. As mentioned in my [changin...
jnielson94
273,510
Navigation with React Native
The vast majority of mobile apps that we use are not single page applications--you can click on butto...
0
2020-03-03T21:40:59
https://dev.to/alisabaj/navigation-with-react-native-4pdo
reactnative, navigation, mobileapp, codenewbie
The vast majority of mobile apps that we use are not single page applications--you can click on buttons that take you to different pages, you can go backwards to your previous page, and you can move around like you would with a regular web application. Implementing navigation in a mobile app built using React Native ca...
alisabaj
273,513
Nevertheless, Molossus Spondee Coded
be me be born in Vancouver high cost of living dirt poor second son of the family my dad was a faile...
0
2020-03-03T20:19:18
https://dev.to/mspondee/nevertheless-molossus-spondee-coded-1nll
wecoded
>be me >be born in Vancouver >high cost of living >dirt poor >second son of the family >my dad was a failed starving artist >my mother worked at data entry at a bank >she was fat with a broken back >and at home they didn't do much but eat and watch TV >I mostly grew up alone on books and the computer >at school I was n...
mspondee
273,538
My First Project: What I learned
A beginner's first personal project
0
2020-03-03T20:56:13
https://dev.to/jammypiece/my-first-project-what-i-learned-ck0
beginners, javascript, webdev, game
--- title: My First Project: What I learned published: true description: A beginner's first personal project tags: beginner, JavaScript, web development, game cover_image: https://res.cloudinary.com/dytmcam8b/image/upload/v1583268803/bennyscreenshot_x0kk8i.jpg --- There's that awkward time just after you set out learn...
jammypiece
273,554
How to Show Colored Text in Terminal?
There are many things that we see and use every day but rarely we stop and think “how does it wor...
0
2020-03-05T07:32:27
https://jagascript.com/how-to-show-colored-text-terminal/
--- title: How to Show Colored Text in Terminal? published: true date: 2020-03-03 00:00:00 UTC tags: canonical_url: https://jagascript.com/how-to-show-colored-text-terminal/ --- * * * ![](https://jagascript.com/00ca0ef17e3778df5ff28eecec8f619c/chalk.svg) There are many things that we see and use every day but rare...
jaga
273,571
Stream Flutter: Building a Social Network with Flutter — Direct Messaging
In the second part of our series, we'll implement direct messaging between users by integrating Strea...
5,247
2020-03-03T22:25:03
https://getstream.io/blog/stream-flutter-building-a-social-network-with-flutter-direct-messaging/
flutter, feeds, tutorial, chat
In the second part of our series, we'll implement direct messaging between users by integrating [Stream Chat](https://getstream.io/chat/). This post assumes you've followed along with [part 1](https://getstream.io/blog/stream-flutter-building-a-social-network-with-flutter-activity-feeds). Leveraging our code from par...
nickparsons
273,599
How to change bash versions on Mac with Homebrew
step-by-step guide to upgrading the version of bash that runs on your Mac.
0
2020-03-04T00:18:24
https://dev.to/emcain/how-to-change-bash-versions-on-mac-with-homebrew-20o3
macos, bash, homebrew, tutorial
--- title: How to change bash versions on Mac with Homebrew published: true description: step-by-step guide to upgrading the version of bash that runs on your Mac. tags: macos, bash, homebrew, tutorial --- MacOS comes with bash 3 as the default shell program; [Apple doesn't want to upgrade to the later versions for i...
emcain
273,707
OpenVPN Installation step by step
sudo apt install openvpn easy-rsa cd /etc/openvpn sudo chmod 400 /etc/openvpn Paste crt , conf and...
0
2020-03-04T04:56:12
https://dev.to/dbaport/openvpn-installation-step-by-step-56ne
openvpn
sudo apt install openvpn easy-rsa cd /etc/openvpn sudo chmod 400 /etc/openvpn >> Paste crt , conf and other file in /etc/openvpn cd /usr/bin/ sudo nano vpn.sh sudo /usr/bin/vpn.sh sudo nano /usr/bin/vpn.sh >>#!/bin/bash cd /etc/openvpn nohup openvpn --config sumant.conf & sudo chmod +x /usr/bin/vpn.sh sudo /usr/bin/v...
dbaport
273,712
Free SSL enable on website on cloud server !
Here I'm writing some step as demo. My website on AWS server.Pleas read carefully , this is easiest w...
0
2020-03-04T05:08:53
https://dev.to/dbaport/free-ssl-enable-on-website-on-cloud-server-1lik
freessl
Here I'm writing some step as demo. My website on AWS server.Pleas read carefully , this is easiest way. 1.Download .pem file (db_Oregon_Keypair.pem) 2.Given Execute Permission to .pem file (read/write) Step: 1- open terminal 2- sudo chmod 777 db_Oregon_Keypair.pem 3.sudo ssh -i db_Oregon_Keypair.pem ubuntu@www.d...
dbaport
274,099
Redux course for beginners, lesson 1: introduction, history, and architecture
Fancy for a refresh on Redux? In this first episode: introduction, history, and architecture of Redux
5,254
2020-03-04T12:05:02
https://youtu.be/4lnkiPQ8spk
redux, javascript, beginners
--- title: "Redux course for beginners, lesson 1: introduction, history, and architecture" published: true description: "Fancy for a refresh on Redux? In this first episode: introduction, history, and architecture of Redux" tags: redux, javascript, beginners series: "Redux course for beginners" canonical_url: https://y...
valentinogagliardi
274,111
Beautiful Controllers - Growing Rails applications in practice
Hey 👀✨ I've been reading through a book called Growing Rails Applications in practice and I decided...
0
2020-03-04T12:26:54
https://dev.to/brownio/beautiful-controllers-growing-rails-applications-in-practice-4mg9
rails, ruby, webdev, codequality
Hey 👀✨ I've been reading through a book called [Growing Rails Applications in practice](https://pragprog.com/book/d-kegrap/growing-rails-applications-in-practice) and I decided to make a summary to get a better understanding of every chapter. Maybe it also works for you! Normally, the developer does not struggle to ...
brownio
275,453
Software Testing: Perception versus Reality
“A tester’s role is only to find bugs.” “Software testing is an expensive proposition.” Right? If you...
0
2020-03-06T11:21:14
https://www.qmetry.com/blog/software-testing-perception-versus-reality/
testing, jira, qa, agile
“A tester’s role is only to find bugs.” “Software testing is an expensive proposition.” Right? If you are in the Quality Assurance business or a software tester, you may have had your share of eye-rolls at the above-mentioned remarks. Because believe it or not, software testing is no longer an end of cycle activity. N...
qmetry
274,217
Distributed DMX with Apache Ignite
A little known fact is that the original, intelligent lights and programming hardware formed a distri...
0
2020-03-04T15:26:20
https://lightconsole.dev/2020/03/04/distributing-dmx-compute-with-apache-ignite/
dotnet, apacheignite, distributedcompute
--- title: Distributed DMX with Apache Ignite published: true date: 2020-03-04 11:42:54 UTC tags: #dotnet #apache-ignite #distributed-compute cover_image: https://lightconsole.files.wordpress.com/2020/03/blogheader.png canonical_url: https://lightconsole.dev/2020/03/04/distributing-dmx-compute-with-apache-ignite/ --- ...
mikecodesdotnet
274,221
Kubuntu install
Hi everyone, Today, I am writing about how to install Kubuntu on VirtualBox but also installing on...
0
2020-03-04T15:07:20
https://dev.to/wolfiton/kubuntu-install-3jnc
linux, productivity, webdev, beginners
Hi everyone, Today, I am writing about how to install Kubuntu on VirtualBox but also installing on your HDD is the same(you can use the same technique described here). So we can also call it the unified(one single way), to install Kubuntu. > Warning": Save all your important data before you are going to take this s...
wolfiton
274,254
Welcome Thread - v63
Welcome to DEV! A thread of hellos and intros.
0
2020-03-04T16:03:38
https://dev.to/thepracticaldev/welcome-thread-v63-2j4p
welcome
--- title: Welcome Thread - v63 published: true description: Welcome to DEV! A thread of hellos and intros. tags: welcome --- ![Hey y'all!](https://media.giphy.com/media/2rAwoVAJDB8XMrsf8R/giphy.gif) ### Welcome to DEV! 1. Leave a comment below to introduce yourself! You can talk about what brought you here, what yo...
thepracticaldev
274,269
String split in Python
In this article we simply talk about two methods of text parsing in Python. What we will do is given...
0
2020-03-04T16:30:14
https://dev.to/days_64/string-split-in-python-3flp
python, beginners
In this article we simply talk about two methods of text parsing in <a href="https://python.org">Python</a>. What we will do is given a string like ```python >>> line = 'aaa bbb ccc' ``` Split it into substrings, create strings based on this string. ## Slice string The first method is fragment by fragment. Define ...
days_64
274,282
remove trailing spaces
If you have a Python text string, and want trailing spaces removed you can do that with the method .s...
0
2020-03-04T17:05:21
https://dev.to/libertycodervice/remove-trailing-spaces-2m5
python, beginners
If you have a Python text <a href="https://pythonbasics.org/strings/">string</a>, and want trailing spaces removed you can do that with the method `.strip()`, `.lstrip()` and `.rstrip()`. That removes the spaces before and after the string. # Example You can use strip, lstrip, rstrip methods. Like the name suggests,...
libertycodervice
275,460
Using SDKMAN! to work with multiple versions of Java
If you code in Java, you might be coding against Java 11, or 8, or maybe an even older version. You...
0
2020-03-06T11:32:01
https://www.twilio.com/blog/sdkman-work-with-multiple-versions-java?utm_source=devangel&utm_medium=social&utm_campaign=matthew
java, installation, tools
--- title: Using SDKMAN! to work with multiple versions of Java published: true tags: java, installation, tools canonical_url: https://www.twilio.com/blog/sdkman-work-with-multiple-versions-java?utm_source=devangel&utm_medium=social&utm_campaign=matthew --- If you code in Java, you might be coding against Java 11, or ...
mjg123
274,371
Programming first principles - 10. First principle - Principle of least knowledge
This post (Programming first principles - 10. First principle - Principle of least knowledge) was ori...
5,110
2020-03-04T18:53:44
https://www.sargalias.com/blog/programming-first-principles-first-principle-principle-of-least-knowledge/
programming, webdev, learning, development
This post ([Programming first principles - 10. First principle - Principle of least knowledge](https://www.sargalias.com/blog/programming-first-principles-first-principle-principle-of-least-knowledge/)) was originally published on [Sargalias](https://www.sargalias.com). The principle of least knowledge means that code...
sargalias
274,387
How do the SameSite cookie changes affect Sitecore installations
Recently, Chrome released the update that contains SameSite cookie changes to better protect against...
0
2020-03-04T19:36:47
https://community.sitecore.net/technical_blogs/b/technical-marketing/posts/how-do-the-samesite-cookie-changes-affect-sitecore-installations
sitecore, analytics, personalization
Recently, Chrome released the update that contains [SameSite cookie changes](https://blog.chromium.org/2020/02/samesite-cookie-changes-in-february.html) to better protect against [CSRF attacks](https://en.wikipedia.org/wiki/Cross-site_request_forgery). Over the course of the month of February, this was rolled out to us...
jasonstcyr
274,389
How to get 15k+ pages indexed by Google in 24 hours
A guide for speeding up the crawling speed of your website from a few pages per minutes to many pages per second. Tagged with webdev, tips, learning.
0
2020-03-04T19:52:04
https://dev.to/ped4enko/how-to-get-15k-pages-indexed-by-google-in-24-hours-5fig
seo, webappdevelopment, google
--- title: How to get 15k+ pages indexed by Google in 24 hours published: true description: A guide for speeding up the crawling speed of your website from a few pages per minutes to many pages per second. Tagged with webdev, tips, learning. tags: SEO, Web App Development, google --- Before starting, I want to thank *...
ped4enko
274,417
Looking into Credits feature on DEV from Laravel Developer perspective (Code Dive)
Important!! I am a PHP/Laravel Developer and I have no idea how Ruby/Rails work. We will...
0
2020-03-04T20:58:53
https://dev.to/zubairmohsin33/looking-into-credits-feature-on-dev-from-laravel-developer-perspective-code-dive-2ee5
meta, rails, webdev, laravel
##Important!! * I am a PHP/Laravel Developer and I have no idea how Ruby/Rails work. * We will make assumptions based on Laravel's conventions. * We will focus on **Credits** feature only to keep our interest piqued. * This is just a code reading exercise 🤷🏻‍♂️ If you visit [https://dev.to/credits](https://dev.to/cr...
zubairmohsin33
274,426
🚀 Just released ultra-runner 2.0.0! Ultra fast script runner and build tool, with support for lerna, yarn and pnpm monorepos.
I've just released Ultra Runner 2.0.0 with lots of new features to run scripts and builds for monorep...
0
2020-03-04T21:18:16
https://dev.to/folke/just-released-ultra-runner-2-0-0-ultra-fast-script-runner-and-build-tool-with-support-for-lerna-yarn-and-pnpm-monorepos-4gbj
javascript, node, showdev, webdev
I've just released [Ultra Runner 2.0.0](https://github.com/folke/ultra-runner) with lots of new features to run scripts and builds for monorepos. ### :sparkles: Highlights * **zero-config**: works out of the box with your existing monorepo * **non-intrusive**: no need to make any changes to your packages.json files * ...
folke
274,458
Inspiring stories: Irina Kostina
In honor of International Women's day, we are interviewing inspiring women from our community who are going to share the story of how they got into Tech and how they got to where they are today. In this post I interview my colleague Irina Kostina.
0
2020-03-23T09:05:30
https://dev.to/azure_heroes/inspiring-stories-irina-kostina-8
iwd2020, womenintech, devlive, azureheroes
--- title: Inspiring stories: Irina Kostina published: true cover_image: https://dev-to-uploads.s3.amazonaws.com/i/yxhxlieykubou04yd96l.png description: In honor of International Women's day, we are interviewing inspiring women from our community who are going to share the story of how they got into Tech and how they ...
sherrrylst
274,472
Como adicionar análise sintática de código ruby em uma aplicação legada?
Passo a passo de como configurar e corrigir o código ruby usando Rubocop.
0
2020-03-04T23:39:27
https://dev.to/douglaslise/como-adicionar-analise-sintatica-de-codigo-ruby-em-uma-aplicacao-legada-39ed
ruby, code, staticanalysis, rubocop
--- title: Como adicionar análise sintática de código ruby em uma aplicação legada? published: true description: Passo a passo de como configurar e corrigir o código ruby usando Rubocop. tags: ruby, code, static analysis, rubocop --- Como é conhecido na comunidade ruby, [Rubocop] (https://docs.rubocop.org/) é a ferram...
douglaslise
274,483
Introducing our March 2020 sponsors
Our wonderful sponsors are vital to the health of dev.to and it is great to work with companies contributing so much to the ecosystem.
0
2020-03-05T17:41:23
https://dev.to/devteam/introducing-our-march-2020-sponsors-j69
meta
--- title: Introducing our March 2020 sponsors published: true description: Our wonderful sponsors are vital to the health of dev.to and it is great to work with companies contributing so much to the ecosystem. tags: meta cover_image: https://p78.f0.n0.cdn.getcloudapp.com/items/qGuoXP42/Image+2020-03-04+at+5.19.41+PM.p...
ben
274,494
What VCs wish founders knew about startup security practices
At DevGuild: Enterprise Security, we learned that security has become more and more of a revenue driv...
0
2020-03-05T00:20:22
https://dev.to/aedotterweich/what-vcs-wish-founders-knew-about-startup-security-practices-1m1k
startup, security, saas
At [DevGuild: Enterprise Security](https://www.heavybit.com/devguild/enterprise-security/), we learned that security has become more and more of a revenue driver for startups. As a result, investors are taking an interest in how the companies they invest in are doing to ensure that their products, user data and teams s...
aedotterweich
274,583
The color function
There is much more to CSS colors than RGB, HEX, and HSL... let's see the status of CSS colors in 2020. Step 9: color function
5,264
2020-03-18T16:35:33
https://dev.to/alvaromontoro/the-color-function-4km2
css, html
--- title: The color function published: true description: There is much more to CSS colors than RGB, HEX, and HSL... let's see the status of CSS colors in 2020. Step 9: color function tags: CSS, HTML cover_image: https://dev-to-uploads.s3.amazonaws.com/i/f5vqq3uckm57x5t9pov8.png series: Ultimate Guide to CSS Colors (2...
alvaromontoro
274,642
Is there any frontend job that doesn't require React these days?
I am going through some job sites in search of a possible new opportunity. I noticed that almost ever...
0
2020-03-05T06:53:43
https://dev.to/starbist/is-there-any-frontend-job-that-doesn-t-require-react-these-days-4pfl
discuss
I am going through some job sites in search of a possible new opportunity. I noticed that almost every frontend-related job requires React. Does everyone use React these days? Or is it just some kind of filter for companies?
starbist
274,657
So I built a CMS, sortof..
I built a CMS It started out with me deciding to change career fields. Well, with that I h...
0
2020-03-05T08:01:26
https://dev.to/mikecase/so-i-built-a-cms-sortof-2d9n
python, flask, learning
### I built a CMS It started out with me deciding to change career fields. Well, with that I have been heavily involved with python lately. And I decided I needed a website. Something I can put on my resume, and put my resume on. Well I can't do anything the easy way so instead of just grabbing some ready to go CMS a...
mikecase
274,663
5 lợi ích của đông trùng hạ thảo cho não và cơ thể của bạn
Thiên nhiên cung cấp một loạt các nguồn tài nguyên tuyệt vời để cải thiện sức khỏe của chúng tôi và t...
0
2020-03-05T08:13:06
https://dev.to/ifitnessvn/5-l-i-ich-c-a-dong-trung-h-th-o-cho-nao-va-c-th-c-a-b-n-55cg
Thiên nhiên cung cấp một loạt các nguồn tài nguyên tuyệt vời để cải thiện sức khỏe của chúng tôi và tăng cường khả năng miễn dịch của chúng tôi. Nấm là một loại nấm được mọi người trên khắp thế giới yêu thích và nổi tiếng vì lợi ích dinh dưỡng của chúng. Trong những năm gần đây, các nhà khoa học đã nghiên cứu lợi ích d...
ifitnessvn
274,719
List all only files under directory with shell script
list
0
2020-03-05T10:04:38
https://dev.to/kazuwombat/put-all-only-files-under-directory-3fk4
shell, bash, linux
--- title: List all only files under directory with shell script published: true description: list tags: shell, bash, linux --- Thanks to @BenSincla, this article become very simple! For example, you have directory like this. ```sh $ tree A A ├── B │   └── b.txt ├── C │   └── c.txt └── a.txt 2 directories, 3 files...
kazuwombat
274,734
AWS - Admin User
Started to use AWS in order to create back-end services for My Habit Tracker application. An informat...
0
2020-03-05T16:50:06
https://dev.to/szabikr/aws-admin-user-5e8k
aws
Started to use AWS in order to create back-end services for `My Habit Tracker` application. An informative article described that it's not a good practice to use your `Root User` to execute daily tasks in `AWS Console`. So I created an `IAM User`, which I'm going to login with to work on my cloud solution for the appl...
szabikr
274,936
Azure Heroes - a blockchain-based digital badge rewards pilot
In the spirit of our mission to empower technical practitioners of all backgrounds, we created Azure...
0
2020-03-06T09:22:46
https://dev.to/azure_heroes/azure-heroes-a-blockchain-based-digital-badge-rewards-pilot-34p6
azureheroes, community, ethereum, azure
In the spirit of our mission to empower technical practitioners of all backgrounds, we created [Azure Heroes](https://aka.ms/azure.heroes) to inspire developers to learn, coach, and build on Azure and to promote healthy, inclusive communities. Our cloud developer community is growing fast and we see many enthusiasts ...
ibexalec
275,011
How I get 100% out of Remote/WFH
From the last 1 year, weekly I do 2-3 days WFH. In the past, I have done WFH but my experience was ve...
0
2020-03-06T03:21:17
https://dev.to/hellonehha/how-i-get-100-out-of-remote-wfh-574j
developers, remoteworking, productivity
--- title: How I get 100% out of Remote/WFH published: true description: tags: developers, remote working, productivity --- From the last 1 year, weekly I do 2-3 days WFH. In the past, I have done WFH but my experience was very bad because folks assume WFH is "Work for Home" ;). I learned a lot from these bad exper...
hellonehha
275,045
Complete useRef() hook with live code examples
useRef returns an object with a `current` property. This `current` property gets the initial value of the argument passed to useRef hook
0
2020-03-05T19:52:00
https://dev.to/danielpdev/complete-useref-hook-with-live-code-examples-20ep
typescript, react, useref, hooks
--- title: Complete useRef() hook with live code examples published: true description: useRef returns an object with a `current` property. This `current` property gets the initial value of the argument passed to useRef hook tags: typescript, ReactJS, useRef, hooks --- ### What's up with `useRef` hook? `useRef` ret...
danielpdev
275,050
Musicians (and others!): the Box of Scales is now bigger
Goooood evening! Or good morning/afternoon, depending on where or when you are... Wanted to update y...
0
2020-03-05T20:07:11
https://dev.to/thatonejakeb/musicians-and-others-the-box-of-scales-is-now-bigger-2li5
showdev, offtopic, watercooler
Goooood evening! Or good morning/afternoon, depending on where or when you are... Wanted to update you on my side project that started out as shuffling scales to practise. Box of Scales will now (on the fly) generate the notes (ascending and descending for melodic minor!), left/right hand finger patterns, and play th...
thatonejakeb
275,063
Code Is Colorful - what does it mean?
Code Is Colorful is our claim we found at SinnerSchrader Engineers two years ago. We feel it is strong because of its endless possibilities and meanings. We don't only refer to source code but also a variety in solution building and people.
0
2020-03-06T12:06:33
https://dev.to/studio_m_song/code-is-colorful-what-does-it-mean-hac
codeiscolorful, s2engineers, sinnerschrader, diversity
--- title: Code Is Colorful - what does it mean? published: true description: Code Is Colorful is our claim we found at SinnerSchrader Engineers two years ago. We feel it is strong because of its endless possibilities and meanings. We don't only refer to source code but also a variety in solution building and people. t...
kotzendekrabbe
275,094
Simple Animated Circle Bar as React Component
Let's make an easy and simple circle progress bar from an animated SVG in a React component. We only...
0
2020-03-05T20:57:06
https://blog.dastasoft.com/posts/simple-animated-circle-bar-as-react-component
beginners, react, javascript, tutorial
Let's make an easy and simple **circle progress bar** from an **animated SVG** in a **React component**. We only need a SVG, some hooks and a bunch of props to make it customizable. The scope of this guide is to make a simple but customizable circle progress bar for starting at a very basic level of SVG animations. I...
dastasoft
275,097
Why Svelte? (The Short Version)
The short version of Why Svelte
0
2020-03-05T21:10:59
https://www.swyx.io/writing/why-svelte-short
svelte
--- title: Why Svelte? (The Short Version) published: true description: The short version of Why Svelte tags: Svelte slug: why-svelte-short displayed_publish_date: "2020-03-04" canonical_url: https://www.swyx.io/writing/why-svelte-short --- I'm preparing an introductory talk on Why Svelte for the [March Svelte Society...
swyx
275,116
Provisioning Azure Cosmos DB resources with Terraform
Thanks to Terraform, we can deploy Azure Cosmos DB accounts, databases and collections easily in just a few lines of code!
0
2020-03-05T21:44:49
https://dev.to/willvelida/provisioning-azure-cosmos-db-resources-with-terraform-4i64
tutorial, azure, cosmosdb, devops
--- title: Provisioning Azure Cosmos DB resources with Terraform published: true description: Thanks to Terraform, we can deploy Azure Cosmos DB accounts, databases and collections easily in just a few lines of code! tags: tutorial,azure,cosmosdb,devops --- Thanks to Terraform, we can deploy Azure Cosmos DB accounts, ...
willvelida
275,132
Object Lookups over Switch Statements and If/Else Conditionals
Why? Because they're neater, faster, easier to read and they are DYNAMIC. Switch statements need hard...
0
2020-03-05T23:08:21
https://dev.to/laurenclark/object-lookups-over-switch-statements-and-if-else-conditionals-2p5h
javascript, codequality, wecoded
Why? Because they're neater, faster, easier to read and they are DYNAMIC. Switch statements need hardcoded values or at least a hardcoded reference to a dynamic value. Long switch case statements, and heavily indented if/else statements can indicate a code smell. I've seen switch cases implemented with no defaults, wh...
laurenclark
275,147
Custom exceptions with JS
It is very common languages ​​such as java and c # to create custom exceptions, to differentiate erro...
0
2020-03-06T01:07:04
https://dev.to/damxipo/custom-exceptions-with-js-3aoc
javascript, exceptions, errors, code
It is very common languages ​​such as java and c # to create custom exceptions, to differentiate error situations from one another. In JS there is the error object and several other types, but they are for very limited uses. For that reason there is also the possibility of creating our types of exceptions. To simulate...
damxipo
294,732
Pod Security Policy on EKS
Kubernetes is a platform for building platforms. It's a better place to start; not the endgame. -...
0
2020-03-30T00:44:38
https://dev.to/anupamncsu/pod-security-policy-on-eks-mp9
aws, kubernetes, security
![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/jubdxnpnq08i8ckz0w5z.jpeg) ``` Kubernetes is a platform for building platforms. It's a better place to start; not the endgame. - Kelsey Hightower ( @kelseyhightower) ``` ## What is EKS? Amazon Elastic Kubernetes Service (EKS) is a managed Kubernetes service runni...
anupamncsu
275,192
Big and Complex Projects Will Demotivate You, Start with Simple and Small Projects
Many senior developers start in Machine Learning by building big and complex projects. An app powered...
0
2020-03-06T01:39:57
http://reinforcementlearning4.fun/2020/03/05/big-complex-projects-demotivate-you-build-simple-small-projects/
machinelearning, career, beginners
<!-- wp:paragraph --> <p>Many senior developers start in Machine Learning by building big and complex projects. An app powered by computer vision, sentiment analysis, or a recommendation system over a big database are examples of complex projects which involve Machine Learning.</p> <!-- /wp:paragraph --> <!-- wp:parag...
rodolfomendes
275,246
Introduction to GraphQL using Python
GraphQL is a data query language developed internally by Facebook in 2012 before being publicly relea...
0
2020-03-06T04:00:38
https://dev.to/smirza/introduction-to-graphql-using-python-451p
graphql, python
[GraphQL](https://graphql.org/) is a data query language developed internally by Facebook in 2012 before being publicly released in 2015. It provides an alternative to REST and ad-hoc web service architectures. ## Graphene-Python Graphene-Python is a library for building GraphQL APIs in Python easily, its main goal is...
smirza
275,405
Leverage the power of test automation inside Jira
For agile teams, all product release cycles typically follow the same route. Once the story-boarding...
0
2020-03-06T09:39:55
https://www.qmetry.com/blog/leverage-the-power-of-test-automation-and-jira/
jira, agile, qa, testing
For agile teams, all product release cycles typically follow the same route. Once the story-boarding is completed, backlog is set up in Jira, tasks are being assigned to development after you work out the estimates. Then it is time to ship the application to an initial release. Most contemporary enterprises use a powe...
qmetry
275,412
Absinthe Journey with Wolfiton or How to Bring the Absinthe Tutorial UP to Date- Part 5 The Test
Hi everyone, Series navigation PART 1 Introduction PART 2 Foundation PART 3 The Walls PART 4 The Doo...
0
2020-03-06T09:55:23
https://dev.to/wolfiton/testing-1ohn
beginners, elixir, graphql, absinthe
Hi everyone, **Series navigation** [PART 1 Introduction](https://dev.to/wolfiton/absinthe-journey-with-wolfiton-or-how-to-bring-the-absinthe-tutorial-up-to-date-part-1-introduction-5fgg) [PART 2 Foundation](https://dev.to/wolfiton/absinthe-journey-with-wolfiton-or-how-to-bring-the-absinthe-tutorial-up-to-date-part-2-f...
wolfiton
275,428
What you need to know about DevTestOps
The DevOps movement or culture celebrated its tenth anniversary in 2018. It is now critical to the su...
0
2020-03-06T10:41:38
https://www.qmetry.com/blog/what-is-devtestops/
devops, testing, qa, tool
The DevOps movement or culture celebrated its tenth anniversary in 2018. It is now critical to the success of many organizations. The original definition of DevOps by practitioners Len Bass, Ingo Weber and LIming Zhu is interesting. “It is a set of practices that helps reduce the time between committing a change to a ...
qmetry
275,438
I built this site without a single line of custom CSS
built a site without a single line of custom CSS
0
2020-03-06T10:55:21
https://dev.to/sivaram636/i-built-this-site-without-a-single-line-of-custom-css-5c9b
webdev, vue, showdev
--- title: I built this site without a single line of custom CSS published: true description: built a site without a single line of custom CSS tags: webdev,vue,showdev --- ### I built this site without a single line of custom CSS I was playing with the tailwind CSS over the weekend. I loved the way how it works. If...
sivaram636
275,586
Getting Started with ESP8266: Blink
There's a lot of different resources out there in terms of how to get started with Arduinos, ESP8266,...
0
2020-03-07T05:50:43
https://readthis.info/esp8266blink/
esp8266, homeautomation, arduinoide
--- title: Getting Started with ESP8266: Blink published: true layout: post tags: [ESP8266, home-automation, arduino-ide] categories: home_automation canonical_url: https://readthis.info/esp8266blink/ --- There's a lot of different resources out there in terms of how to get started with Arduinos, ESP8266, Home Automat...
thehandsomezebra
275,587
Join us for #SheCoded 2020!
Our 4th Annual International Womens Day Celebration
0
2020-03-06T15:22:10
https://dev.to/devteam/join-us-for-shecoded-2020-o6b
wecoded, theycoded, eachforequal
--- title: Join us for #SheCoded 2020! published: true description: Our 4th Annual International Womens Day Celebration tags: shecoded, theycoded, shecodedally, eachforequal cover_image: https://dev-to-uploads.s3.amazonaws.com/i/vuoa6jsh5uhy32ehpizb.png --- ### International Women’s Day is Sunday, March 8! ...
jess
275,590
SQL injection
In this section, we'll explain what SQL injection is, describe some common examples, explain how to f...
0
2020-03-06T14:35:47
https://dev.to/terrywebbsql/sql-injection-3aeh
In this section, we'll explain what SQL injection is, describe some common examples, explain how to find and exploit various kinds of SQL injection vulnerabilities, and summarize how to prevent SQL injection. What is SQL injection (SQLi)? SQL injection is a web security vulnerability that allows an attacker to interfe...
terrywebbsql
275,656
Why Data APIs are bad for UI Testing
I was watching the Data from an API and I adamantly believe this to be wrong. But like all absolutes...
0
2020-03-07T20:44:47
https://dev.to/jessekphillips/why-data-apis-are-bad-for-ui-testing-4g13
testing
I was watching the [Data from an API](https://testautomationu.applitools.com/test-automation-framework-csharp/chapter6.html) and I adamantly believe this to be wrong. But like all absolutes I need to clarify. # The Situation I would like to have you get through this point in the training, but to allow you to skip I'...
jessekphillips
275,701
What is like to be a developer in a third world country.
Being a developer is considered a great career in most places around the world. But how true is this...
0
2020-03-06T17:48:03
https://dev.to/codedgar/what-is-like-to-be-a-developer-in-a-third-world-country-34ge
watercooler, career
Being a developer is considered a great career in most places around the world. But how true is this in a third world country? Hi, my name is Codedgar and today I wanted to talk about how is like to be a developer in a third world country, and show how is life for a developer in the country I live in. (Funnily enough...
codedgar
275,803
I'm Corey McCarty, and I support women devs.
I find it hard to understand that sexism still exists in 2020. I have multiple women in development l...
0
2020-03-06T20:04:44
https://coreydmccarty.dev/posts/2020_03_06_womens_day/
wecoded, womenintech, inclusion, eachforequal
I find it hard to understand that sexism still exists in 2020. I have multiple women in development lead and management roles all around me, and I honestly don't know any women in software development that aren't good at what they do whereas I can easily think of several men who get by without being strong developers....
xanderyzwich
275,921
Nevertheless, javier Coded
Equality in tech looks like… I’m an expert at… My advice for allies to...
0
2020-03-07T01:05:47
https://dev.to/javi20gu/nevertheless-javier-coded-3fba
wecoded
<!-- ✨This template is only meant to get your ideas going, so please feel free to write your own title & narrative! ✨ --> ## Equality in tech looks like… ## I’m an expert at… ## My advice for allies to support self-identifying women and non-binary folks who code is... <!-- Once your post is published, it w...
javi20gu
275,955
Creating a CLI to Automate File Creation
This article walks through how to use plop a micro-generator to generate new text-based files.
0
2020-03-07T02:42:48
https://www.aboutmonica.com/blog/2020-01-29-automating-file-creation-with-javascript
javascript, react, gatsby, tutorial
--- title: Creating a CLI to Automate File Creation published: true tags: [JavaScript, React, Gatsby, Tutorial] description: This article walks through how to use plop a micro-generator to generate new text-based files. canonical_url: https://www.aboutmonica.com/blog/2020-01-29-automating-file-creation-with-javascript...
m0nica
275,983
The Benefits of Using Django for your Web application
Wait - what is Django, and why should I be using it? Well, let me tell you a little bit about it. Dj...
0
2020-03-07T04:40:24
https://dev.to/holypi/the-benefits-of-using-django-for-your-web-application-371c
Wait - what is Django, and why should I be using it? Well, let me tell you a little bit about it. Django is a web-framework that implements rapid development in the work process, as it takes much of the work and hassle away from you during development. Or in more official terms, Django is the web framework for perfect...
holypi
276,012
📙 Static website hosting with GitHub & Actions
My website chandujs.dev is made with Gatsby. I made an article in dev.to recently. Read it here. ...
0
2020-04-08T09:11:20
https://chandujs.dev/blog/static-website-hosting-with-github-actions-4g0d
github, gatsby, hosting
My website chandujs.dev is made with Gatsby. I made an article in dev.to recently. Read it [here](https://chandujs.dev/blog/i-made-my-website-with-gatsby-54jk). {% link https://dev.to/ctrleffive/i-made-my-website-with-gatsby-54jk %} I was using Netlify for hosting my website. Then I thought, why not use GitHub pages ...
ctrleffive
276,087
Inspiring Stories: HackYourFuture graduates Sima, Aya & Soolaf
In honor of International Women's day, we are interviewing inspiring women from our community who are going to share the story of how they got into Tech and how they got to where they are today. In this post, I am interviewing three HackYourFuture graduates Sima, Aya & Soolaf
0
2020-03-07T11:28:07
https://dev.to/azure_heroes/inspiring-stories-hackyourfuture-graduates-sima-aya-soolaf-1d9i
iwd2020, womenintech, devlive, azureheroes
--- title: Inspiring Stories: HackYourFuture graduates Sima, Aya & Soolaf published: true description: In honor of International Women's day, we are interviewing inspiring women from our community who are going to share the story of how they got into Tech and how they got to where they are today. In this post, I am in...
floord
276,104
FCC: Survey Form
A post by raghav0162
0
2020-03-07T11:28:53
https://dev.to/raghav0162/fcc-survey-form-2dga
codepen
{% codepen https://codepen.io/freeCodeCamp/pen/VPaoNP %}
raghav0162
276,124
FCC: Personal Portfolio
A post by raghav0162
0
2020-03-07T11:55:54
https://dev.to/raghav0162/fcc-personal-portfolio-n0p
codepen
{% codepen https://codepen.io/freeCodeCamp/pen/zNBOYG %}
raghav0162
276,151
Demystifying Form Arrays in Angular
Angular is a great framework, there is no doubt in that. There is pretty much everything you would ne...
0
2020-03-07T14:03:20
https://code.sreyaj.com/demystifying-form-arrays-in-angular/
angular
Angular is a great framework, there is no doubt in that. There is pretty much everything you would need when building a web application. One of the main things in applications like CRM, SAAS applications are user inputs. Angular comes with a very powerful and fantastic forms module which can help in making super cool ...
adisreyaj
276,222
Supercharging your Next.js site with getStaticProps and getStaticPaths
I’ve been diving deep into Next.js lately. It has grown from just merely a framework for...
0
2020-03-08T02:42:07
https://resir014.xyz/posts/2020/03/07/supercharging-your-nextjs-site-with-getstaticprops-and-getstaticpaths/
javascript, react, nextjs
--- title: Supercharging your Next.js site with getStaticProps and getStaticPaths published: true date: 2020-03-07 15:07:00 UTC tags: ["javascript", "react", "nextjs"] cover_image: https://dev-to-uploads.s3.amazonaws.com/i/u646jypmme8itso7pbsd.png canonical_url: https://resir014.xyz/posts/2020/03/07/supercharging-your-...
resir014
276,262
Handling File Uploads in Laravel
In this Article James Shows How to Handle File Uploads in Laravel, At the end of this tutorial, you s...
0
2020-03-07T17:34:15
https://dev.to/codesource/handling-file-uploads-in-laravel-46bb
laravel
In this Article James Shows How to Handle File Uploads in Laravel, At the end of this tutorial, you should be able to handle file uploads, handle file upload validation, and know what to do when the file doesn’t get uploaded successfully. Read The Complete Tutorial on [CodeSource.io](https://codesource.io/handling-fil...
codesource
276,266
What is the difference between React Native and React?
React.js was created by Facebook to address its requirement for a dynamic and high performing User In...
5,315
2020-03-07T17:53:36
https://appfinz.com/blogs/difference-between-react-native-and-react/
react, reactnative
<p>React.js was created by Facebook to address its requirement for a dynamic and high performing User Interface(UI). In 2011, Jordan Walke and his group from Facebook discharged the React JS library, a JavaScript library that united the speed of JavaScript and another method for rendering pages, prompting responsive an...
kishankrmishra
276,303
Phalcon v4.0.5 released
We are very happy to announce the release of Phalcon v4.0.5 , a maintenance release. Github Tag Thi...
0
2020-03-07T19:37:31
https://blog.phalcon.io/post/phalcon-v4-0-5-released
phalcon, phalcon4, release
--- title: Phalcon v4.0.5 released published: true date: 2020-03-07 19:21:51 UTC tags: phalcon,phalcon4,release canonical_url: https://blog.phalcon.io/post/phalcon-v4-0-5-released --- We are very happy to announce the release of Phalcon **v4.0.5** , a maintenance release. [Github Tag](https://github.com/phalcon/cphal...
niden