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
9,363
What CSS methodology should we use at dev.to?
The CSS for dev.to is fairly wild-west right now. It's mostly scaled by way of isolating parts,...
0
2017-10-05T22:18:11
https://dev.to/ben/what-css-methodology-should-we-use-at-devto-5cp
discuss, meta
--- title: What CSS methodology should we use at dev.to? published: true tags: discuss, meta --- The CSS for [dev.to](/) is fairly wild-west right now. It's mostly scaled by way of isolating parts, meaning more copying and pasting and relying on SCSS nesting, less re-usability and few true rules. I'm wonderin...
ben
11,676
Help Me Help You! Ask Me to Tackle Topics Important To You.
Do you have suggestions for topics about the software industry that you'd like to see tackled?
0
2017-11-07T16:32:58
https://www.coderhood.com/help_me_help_you_call_for_topics/
career, blog, discuss
--- title: Help Me Help You! Ask Me to Tackle Topics Important To You. published: true description: Do you have suggestions for topics about the software industry that you'd like to see tackled? tags: career, blog, discuss canonical_url: https://www.coderhood.com/help_me_help_you_call_for_topics/ cover_image: htt...
lpasqualis
12,800
Как связать Monolog и E.L.K.
E.L.K. — это отличный стек для хранения, управления и мониторинга логов. Monolog — это отличная PHP-б...
0
2018-01-29T12:12:28
http://phpprofi.ru/blogs/post/74
php, monolog, elasticsearch, kibana
--- title: "Как связать Monolog и E.L.K." published: true tags: php, monolog, elasticsearch, kibana canonical_url: http://phpprofi.ru/blogs/post/74 --- E.L.K. — это отличный стек для хранения, управления и мониторинга логов. Monolog — это отличная PHP-библиотека для логирования. Давайте заставим их работать вме...
phpprofi
13,055
Pilgrimages of the tech world
Pilgrimages of the tech world Wikipedia define pilgrimage as “a journey or search of mora...
0
2017-11-22T23:11:56
https://dev.to/_didierfranc_/pilgrimages-of-the-tech-world-6ag
ai, conference, startup, travel
--- title: Pilgrimages of the tech world published: true description: tags: ai, conference, startup, travel --- ### Pilgrimages of the tech world > Wikipedia define pilgrimage as “a journey or search of moral” with its “shrine”. In another flight, leaving Lisbon and the latest edition of the WebSummit, I...
_didierfranc_
13,121
Documenting your Flask-powered API like a boss
Flask is a very popular and powerful framework for building web applications. Over the last years, pe...
0
2017-12-05T14:23:24
https://becominghuman.ai/documenting-your-flask-powered-api-like-a-boss-b423a7c0f45e
python, flask, apispec, openapi
--- title: "Documenting your Flask-powered API like a boss" published: true description: canonical_url: https://becominghuman.ai/documenting-your-flask-powered-api-like-a-boss-b423a7c0f45e cover_image: https://static.pexels.com/photos/442420/books-shelves-architecture-wood-442420.jpeg tags: python, flask, apispe...
djiit
14,102
Sharing your Advent of Code Results
Hi, it has been over a week of coding, so I wanted to ask if anyone would like to share their Advent...
0
2017-12-09T10:13:31
https://dev.to/r0f1/sharing-your-advent-of-code-results-491
discuss, coding, python, javascript
--- title: Sharing your Advent of Code Results published: true description: tags: #discuss #coding #python #javascript --- Hi, it has been over a week of coding, so I wanted to ask if anyone would like to share their [Advent Of Code](http://adventofcode.com/2017) results? If so, post a link to your public Gith...
r0f1
14,348
W(AI) now
About the AI hype these days
0
2017-12-13T12:13:33
https://dev.to/ile2807/why-wai-now-54p
ai, facebook
--- title: W(AI) now published: true description: About the AI hype these days tags: AI, Facebook --- AI concepts were available since the late 1970 in computer languages. I found out about AI in Java (me-sa Jar-Jar) like 20 years ago and event then there were free libs to support it. Why did it take this much t...
ile2807
14,799
Embodying Social Media in Call Center Services
Social media is critical today in customer engagement and customer service. No brand can choose to ignore it. Call center services are also embodying this.
0
2017-12-20T11:37:04
https://dev.to/techoctopus/embodying-social-media-in-call-center-services-k4b
bposervicesindia, callcenterservices, callcentersinindia
--- title: Embodying Social Media in Call Center Services published: true description: Social media is critical today in customer engagement and customer service. No brand can choose to ignore it. Call center services are also embodying this. tags: bpo services india, call center services, call centers in india -...
techoctopus
15,128
Ordering Hash in Ruby
Use Hash#slice if RUBY_VERSION >= "2.5.0" h = {a: 1, b: 2} key_order = %i[b a] h.slice(*key_ord...
0
2017-12-26T07:44:32
https://dev.to/hanachin/ordering-hash-in-ruby-15la
ruby
--- title: Ordering Hash in Ruby published: true description: tags: Ruby --- Use `Hash#slice` if RUBY_VERSION >= "2.5.0" ```rb h = {a: 1, b: 2} key_order = %i[b a] h.slice(*key_order) # => {:b=>2, :a=>1} ``` https://github.com/ruby/ruby/blob/v2_5_0/spec/ruby/core/hash/slice_spec.rb#L19-L21 ## m...
hanachin
15,910
[DISCUSSION] Thoughts on the growth of tech in Nigeria
About the cost of the growth of tech in Nigeria
0
2018-01-03T10:13:33
https://dev.to/neo/discussion-thoughts-on-the-growth-of-tech-in-nigeria-2pni
tech, nigeria, remote, discuss
--- title: "[DISCUSSION] Thoughts on the growth of tech in Nigeria" published: true description: About the cost of the growth of tech in Nigeria tags: tech,nigeria,remote, discuss --- ![](https://thepracticaldev.s3.amazonaws.com/i/w63h5v3kkt62wskw9ui8.png) Recently there has been an epic growth in the tech s...
neo
15,955
Tutorial: Getting started with Ambassador - a Kubernetes-native API gateway for microservices
Ambassador is a handy Kubernetes-native API gateway for microservices. See how it fits into your projects and how to configure and deploy it.
0
2018-01-03T19:48:25
https://www.getambassador.io/user-guide/getting-started
opensource, tutorial
--- title: "Tutorial: Getting started with Ambassador - a Kubernetes-native API gateway for microservices" published: true description: Ambassador is a handy Kubernetes-native API gateway for microservices. See how it fits into your projects and how to configure and deploy it. tags: opensource, tutorial canonical...
kelseyevans
16,346
What is the purpose of #help?
Is it for Stack Overflow type posts or more for posts along the lines of coding golf?
0
2018-01-08T02:59:44
https://dev.to/nektro/what-is-the-purpose-of-4a5k
meta
--- title: "What is the purpose of #help?" published: true tags: meta --- Is it for Stack Overflow type posts or more for posts along the lines of coding golf?
nektro
17,970
Secure Linux Server Using Hardening Best Practices
1 Disable Ctrl-Alt-Delete 2 Secure Mounted Filesystems 3 Protect /etc/services File 4 Remove Unused A...
0
2018-01-26T20:52:19
https://dev.to/macnux/secure-linux-server-using-hardening-best-practices-4m4p
ubuntu, linux, security
--- title: Secure Linux Server Using Hardening Best Practices published: true description: tags: #ubuntu #linux #security --- 1 Disable Ctrl-Alt-Delete 2 Secure Mounted Filesystems 3 Protect /etc/services File 4 Remove Unused Accounts 5 Hardening Cron Scripts 6 Securing SUID Programs 7 Risky World-Writab...
macnux
16,438
10 Top Reasons To Have a Career in Tech
A career in tech is fun, makes you a better thinker, keeps you mentally young, gives you a passport to companies everywhere in the world, keeps you challenged, is not going to be automated out of existence, pays well and is compatible with whatever passions you might have.
0
2018-01-08T15:52:55
https://www.coderhood.com/10-top-reasons-to-have-a-career-in-tech/
career, advice, beginners
--- title: 10 Top Reasons To Have a Career in Tech published: true description: A career in tech is fun, makes you a better thinker, keeps you mentally young, gives you a passport to companies everywhere in the world, keeps you challenged, is not going to be automated out of existence, pays well and is compatible wi...
lpasqualis
16,914
Learning Angular 5 as a React and Vue Developer
I wanted to try to use Angular 5 since I've heard it has changed a lot since Angular 1.
0
2018-01-14T22:02:49
https://dev.to/aspittel/learning-angular-5-as-a-react-and-vue-developer-5dp3
webdev, showdev, javascript, learning
--- title: Learning Angular 5 as a React and Vue Developer published: true description: I wanted to try to use Angular 5 since I've heard it has changed a lot since Angular 1. tags: webdev, showdev, javascript, learning cover_image: https://thepracticaldev.s3.amazonaws.com/i/wbys08e8eh1ft3u085bs.png --- I try ...
aspittel
17,231
Efficient Cross-browser testing workflow
I am a new Front-end Developer and i'm trying to get the hang of cross browser ...
0
2018-01-18T16:59:14
https://dev.to/parisliam/efficient-cross-browser-testing-workflow-14mf
css, frontend, workflow, discuss
--- title: Efficient Cross-browser testing workflow published: true description: tags: #css #front-end #workflow #discuss --- I am a new Front-end Developer and i'm trying to get the hang of cross browser testing. It its frustrating to open each browser to test. Additionally, I use a mac and the Safari dev tools...
parisliam
17,451
Voucherify Developer Challenge - task 1 - referral program visualization
The first edition of the Voucherify Developer Challenge. Read the task below and start...
0
2018-01-22T12:45:35
https://dev.to/msedzielewski/voucherify-developer-challenge---task-1---referral-program-visualization-187e
contest, hackathon
--- title: Voucherify Developer Challenge - task 1 - referral program visualization published: true description: tags: contest, hackathon --- The first edition of the [Voucherify Developer Challenge](https://www.voucherify.io/blog/voucherify-developer-challenge?utm_campaign=contest1&utm_medium=post&utm_source=...
msedzielewski
17,910
Any tips on DevOps or how to scale an app that has massive users
A post by Muhammad
0
2018-01-25T20:27:21
https://dev.to/mraza007/any-tips-on-devops-or-how-to-scale-an-app-that-has-massive-users-3529
discuss
--- title: Any tips on DevOps or how to scale an app that has massive users published: true description: tags: discuss ---
mraza007
17,992
How I manage a small team with the help of Trello
the story of when I decided I wanted my engineering time back
0
2018-02-03T15:44:05
https://dev.to/masci/how-i-manage-a-small-team-with-the-help-of-trello-49d6
agile, management, productivity, showdev
--- title: How I manage a small team with the help of Trello published: true description: the story of when I decided I wanted my engineering time back tags: agile,management,productivity,showdev cover_image: https://thepracticaldev.s3.amazonaws.com/i/snf66ibxc6wqmklvfy8m.jpg --- [Cover courtesy of gdsteam fr...
masci
18,005
Explain PostgreSQL Like I'm Five
What differentiates Postgres from other SQL DBs? Can you include simple examples?
0
2018-01-27T14:09:47
https://dev.to/ztickm/explain-postgresql-like-im-five-h5c
explainlikeimfive, postgres
--- title: Explain PostgreSQL Like I'm Five published: true cover_image: https://iritec.jp/wp-content/uploads/2013/02/postgresql.jpg tags: explainlikeimfive,PostgreSQL, --- What differentiates Postgres from other SQL DBs? Can you include simple examples?
ztickm
18,086
What data should I store on blockchain?
Not everything has to be in blockchain. Choose what data to put into your blockchain network carefully. Learn more.
0
2018-01-28T19:55:55
https://dev.to/skcript/what-data-should-i-store-on-blockchain-3b75
blockchain, hyperledger, ethereum, cryptocurrency
--- title: "What data should I store on blockchain?" published: true description: Not everything has to be in blockchain. Choose what data to put into your blockchain network carefully. Learn more. tags: blockchain, hyperledger, ethereum, cryptocurrency cover_image: https://thepracticaldev.s3.amazonaws.com/i/4je1g...
karthikk
18,478
Where and When to Fetch Data With Redux
If a component needs data in order to render, and you want to fetch that data with Redux and keep it...
0
2018-02-02T15:31:33
https://daveceddia.com/where-fetch-data-redux/
--- title: "Where and When to Fetch Data With Redux" published: true tags: canonical_url: https://daveceddia.com/where-fetch-data-redux/ --- > If a component needs data in order to render, and you want to fetch that data with Redux and keep it in the Redux store, when is the best time to make that API call? ...
dceddia
18,517
As a Senior, do you look forward to mentor Junior developers?
Having things like code reviews, regular pair programming sessions and cool non-work activities are...
0
2018-02-02T18:05:26
https://dev.to/chrisvasqm/as-a-senior-do-you-look-forward-to-mentor-junior-developers-lm7
discuss, mentorship
--- title: As a Senior, do you look forward to mentor Junior developers? published: true tags: discuss, mentorship --- Having things like code reviews, regular pair programming sessions and cool non-work activities are some of the _nice to have_ things I look for when joining a team/company. But what really ...
chrisvasqm
19,143
Building a voice-activated movie search app powered by Amazon Lex, Lambda, and MongoDB Atlas - Part 1
Introduction This tutorial is divided into 3 parts: Part 1: Lex overview, demo...
0
2018-02-08T16:18:22
https://www.mongodb.com//blog/post/aws-lex-lambda-mongodb-atlas-movie-search-app-part-1
aws, node, nosql, serverless
--- title: "Building a voice-activated movie search app powered by Amazon Lex, Lambda, and MongoDB Atlas - Part 1" published: true tags: aws, node, nosql, serverless canonical_url: https://www.mongodb.com//blog/post/aws-lex-lambda-mongodb-atlas-movie-search-app-part-1 --- ### Introduction This tutorial is di...
mongodb_staff
19,188
Best tools, practices when you join new organization
Hello friends, I am going to join new organization next month. I need help from...
0
2018-02-08T17:37:53
https://dev.to/mandarbadve/best-tool-practices-when-you-join-new-organization--4bdn
tools, productivity, bestpractices, discuss
--- title: Best tools, practices when you join new organization published: true description: tags: tools, #productivity, best practices, discuss cover_image: https://thepracticaldev.s3.amazonaws.com/i/ojtkknf1i9k7c4f93a72.jpeg --- Hello friends, I am going to join new organization next month. I need hel...
mandarbadve
19,227
Probably another Battleship board on Code Pen
A basic Battleship board with some random hits and misses.
3,248
2018-02-09T05:01:39
https://www.iamdeveloper.com/posts/probably-another-battleship-board-on-codepenio-coverimage-httpsc1staticflickrcom7609963333175677fc467e409ojpg--4n7m/
css, codepen
--- title: Probably another Battleship board on Code Pen published: true canonical_url: https://www.iamdeveloper.com/posts/probably-another-battleship-board-on-codepenio-coverimage-httpsc1staticflickrcom7609963333175677fc467e409ojpg--4n7m/ cover_image: https://c2.staticflickr.com/6/5184/5639332304_9f91e58360_b.jpg desc...
nickytonline
20,015
Back to static with JAMStack: a paradigm shift for better UX and web performance
Have you ever heard of JAMStack, static trends or solutions like Netlify? Explanations on this old but new web application architecture that optimizes Time To First Byte.
0
2018-02-23T10:46:07
https://blog.dareboost.com/en/2018/02/static-website-web-performance/
webperf, static, webdev
--- title: "Back to static with JAMStack: a paradigm shift for better UX and web performance" canonical_url: https://blog.dareboost.com/en/2018/02/static-website-web-performance/ cover_image: https://thepracticaldev.s3.amazonaws.com/i/rxunwvcc937xeno7bkd6.jpg description: "Have you ever heard of JAMStack, static trends...
borisschapira
20,047
In search of an effective developer experience with Kubernetes
This tutorial discusses the developer experience from idea generation to running in production, and why it must be fast, reliable, and provide good feedback.
0
2018-02-15T17:14:06
https://www.datawire.io/faster/developer-experience/
programming, devops, kubernetes
--- title: In search of an effective developer experience with Kubernetes published: true description: This tutorial discusses the developer experience from idea generation to running in production, and why it must be fast, reliable, and provide good feedback. tags: programming, devops, kubernetes canonical_url: h...
kelseyevans
20,217
Short Circuit Assignment in JavaScript
Assign default values to variables in JavaScript using short-circuit evalutation
0
2018-02-17T20:47:01
https://dev.to/flexdinesh/short-circuit-assignment-in-javascript--4k80
javascript, webdev, tutorial
--- title: Short Circuit Assignment in JavaScript published: true description: Assign default values to variables in JavaScript using short-circuit evalutation tags: javascript, webdev, tutorial --- ![JS short circuit assignment](https://image.ibb.co/c9duVn/short_circuit_alt.jpg) **tldr;** _Assign default va...
flexdinesh
20,622
I Love Dev.to Frontend. Was this made using React.
A post by Muhammad
0
2018-02-21T21:59:18
https://dev.to/mraza007/i-love-devto-frontend-was-this-made-using-react--44hi
discuss
--- title: I Love Dev.to Frontend. Was this made using React. published: true tags: discuss ---
mraza007
21,678
Experience Isn't Enough
Experience is only part of the equation.
0
2018-03-06T03:39:05
https://dev.to/jtvanwage/experience-isnt-enough--o4b
career, learning
--- title: Experience Isn't Enough published: true description: Experience is only part of the equation. tags: career, learning --- So you've been in the industry for a while now. Great job! You've probably rejoiced as you landed your first job. Maybe you've moved on since then (maybe even a few times) or maybe...
jtvanwage
21,850
JAVA and Object Oriented Programming Basic
JAVA and Object Oriented Programming Basic Theory In Details
0
2018-03-07T05:42:01
https://dev.to/shuvocste/java-and-object-oriented-programming-basic--1f0j
java, oop
--- title: JAVA and Object Oriented Programming Basic published: true description: JAVA and Object Oriented Programming Basic Theory In Details tags: Java, OOP --- **JAVA and Object Oriented Programming Basic** Ashikur Rahman Any real-life entity/object have two parts - Properties (Describes its heig...
shuvocste
22,031
Nevertheless, Akanksha Sharma Coded
I began to code because... I am not a computer science graduate, I am(was?) an electrical...
0
2018-03-08T06:41:45
https://dev.to/akanksha_9560/nevertheless-akanksha-sharma-coded--12
wecoded
--- title: Nevertheless, Akanksha Sharma Coded published: true tags: shecoded --- ## I began to code because... I am not a computer science graduate, I am(was?) an electrical engineer, heck I did not even own a computer until I got in second year of college (small town in middle of nowhere in 90's). Frankly,...
akanksha_9560
22,134
Professional Ballroom Dancer, Now a Coder
My Story I got earned a degree from Boston University in International Relations. After...
0
2018-03-08T18:53:08
https://dev.to/ivanaveliskova/nevertheless-ivana-veliskova-coded--59eg
wecoded
--- title: Professional Ballroom Dancer, Now a Coder published: true tags: shecoded --- ### My Story I got earned a degree from Boston University in International Relations. After college, I decided to pursue a career in dancing and became a professional ballroom instructor. I hated it. I loved dancing, but I ha...
ivanaveliskova
22,552
Getting Started with Python and GraphQL - Part 1
note: this post is written by my co-worker Keyur, but we blog at the same location. Since it’s intro...
0
2018-03-28T21:28:22
https://www.moesif.com/blog/technical/graphql/Getting-Started-with-Python-GraphQL/
graphql, python, django, webdev
--- title: Getting Started with Python and GraphQL - Part 1 published: true tags: GraphQL,Python,Django, Webdev canonical_url: https://www.moesif.com/blog/technical/graphql/Getting-Started-with-Python-GraphQL/ --- _note: this post is written by my co-worker Keyur, but we blog at the same location._ Since it’...
xngwng
23,039
Azure vs GCP part 12: Virtual Machine - Scaling (GCP)
In this series, I compare Azure and GCP as C# developer
0
2018-03-16T14:17:53
https://dev.to/kenakamu/azure-vs-gcp-part-12-virtual-machine---scaling-gcp--2op0
azure, gcp, cloud
--- title: "Azure vs GCP part 12: Virtual Machine - Scaling (GCP)" published: true description: In this series, I compare Azure and GCP as C# developer tags: azure,gcp,cloud cover_image: https://thepracticaldev.s3.amazonaws.com/i/m57mmv4hgz9xrskaital.PNG --- In [previous article](https://dev.to/kenakamu/azure-...
kenakamu
23,150
Composing Elixir Plugs in a Phoenix application
A practical example demonstrating how to use Plugs in Elixir.
0
2018-03-23T00:34:55
https://dev.to/jackmarchant/composing-elixir-plugs-in-a-phoenix-application-d24
elixir, plug, phoenix
--- title: Composing Elixir Plugs in a Phoenix application published: true description: A practical example demonstrating how to use Plugs in Elixir. tags: elixir, plug, Phoenix --- Elixir is a functional language, so it’s no surprise that one of the main building blocks of the request-response cycle is the h...
jackmarchant
23,465
Analyzing Your Code with NDepend
On your way to becoming a great programmer, you might ask yourself from time to time if the code you...
0
2018-03-19T20:07:00
http://programmergoals.com/analyzing-code-ndepend/
programming, testing, coding, devtips
--- title: Analyzing Your Code with NDepend published: true tags: programming, testing, coding, devtips canonical_url: http://programmergoals.com/analyzing-code-ndepend/ cover_image: https://thepracticaldev.s3.amazonaws.com/i/f1gt6jzemp9s8jr6ema1.png --- On your way to becoming a great programmer, you might as...
_patrickgod
23,516
How do you protect your backend API in your microservice if you use a Single Page Application on the frontend?
Roast me with your design patterns
0
2018-03-19T18:19:59
https://dev.to/djviolin/how-do-you-protecting-your-backend-api-in-your-microservice-if-you-use-a-single-page-application-on-the-frontend-2ie1
question, discuss, microservices, security
--- title: How do you protect your backend API in your microservice if you use a Single Page Application on the frontend? published: true description: Roast me with your design patterns tags: question, discuss, microservices, security --- I currently working on a pet project where I intend to learn a "simple" m...
djviolin
53,450
Daily Blog Vol.3
Today is just daily things.
0
2018-10-04T13:40:28
https://dev.to/hirodeath/daily-blog-vol3-397n
myblog
--- title: Daily Blog Vol.3 published: true description: Today is just daily things. tags: myblog --- ## My recent interests Nowadays, I made a account for [NISA](http://www.jsda.or.jp/en/activities/research-studies/html/NISA.html) . You might have already know about [ISA](https://en.wikipedia.org/wiki/Individ...
hirodeath
23,631
Lazy names are lazy
name conventions are for the weak of heart
0
2018-03-20T19:25:24
https://dev.to/andreanidouglas/lazy-names-are-lazy-5epc
discuss
--- title: Lazy names are lazy published: true description: name conventions are for the weak of heart tags: discuss --- If you are starting a project, but you have no idea how to call it, maybe just a placeholder, how do you name it? My goto is **Douglas1** or **test1**, how about yours?
andreanidouglas
24,152
PASSWORD VERIFY ISSUES IN PHP
public function login(UserModel $userModel) { try{ $name =...
0
2018-03-26T10:10:16
https://dev.to/kaperskyguru/password-verify-issues-in-php-1njo
--- title: PASSWORD VERIFY ISSUES IN PHP published: true description: tags: --- public function login(UserModel $userModel) { try{ $name = $userModel->get_user_user_name(); $password = $userModel->get_user_password(); $query = "SELECT * FROM users WHERE (user_user_name = :user_u...
kaperskyguru
24,823
How are you doing role based authorization in Express?
A post by Sathish
0
2018-03-31T16:46:22
https://dev.to/sathish/how-are-you-doing-role-based-authorization-in-express-1h08
help, discuss, node, express
--- title: How are you doing role based authorization in Express? published: true tags: help #discuss #nodejs #express ---
sathish
25,205
How to build a server-rendered React app with Next & Express
It goes without saying that React is an excellent choice for building high-quality web...
0
2018-04-05T15:05:26
https://blog.logrocket.com/how-to-build-a-server-rendered-react-app-with-next-express-d5a389e7ab2f
react, express, webdev, javascript
--- title: How to build a server-rendered React app with Next & Express published: true tags: react, express, webdev, javascript canonical_url: https://blog.logrocket.com/how-to-build-a-server-rendered-react-app-with-next-express-d5a389e7ab2f --- ![](https://cdn-images-1.medium.com/max/1024/1*iPaRQckAecqGEZA04z7k5A.pn...
bnevilleoneill
25,223
ReactVN
React VN is a Visual Novel Editor and Player for playing and writing text adventures. NB: this is...
0
2019-05-24T13:52:37
https://stevenwa.sh/project/react-vn/
javascript, react, writing
--- title: ReactVN published: true tags: javascript, react, writing canonical_url: https://stevenwa.sh/project/react-vn/ --- ![](https://stevenwa.sh/static/featured_alpha_20180325-12b62c745e507a65ad151afab244d53d.gif) React VN is a Visual Novel Editor and Player for playing and writing text adventures. _NB: this is...
washingtonsteven
25,328
Koda: the importance of testing
Testing a game
0
2018-04-04T15:15:04
https://dev.to/mnivoliez/koda-the-importance-of-testing-39kb
unity3d, gamedev
--- title: Koda: the importance of testing published: true description: Testing a game tags: Unity,GameDev --- *Originally post on [my blog](https://www.mathieu-nivoliez.com/posts/2018-04-04-koda-the-importance-of-testing)* Hello everyone! Today we are going to talk about the importance of testing in a game pr...
mnivoliez
25,418
CSS Blend Mode [Explained]
This is a CSS blend mode tutorial with visual examples for better understanding.
0
2018-04-05T09:05:55
https://dev.to/neshaz/css-blend-mode-explained-2h51
css, blendmode, background
--- title: CSS Blend Mode [Explained] published: true description: This is a CSS blend mode tutorial with visual examples for better understanding. tags: CSS, blend mode, background. --- Usually, when adding an image to a website, the first thing we at Kolosek do is edit the image in an external software, such as...
neshaz
25,749
Your First Open source Contribution (O.S.C)
So you’re a few months or a few years old into programming, and just as you’r...
0
2018-04-19T14:08:48
https://medium.com/findworka/your-first-open-source-contribution-o-s-c-1b345c6b2b21
opensource, webdev, beginners, softwaredevelopment
--- title: Your First Open source Contribution (O.S.C) published: true tags: open-source #webdevelopment #beginners #softwaredevelopment canonical_url: https://medium.com/findworka/your-first-open-source-contribution-o-s-c-1b345c6b2b21 --- ![](https://cdn-images-1.medium.com/max/270/1*sABb8KgytgMA99e4OmIcZw.jpe...
kolokodess
25,788
Ruby Gem markdown_helper v1.5: Nested Includes
Nested includes are now supported.
0
2018-04-07T20:40:48
https://dev.to/burdettelamar/ruby-gem-markdownhelper-v15--nested-includes-5ea9
github, ruby, markdown, documentation
--- title: Ruby Gem markdown_helper v1.5: Nested Includes published: true description: Nested includes are now supported. tags: github, ruby, markdown, documentation --- I have put up Ruby gem <a href="https://rubygems.org/gems/markdown_helper">markdown_helper</a> v1.5, which supports nested file inclusion. A...
burdettelamar
26,579
A shell script to update VS Code on Linux
I'm not quite sure about Mac users but updating VS Code in Ubuntu manually is always a pain and...
0
2018-04-14T00:02:38
https://dev.to/sathish/a-shell-script-to-update-vs-code-on-linux-37d
showdev, linux, github, vscode
--- title: A shell script to update VS Code on Linux published: true description: tags: #showdev #linux #Github #vscode --- I'm not quite sure about Mac users but updating VS Code in Ubuntu manually is always a pain and consumes some of my valuable time which I can use it for other things. Thus I wrote a shell...
sathish
26,700
Hello Mobile World!
The world is running low on Mobile developers, here's some reasons why you should consider checking it out!
0
2018-04-15T14:46:51
https://dev.to/kaydacode/hello-mobile-world-c5
ios, android, mobile
--- title: Hello Mobile World! published: true description: The world is running low on Mobile developers, here's some reasons why you should consider checking it out! tags: iOS, android, mobile cover_image: https://thepracticaldev.s3.amazonaws.com/i/l7qe3q06klh6a204hbit.jpg --- My introduction to mobile was a...
kaydacode
26,845
Dotnetifying gRPC
Very likely over-engineered PoC on making development of gRPC service development more "dotnetish"
0
2018-04-16T17:44:10
https://dev.to/joaofbantunes/dotnetifying-grpc-5ni
dotnet, grpc, services
--- title: Dotnetifying gRPC published: true description: Very likely over-engineered PoC on making development of gRPC service development more "dotnetish" tags: #dotnet #grpc #services cover_image: https://thepracticaldev.s3.amazonaws.com/i/gs37mbetbt24jc18mvsm.jpg --- I started this little proof of concept ...
joaofbantunes
27,204
Explain operational Transformations in collaborative text editors
A post by Arsalan Bashir
0
2018-04-18T18:52:04
https://dev.to/arsalanbashir/operational-transformations-in-collaborative-text-editors-1276
explainlikeimfive
--- title: Explain operational Transformations in collaborative text editors published: true tags: explainlikeimfive ---
arsalanbashir
27,691
Gradle: How to group Maven Repos in a list
In this post i want to explain how you can group your Maven repository URLs, for a gradle buildscript, inside a list.
0
2018-04-23T22:02:18
https://dev.to/foso/gradle-how-to-group-maven-repos-in-a-list-51ll
android, gradle, development
--- title: Gradle: How to group Maven Repos in a list published: true description: In this post i want to explain how you can group your Maven repository URLs, for a gradle buildscript, inside a list. tags: Android, Gradle, Development cover_image: https://thepracticaldev.s3.amazonaws.com/i/j9jj8vgos19hjdl2fjln.pn...
foso
28,296
Stack Overflow Isn’t Very Welcoming. It’s Time for That to Change.
There was a thread here about some of the perceived hostility or unfriendliness toward new developers...
0
2018-04-27T12:46:46
https://dev.to/scotthannen/stack-overflow-isnt-very-welcoming-its-time-for-that-to-change-203k
discuss
--- title: Stack Overflow Isn’t Very Welcoming. It’s Time for That to Change. published: true tags: discuss --- There was a thread here about some of the perceived hostility or unfriendliness toward new developers on Stack Overflow. [They've identified some improvements they'd like to make.](https://stackoverflo...
scotthannen
29,951
Get your nose in your python (starting with `nose2`)
Get started with `nose2` more [here][https://nose2.readthedocs.io/en/latest/usage.html]
0
2018-05-07T12:16:02
https://dev.to/malikbenkirane/get-your-nose-in-your-python-starting-with-nose2-30el
unittest, nose2, test, python
--- title: Get your nose in your python (starting with `nose2`) published: true description: Get started with `nose2` more [here][https://nose2.readthedocs.io/en/latest/usage.html] tags: unittest, nose2, test, python --- [1]: http://pypi.python.org/pypi/six/1.1.0 [2]: https://docs.python.org/2/library/unittest...
malikbenkirane
32,465
Ruby string literals VS Value objects. Overengineering?
A guide on how to get rid of string literals in Ruby with Rails 5 Attributes...
0
2018-05-21T20:28:43
http://jetrockets.pro/blog/ruby-string-literals-vs-value-objects-overengineering
ddd, patterns, ruby, rails
--- title: Ruby string literals VS Value objects. Overengineering? published: true tags: ddd, patterns, ruby, rails canonical_url: http://jetrockets.pro/blog/ruby-string-literals-vs-value-objects-overengineering --- A guide on how to get rid of string literals in Ruby with Rails 5 Attributes API. [http://jet...
igor_alexandrov
32,684
JavaScript: Reduce the number of conditional operators used in the expression
We would have all come across a situation where the number of conditional operators to be used in an...
0
2018-05-23T16:15:27
https://dev.to/kvharish/reduce-the-number-of-conditional-operators-used-in-the-expression-javascript-2h9n
javascript, codequality, conditionaloperators
--- title: JavaScript: Reduce the number of conditional operators used in the expression published: true description: tags: JavaScript, CodeQuality, ConditionalOperators --- We would have all come across a situation where the number of conditional operators to be used in an expression is more like in the below exampl...
kvharish
32,694
My First Year of Freelancing
About a year ago, I started with a freelance career. This experience has changed me as a professional, but also as a person.
7,176
2018-05-23T19:05:41
https://www.silvestar.codes/articles/my-first-year-of-freelancing/
career, productivity
--- title: My First Year of Freelancing published: true description: About a year ago, I started with a freelance career. This experience has changed me as a professional, but also as a person. canonical_url: "https://www.silvestar.codes/articles/my-first-year-of-freelancing/" tags: - career - productivity ser...
starbist
33,229
How To Analyze An Error
The dimensions of an error as an aid to analyzing it
0
2020-05-07T08:12:02
https://dev.to/stoft/how-to-analyze-an-error-1hhc
process
--- title: How To Analyze An Error published: true description: The dimensions of an error as an aid to analyzing it tags: #process --- ## Dimension Checklist * Where - In which system, module, function and possibly line of code is the error occurring? * What - What is the actual error? * Who - Which actor/user is th...
stoft
53,364
Thoughts on my JS-Rails project
Completing this was kind of a big deal for me. I had been away from the curriculum for a few months....
0
2018-10-03T23:20:47
https://dev.to/ddhogan/thoughts-on-my-js-rails-project-3g95
codenewbie, ajax, javascript, startrektng
--- title: Thoughts on my JS-Rails project published: true tags: code-newbie,ajax,javascript,star-trek-tng canonical_url: --- Completing this was kind of a big deal for me. I had been away from the curriculum for a few months. I found the courage to face this project (and the lab/lesson immediately preceding i...
ddhogan
53,462
Install Z-shell (Oh My Zsh) on Ubuntu 18.04 LTS
Here are the Steps to Install Oh My Zsh (Z-Shell) on Ubuntu 18.04.
0
2018-10-04T14:32:38
https://dev.to/mskian/install-z-shell-oh-my-zsh-on-ubuntu-1804-lts-4cm4
ubuntu, zsh, ohmyzsh, zshell
--- title: Install Z-shell (Oh My Zsh) on Ubuntu 18.04 LTS published: true description: Here are the Steps to Install Oh My Zsh (Z-Shell) on Ubuntu 18.04. tags: ubuntu,zsh,ohmyzsh,zshell --- ![Z-shell for Ubuntu](https://thepracticaldev.s3.amazonaws.com/i/qmdocrps1ngl6v1ox29n.png) - Update the packages ``...
mskian
53,477
PHP Frameworks Discussion (beware lots of opinions)
Discussion of PHP frameworks.
0
2018-10-04T16:16:23
https://dev.to/devmazee2057282/php-frameworks-discussion-beware-lots-of-opinions-fo
discuss, php
--- title: PHP Frameworks Discussion (beware lots of opinions) published: true description: Discussion of PHP frameworks. tags: discuss, php --- I prefer either Phalcon, or modular with independent composer packages that are not coupled to others. I did Laravel development for a while, but I couldn't seem to ge...
devmazee2057282
53,532
Migrate from AWS EC2 to Lightsail
A brief overview of migrating from AWS EC2/RDS/EFS to Lightsail
0
2018-10-04T23:57:31
https://dev.to/david_j_eddy/migrate-from-aws-ec2-to-lightsail-5afi
aws, cloud, ec2, lightsail
--- title: Migrate from AWS EC2 to Lightsail published: true description: A brief overview of migrating from AWS EC2/RDS/EFS to Lightsail tags: aws, cloud, ec2, lightsail cover_image: https://blog.davidjeddy.com/wp-content/uploads/2018/10/EC2_to_Lightsail.png --- Cross posted from my personal blog [https://blo...
david_j_eddy
53,546
Creating Blue Chip Devs
Junior devs deserve our attention.
0
2018-10-05T03:12:51
https://dev.to/kevpo/creating-blue-chip-devs-3nko
softwaredevelopment, mentorship, internship
--- title: Creating Blue Chip Devs published: true description: Junior devs deserve our attention. tags: softwaredevelopment, mentorship, internship --- [Blue-chip stocks](https://www.investopedia.com/terms/b/bluechipstock.asp) have a reputation for being proven, experienced, well-known and dependable. [Penny s...
kevpo
53,675
Convert Microsoft Visio Document to PDF in Java
Convert Microsoft Visio Document to PDF in Java
0
2018-10-05T14:10:41
https://dev.to/asposediagram/convert-microsoft-visio-document-to-pdf-in-java-4fnh
visio, pdf, diagram, java
--- title: Convert Microsoft Visio Document to PDF in Java published: true description: Convert Microsoft Visio Document to PDF in Java tags: #Visio, #PDF, #Diagram, #Java --- Developers can convert any Microsoft Visio document to PDF (_Portable Document Format_) in Java using [Aspose.Diagram](https://products....
asposediagram
53,826
Create Microsoft Excel Line Chart in C#.NET
Create Microsoft Excel Line Chart in C#.NET
0
2018-10-06T14:29:59
https://dev.to/asposecells/create-microsoft-excel-line-chart-in-c-2kh2
excel, line, chart, series
--- title: Create Microsoft Excel Line Chart in C#.NET published: true description: Create Microsoft Excel Line Chart in C#.NET tags: #Excel #Line #Chart #Series --- Chart is a graphical representation of data that enables user to easily understand the large quantity of data and relationships between parts of d...
asposecells
53,887
Extending Glitch
How to extend Glitch using bookmarklets
0
2018-10-08T15:57:35
https://dev.to/aadsm/extending-glitch-2fe1
glitch, bookmarklet, prettier, ipad
--- title: Extending Glitch published: true description: How to extend Glitch using bookmarklets tags: glitch,bookmarklet,prettier,ipad --- If you're not familiar with it Glitch is “the friendly community where everyone can discover and create the best stuff on the web.” I found it a few months ago after a co-w...
aadsm
53,965
is there a monitor where you can see the list of top cryptos in tx/s?
A post by jebuscraisp
0
2018-10-07T20:04:17
https://dev.to/jebuscraisp/is-there-a-monitor-where-you-can-see-the-list-of-top-cryptos-in-txs-5acp
--- title: is there a monitor where you can see the list of top cryptos in tx/s? published: true description: tags: ---
jebuscraisp
54,228
A Beginner's Guide to JavaScript's Prototype
You can’t get very far in JavaScript without dealing with objects. They’re foundational to almost every aspect of the JavaScript programming language. In this post you’ll learn about a variety of patterns for instantiating new objects and in doing so, you’ll be gradually led to understanding JavaScript’s prototype in d...
0
2018-10-09T17:54:20
https://tylermcginnis.com/beginners-guide-to-javascript-prototype/
javascript, beginners
--- title: "A Beginner's Guide to JavaScript's Prototype" description: "You can’t get very far in JavaScript without dealing with objects. They’re foundational to almost every aspect of the JavaScript programming language. In this post you’ll learn about a variety of patterns for instantiating new objects and in doin...
tylermcginnis
54,359
Have you ever got a job or a client from a recruiter?
There is no shortage of recruiter from Hell stories out there. But I'm curious ...
0
2018-10-10T13:13:10
https://dev.to/gsto/have-you-ever-got-a-job-or-a-client-from-a-recruiter--14f9
discuss, career
There is no shortage of recruiter from Hell stories out there. But I'm curious if anyone has had a positive experience with a recruitment agency. How did they find you, or you find them? What kind of job did you end up getting through them?
gsto
54,366
Introducing and installing API Platform on your machine
Your simple guide to install API Platform on your machine and avoid some hassle
0
2018-10-10T14:16:18
https://dev.to/mrgeek/introducing-and-installing-api-platform-on-your-machine-1i3k
node, php, react, docker
--- title: Introducing and installing API Platform on your machine published: true description: Your simple guide to install API Platform on your machine and avoid some hassle tags: Node, PHP, React, Docker cover_image: https://thepracticaldev.s3.amazonaws.com/i/zdqvq4uyueeirgvylaei.png --- I’m a full stack w...
mrgeek
54,570
5 things you can do in CSS-in-JS that you didn’t know about
In addition to traditional CSS, you also have inline styles and CSS-in-JS as ...
0
2019-07-08T17:31:15
https://blog.logrocket.com/5-things-you-can-do-in-css-in-js-that-you-didnt-know-about-c422fb67ceb6
webdev, css, javascript, react
--- title: 5 things you can do in CSS-in-JS that you didn’t know about published: true tags: web-development,css,javascript,react canonical_url: https://blog.logrocket.com/5-things-you-can-do-in-css-in-js-that-you-didnt-know-about-c422fb67ceb6 --- ![](https://cdn-images-1.medium.com/max/1024/1*GtHPLcQKLCdD_VuY7vvtTw.p...
bnevilleoneill
54,599
Routine, weakness vs strength
Hey there! Most of you have probably read or heard this phrase before: "With g...
0
2019-02-12T00:54:48
https://dev.to/jjsantos/routine-weakness-vs-strength-3pin
qa, automation, productivity
Hey there! Most of you have probably read or heard this phrase before: "With great power comes great responsibility", even if you don't know who said those words, you already understand what that means. I want to tell you about the power of routine. Routines can be good or bad and that's where the power resides, rou...
jjsantos
54,723
Javascript developer from Brazil working in Canada
I am Daniel and I am happy to be publishing my first 'hello world' post here in *Dev.To* . I am building a web app and I would love to say hi to others working towards their own side projects. Always fun to share the *struggle.*
0
2018-10-12T15:12:21
https://dev.to/brasileiro/javascript-developer-from-brazil-working-in-canada-30id
introductions
--- title: Javascript developer from Brazil working in Canada published: true description: I am Daniel and I am happy to be publishing my first 'hello world' post here in *Dev.To* . I am building a web app and I would love to say hi to others working towards their own side projects. Always fun to share the *struggle...
brasileiro
55,087
How to package a Polymer 3 app with webpack
We look into how to setup webpack to package our Polymer 3 application.
0
2018-10-15T12:22:12
https://dev.to/kalaspuffar/how-to-package-a-polymer-3-app-with-webpack-319c
webpack, polymer, javascript, webcomponents
--- title: How to package a Polymer 3 app with webpack published: true description: We look into how to setup webpack to package our Polymer 3 application. tags: webpack, polymer, javascript, webcomponent --- {% youtube R9HDEHdGlHU %}
kalaspuffar
55,308
Things to Consider When Choosing the Country to Hire Remote Developers
Thinking about opening job positions for remote developers but don’t know where to start your search?...
0
2018-10-16T11:32:15
https://dev.to/daxx_it_staff/things-to-consider-when-choosing-the-country-to-hire-remote-developers-26kk
hiring, remote, developers
--- title: Things to Consider When Choosing the Country to Hire Remote Developers published: nowhere description: tags: #hiring #remote #developers --- Thinking about opening job positions for remote developers but don’t know where to start your search? Here are key points to consider to ensure that you hold a...
daxx_it_staff
55,481
Avoid Ransack's N+1 Pitfall!
Using Ransack to search through related models can cause N+1 problems. Learn how to deftly avoid them!
0
2018-10-17T10:40:00
https://dev.to/husteadrobert/avoid-ransacks-n1-pitfall-33of
ransack, rails, beginners
--- title: Avoid Ransack's N+1 Pitfall! published: true description: Using Ransack to search through related models can cause N+1 problems. Learn how to deftly avoid them! tags: Ransack, Rails, Beginner cover_image: https://images.pexels.com/photos/36763/slip-up-danger-careless-slippery.jpg?auto=compress&cs=tinys...
husteadrobert
55,527
Most Popular Development Posts Of The Week (17 October 2018)
The way to get started is to quit talking and begin doing The One reason you should learn Python Ja...
0
2018-10-18T07:31:36
https://medium.com/daily-now/most-popular-development-posts-of-the-week-17-october-2018-1ef19fe951ea
webdev, javascript, java, flutter
--- title: Most Popular Development Posts Of The Week (17 October 2018) published: true tags: webdev,javascript,java,flutter canonical_url: https://medium.com/daily-now/most-popular-development-posts-of-the-week-17-october-2018-1ef19fe951ea cover_image: https://cdn-images-1.medium.com/max/1024/1*CR-E7JpaoMbYjz9g-z...
idoshamun
55,794
SBTCVM's SSTNPL Part 2: cards on the table
Part 2 on a tutorial series on SSTNPL, a ternary programming language for the balanced ternary VM, SBTCVM.
0
2018-10-19T01:34:46
https://dev.to/thomasthespacefox/sbtcvms-sstnpl-part-2-cards-on-the-table-f83
sbtcvm, ternary, sstnpl, tutorial
--- title: SBTCVM's SSTNPL Part 2: cards on the table published: true description: Part 2 on a tutorial series on SSTNPL, a ternary programming language for the balanced ternary VM, SBTCVM. tags: sbtcvm,ternary,sstnpl,tutorial --- Welcome back to part 2 of my tutorial series on SSTNPL, a programming language fo...
thomasthespacefox
55,830
Has anyone used Okta?
So my company is looking at Okta to be a new solution to allow our SSO credenti...
0
2018-10-19T09:27:30
https://dev.to/scottishross/has-anyone-used-okta-1hbb
discuss
So my company is looking at Okta to be a new solution to allow our SSO credentials to be passed on through website to website. Has anyone used this solution before? For more details: https://www.okta.com/products/single-sign-on/
scottishross
55,913
Go to Objective-C bridge works!
A working Objective-C bridge for Go
0
2018-10-19T21:04:36
https://dev.to/progrium/go-to-objective-c-bridge-works-5kl
go, showdev, objc, devlog
--- title: Go to Objective-C bridge works! published: true description: A working Objective-C bridge for Go tags: go, showdev, objc, devlog --- Late last night I made a breakthrough and finally got the Go Objective-C bridge working. This just shows a "Hello world" window so it might seem like that's all there is....
progrium
56,154
a few lessons learned storing secrets in aws parameter store
sharing a few lessons learned managing a few thousand secrets in AWS Parameter Store.
0
2018-10-22T05:41:10
https://www.intricatecloud.io/2018/10/a-few-lessons-learned-using-aws-parameter-store/
aws, ssm, devops, security
--- title: a few lessons learned storing secrets in aws parameter store published: true description: sharing a few lessons learned managing a few thousand secrets in AWS Parameter Store. tags: aws, ssm, devops, security canonical_url: https://www.intricatecloud.io/2018/10/a-few-lessons-learned-using-aws-parameter-...
intricatecloud
56,506
Up your git game with --patch
Easily create clean, single purpose commits by utilizing git's interactive command line menu for staging code changes.
0
2018-10-22T16:49:13
https://dev.to/thejessleigh/up-your-git-game-with---patch-5d33
git, productivity, tutorial, beginners
--- title: Up your git game with --patch published: true description: Easily create clean, single purpose commits by utilizing git's interactive command line menu for staging code changes. tags: git, productivity, tutorial, #beginner --- We all strive for clean, single purpose commits with meaningful messages. ...
thejessleigh
56,519
Who's looking for open source contributors? (October 22nd edition)
We're towards the end of #hacktoberfest! Find something to work on or promote ...
0
2018-10-22T17:33:42
https://dev.to/ben/whos-looking-for-open-source-contributors-october-22nd-edition-44jb
discuss, opensource, hacktoberfest
We're towards the end of [#hacktoberfest](/t/hacktoberfest)! Find something to work on or promote your project here. Please shamelessly promote your project. Everyone who posted in previous weeks is welcome back this week, as always. 😄 Happy coding!
ben
56,612
Ecto 3.0: パフォーマンスと新バージョンへの移行など
plataformatec社開発チームのblog記事「A sneak peek at Ecto 3.0 - performance, migrations and more」にもとづいて、Ecto 3.0のパフォーマンスとレコードのupsert(追加・更新)および新バージョンへの移行について、おもな改善点をご説明します。
0
2018-10-24T01:34:36
https://dev.to/gumi/ecto-30--3ema
elixir, webdev, tutorial, programming
--- title: Ecto 3.0: パフォーマンスと新バージョンへの移行など published: true description: plataformatec社開発チームのblog記事「A sneak peek at Ecto 3.0 - performance, migrations and more」にもとづいて、Ecto 3.0のパフォーマンスとレコードのupsert(追加・更新)および新バージョンへの移行について、おもな改善点をご説明します。 tags: #elixir, #webdev, #tutorial, #programming --- 本稿はplataformatec社の許諾を得て、開発チ...
gumitech
56,819
Leadership is not a task but an attitude.
Thinking a bit more about leadership as it is presented in the SAFe documentation.
0
2018-10-24T08:54:19
https://dev.to/mark_nicol/leadership-is-not-a-task-but-an-attitude-5dih
leadership, safe, agile
--- title: Leadership is not a task but an attitude. published: true description: Thinking a bit more about leadership as it is presented in the SAFe documentation. tags: leadership, SAFe, agile --- I wanted to know what SAFe says about leadership. The answer was not a huge amount, but it fits well with oth...
mark_nicol
87,905
Explain business logic like i'm 5
...
0
2019-03-03T09:28:20
https://dev.to/itsjzt/explain-business-logic-like-im-5-38pa
explainlikeimfive
itsjzt
56,877
Customized Kubespray Deployment
kubespray works really well in the default path but the documentation is lacking when you want your infrastructure to be slightly different.
0
2018-10-24T15:23:06
https://dev.to/chuck_ha/customized-kubespray-deployment-4e71
kubernetes, kubespray
--- title: Customized Kubespray Deployment published: true description: kubespray works really well in the default path but the documentation is lacking when you want your infrastructure to be slightly different. tags: kubernetes, kubespray cover_image: https://thepracticaldev.s3.amazonaws.com/i/2u6dtlwbesiv0bljo1...
chuck_ha
57,124
How to get the most out of DEV
What content to you gravitate to on DEV and why?
0
2018-10-25T21:38:12
https://dev.to/thejessleigh/how-to-get-the-most-out-of-dev-4oc1
discuss, meta
--- title: How to get the most out of DEV published: true description: What content to you gravitate to on DEV and why? tags: #discuss, meta --- There was a really interesting discussion that sprang up in the comments on [this post](https://dev.to/devteam/reminder-to-follow-the-code-of-conduct-13i8) about site ...
thejessleigh
57,217
From Idea to Production
I have a lot of ideas, but none have gone to production. I want to change that with your help
0
2018-11-01T16:03:06
https://dev.to/malgamves/from-idea-to-production-2cke
idea, discuss, beginners, production
--- title: From Idea to Production published: true description: I have a lot of ideas, but none have gone to production. I want to change that with your help tags: idea, discussion, beginner, production --- Hey dev.to 👋 I'll jump straight into it. I like many of us have a ton of product ideas every now and ...
malgamves
57,285
Google Slides vs Ruby Powerpoint Gem
Solutions for a Ruby on Rails .ppt or .pptx export For Ruby on Rails apps that deal a lot...
0
2018-10-26T20:35:16
https://dev.to/jhiatt/google-slides-vs-ruby-powerpoint-gem-1jhb
ruby, googleslides, rails, powerpoint
--- title: Google Slides vs Ruby Powerpoint Gem published: true description: tags: ruby, google slides, ruby on rails, powerpoint --- ## Solutions for a Ruby on Rails .ppt or .pptx export For Ruby on Rails apps that deal a lot with reporting to external clients, it often adds a lot of value if you can expor...
jhiatt
58,347
Metrics, Async/Await, and Really Big Hammers
Async/await is a _really shiny_ hammer. But what happens when we run into the wrong kind of nail?
0
2018-10-30T18:29:31
https://www.wecohere.com/articles/metrics-async-await-and-really-big-hammers.html
node, javascript, asyncawait
--- title: "Metrics, Async/Await, and Really Big Hammers" published: true description: Async/await is a _really shiny_ hammer. But what happens when we run into the wrong kind of nail? tags: node, javascript, async/await canonical_url: https://www.wecohere.com/articles/metrics-async-await-and-really-big-hammers.ht...
bhaibel
90,671
A React Hook for universal routing
A React Hook for universal routing
0
2019-03-13T08:09:53
https://dev.to/revskill10/a-react-hook-for-universal-routing-6dk
react, hook
--- title: A React Hook for universal routing published: true description: A React Hook for universal routing tags: reactjs, hook --- I'm using `@reach/router` and love its simplicity. But i love to use React Hook to get the page params and query string, so i make a simple hook for it. Firstly, we need a `p...
revskill10
58,460
Creating a Block Editor with Markdown and Vue.js
An individual approach for block editing with markdown and vue.js. A bit hacky and unusual, but maybe still good to get some ideas.
0
2018-12-07T10:25:17
https://dev.to/trendschau/creating-a-block-editor-with-markdown-and-vuejs-o14
cms, vue, markdown
--- title: Creating a Block Editor with Markdown and Vue.js published: true description: An individual approach for block editing with markdown and vue.js. A bit hacky and unusual, but maybe still good to get some ideas. tags: cms, vue, markdown --- Editing blocks of content is highly popular these days. WordP...
trendschau
58,983
Why We Built a Custom React Boilerplate (Hint: Collaboration & Speed)
Creating a custom-built React boilerplate can speed up initial development and help teams of developers collaborate more efficiently.
0
2018-11-01T19:50:17
https://dev.to/praxentsoftware/why-we-built-a-custom-react-boilerplate-hint-collaboration--speed-djn
react, boilerplate, teamwork, automatedtesting
--- title: Why We Built a Custom React Boilerplate (Hint: Collaboration & Speed) published: true description: Creating a custom-built React boilerplate can speed up initial development and help teams of developers collaborate more efficiently. tags: #react #boilerplate #teamwork #automatedtesting cover_image: http...
praxentsoftware
59,042
Article a day!?
You madman, I'll do it.
78
2018-11-02T03:25:24
https://dev.to/liltechnomancer/article-a-day-375h
motivation, learning, discuss, writing
--- title: Article a day!? published: true description: You madman, I'll do it. tags: motivation, learning, discuss, writing series: November Daily --- >Very quick idea. Would anyone else be up for trying to write a dev.to article a day during the rest of November? Yes, I think I will. > This is, of co...
liltechnomancer
60,358
Installing and Running Hadoop and Spark on Windows
Installing and Running Hadoop and Spark on Windows We recently got a big new server at wor...
134
2018-11-05T15:36:43
https://dev.to/awwsmm/installing-and-running-hadoop-and-spark-on-windows-33kc
hadoop, spark, windows, tutorial
# Installing and Running Hadoop and Spark on Windows We recently got a **big** new server at work to run Hadoop and Spark (H/S) on for a proof-of-concept test of some software we're writing for the biopharmaceutical industry and I hit a few snags while trying to get H/S up and running on Windows Server 2016 / Windows ...
awwsmm
60,558
Apache HBase - Snappy Compression
Overview Apache HBase provides the ability to perform realtime random read/write access to...
0
2018-11-09T02:51:22
https://risdenk.github.io/2018/11/06/apache-hbase-snappy-compression.html
bigdata, apache, hbase, snappy
--- title: Apache HBase - Snappy Compression published: true tags: bigdata,apache,hbase,snappy canonical_url: https://risdenk.github.io/2018/11/06/apache-hbase-snappy-compression.html --- ### Overview [Apache HBase](https://hbase.apache.org/) provides the ability to perform realtime random read/write access ...
risdenk
60,838
Thinking out of the box
We have all heard this sentence (or cliché?), but what does it mean? According to old good friend...
0
2018-11-06T21:51:36
https://dev.to/susickypavel/thinking-out-of-the-box-1f56
learning, puzzles
--- title: Thinking out of the box published: true tags: learning, puzzles cover_image: https://thepracticaldev.s3.amazonaws.com/i/yanwada2n4jqfmefqugx.jpg --- We have all heard this sentence (or cliché?), but what does it mean? According to old good friend wikipedia, it means to start thinking <b>differently<...
susickypavel