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
879
Come to our security workshop this Saturday in NYC
We will be covering topics including encryption, online privacy, security for developers, pgp/identity, securing your email, and password managers.
0
2017-01-24T18:42:22
https://dev.to/ben/come-to-our-security-workshop-this-saturday-in-nyc
security, privacy, nyc
--- title: Come to our security workshop this Saturday in NYC published: true description: We will be covering topics including encryption, online privacy, security for developers, pgp/identity, securing your email, and password managers. cover_image: http://i.imgur.com/iSUDcPn.png tags: security, privacy, nyc --- Alo...
ben
878
Configuração básica de processos em paralelo do PostgreSQL
Para gerar uma execução paralela de planos é acrescentado um nó-de-reunião ao nó-geral do plano...
0
2017-01-24T18:04:42
https://dev.to/alexruzenhack/configurao-bsica-de-processos-em-paralelo-do-postgresql
postgres, parallelquery
--- title: Configuração básica de processos em paralelo do PostgreSQL published: true description: cover_image: tags: postgresql, parallel query --- Para gerar uma execução paralela de planos é acrescentado um _nó-de-reunião_ ao _nó-geral_ do plano de execução. Na etapa de execução, quando o _nó-de-reu...
alexruzenhack
876
Hi, I'm Michael A. Smith
My introduction post
0
2017-01-24T17:55:17
https://dev.to/kojiromike/hi-im-michael-a-smith
introductions
--- title: Hi, I'm Michael A. Smith published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 25 years. You can find me on GitHub as [kojiromike](https://github.com/kojiromike) I live in Philadelphia. I work for [Syapse](http://syapse.com/). I mostly program in ...
kojiromike
875
Java is Unsound: The Industry Perspective
Discussing a recent academic finding on Java and Scala, from industry's perspective.
0
2017-01-24T15:43:56
https://dev.to/rosstate/java-is-unsound-the-industry-perspective
java, scala, oop, computerscience
--- title: "Java is Unsound: The Industry Perspective" published: true description: Discussing a recent academic finding on Java and Scala, from industry's perspective. cover_image: tags: java,scala,oop,computer-science --- Recently [Nada Amin](https://twitter.com/nadamin) and I discovered that Java and Scala are uns...
rosstate
844
Seven Reasons Against Blogging
Many people will tell you how great blogging is. But as most publicity-related aspects of life it has a dirty underbelly, so let me share some of the reasons why you might not want to start your own blog.
0
2017-01-23T19:06:26
http://blog.codefx.org/meta/seven-reasons-against-blogging/
blogging
--- title: Seven Reasons Against Blogging published: true description: Many people will tell you how great blogging is. But as most publicity-related aspects of life it has a dirty underbelly, so let me share some of the reasons why you might not want to start your own blog. cover_image: https://images.unsplash...
nipafx
874
Hi, I'm Ross Tate
My introduction post
0
2017-01-24T15:20:34
https://dev.to/rosstate/hi-im-ross-tate
introductions
--- title: Hi, I'm Ross Tate published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 15 years. You can find me on Twitter as [@ninjividual](https://twitter.com/ninjividual) and on GitHub as [@RossTate](https://github.com/RossTate). I live in Ithaca, New York. I...
rosstate
873
A Developer Story: Rohan Kapur
...
0
2017-01-24T15:17:02
https://dev.to/hypetonic/a-developer-story-rohan-kapur
ios, opensourcesoftware, tech, interview
--- title: "A Developer Story: Rohan Kapur" published: true description: An interview with a promising young developer and WWDC Scholarship winner cover_image: https://cdn-images-1.medium.com/max/2000/1*v1vHtGj3EomUGCMCnAYoeg.png tags: ios, open source, tech, interview, software development --- *Note: This article was ...
aunyks
872
Why is Nodejs an amazing language? And why is it not?
Node.js
0
2017-01-24T10:34:51
https://dev.to/shreyawhiz/why-is-nodejs-an-amazing-language-and-why-is-it-not
discuss
--- title: Why is Nodejs an amazing language? And why is it not? published: true description: Node.js cover_image: tags: discuss ---
shreyawhiz
871
Hi, I'm Shreya Batra
My introduction post
0
2017-01-24T05:02:24
https://dev.to/shreyawhiz/hi-im-shreya-batra
introductions
--- title: Hi, I'm Shreya Batra published: true description: My introduction post cover_image: tags: introductions --- I have been coding for many years. You can find me on GitHub as [shreyawhiz](https://github.com/shreyawhiz) I live in New Delhi. I work for a Delhi based startup, Little Black Book I mostly progr...
shreyawhiz
870
Hi, I'm Damien Maya
My introduction post
0
2017-01-24T02:17:11
https://dev.to/mambomaya/hi-im-damien-maya
introductions
--- title: Hi, I'm Damien Maya published: true description: My introduction post cover_image: tags: introductions --- I have been coding for less than 1 year. You can find me on GitHub as [MamboMaya](https://github.com/MamboMaya) I live in Houston. I work for freelance, but seeking full-time opportunities. I most...
mambomaya
866
We Left Clojure. Here's 5 Things I'll Miss.
On October 11th, Appcanary relied on about 8,500 lines of clojure code. On the 12th we were down to z...
0
2017-01-23T16:36:44
https://dev.to/appcanary/we-left-clojure-heres-5-things-ill-miss
clojure, programming, ruby
--- title: We Left Clojure. Here's 5 Things I'll Miss. published: true description: cover_image: tags: Clojure, Programming, Ruby --- On October 11th, Appcanary relied on about 8,500 lines of clojure code. On the 12th we were down to zero. We replaced it by adding another 5,700 lines of Ruby to our codebase. [Phill]...
mveytsman
865
Database seeding/access for acceptance testing
If you're writing an application with a database of some kind - and most of them do these days - and...
0
2017-01-23T08:13:28
https://dev.to/grahamcox82/database-seedingaccess-for-acceptance-testing
100daysofcode, testing
--- title: Database seeding/access for acceptance testing published: true description: cover_image: tags: 100daysofcode,testing --- If you're writing an application with a database of some kind - and most of them do these days - and you're writing acceptance tests for the application, at some point you are going to c...
grahamcox82
864
Hi, I'm Manish Sharma
My introduction post
0
2017-01-23T05:48:56
https://dev.to/manish_vision/hi-im-manish-sharma
introductions
--- title: Hi, I'm Manish Sharma published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@manish_vision](https://twitter.com/manish_vision) I live in [Jaipur]. I work for [EngineerBabu] I mostly program in these l...
manish_vision
863
Hi, I'm Allen
My introduction post
0
2017-01-23T02:30:04
https://dev.to/renospec/hi-im-allen
introductions
--- title: Hi, I'm Allen published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [20+] years. You can find me on GitHub as [renospec](https://github.com/renospec) I live in [Newport Beach CA]. I work for [Myself] I mostly program in these languages: [Python]. ...
renospec
3,319
How Do You Know A Developer Is Doing A Good Job?
The nature of software development does not make it easy to measure the value a single developer brings.
0
2017-09-23T21:59:26
https://blog.professorbeekums.com/2017/01/how-do-you-know-developer-is-doing-good.html
--- title: "How Do You Know A Developer Is Doing A Good Job?" published: true tags: canonical_url: https://blog.professorbeekums.com/2017/01/how-do-you-know-developer-is-doing-good.html description: The nature of software development does not make it easy to measure the value a single developer brings. --- Evaluation...
pbeekums
38,413
Visualizing Quality Attributes with Neo4J and VisJS
When starting a new software project for my personal needs I focus on solving m...
0
2018-07-26T02:14:32
https://dev.to/alanmbarr/visualizing-quality-attributes-with-neo4j-and-visjs-jn3
howto
--- title: Visualizing Quality Attributes with Neo4J and VisJS published: true tags: how-to canonical_url: --- When starting a new software project for my personal needs I focus on solving my problem. There are quality attributes for any software project and personal projects have a short list of those. Working in a ...
alanmbarr
861
Hi, I'm 2Cubed!
Introduction
0
2017-01-22T13:41:38
https://dev.to/2cubed/hi-im-2cubed
introductions
--- title: Hi, I'm 2Cubed! published: true description: Introduction cover_image: tags: introductions --- I have been coding for five years. You can find me on GitHub as [2Cubed](https://github.com/2Cubed). I work for [CactusDev](https://github.com/CactusDev). I mostly program in [Python](https://www.python.org/) ...
2cubed
860
Demystifying OAuth2 Flows
The next big confusion is over what all the various OAuth2 flows are. In some ways, OAuth2 is simpler...
0
2017-01-22T11:50:48
https://dev.to/grahamcox82/demystifying-oauth2-flows
100daysofcode, oauth, oauth2
--- title: Demystifying OAuth2 Flows published: true description: cover_image: tags: 100daysofcode,oauth,oauth2 --- The next big confusion is over what all the various OAuth2 flows are. In some ways, OAuth2 is simpler to understand than OAuth 1. In other ways, it's more complicated - and this is one of those ways. O...
grahamcox82
859
Demystifying OAuth2 for Authentication
I've played with OAuth2 a fair amount, and OpenID Connect to a lesser amount - writing both client an...
0
2017-01-22T11:28:27
https://dev.to/grahamcox82/demystifying-oauth2-for-authentication
100daysofcode, oauth, oauth2
--- title: Demystifying OAuth2 for Authentication published: true description: cover_image: tags: 100daysofcode,oauth,oauth2 --- I've played with OAuth2 a fair amount, and OpenID Connect to a lesser amount - writing both client and server implementations. And whilst the specs are actually really quite thorough, there...
grahamcox82
858
Hi, I'm amin007
My introduction post
0
2017-01-22T10:39:36
https://dev.to/amin007/hi-im-amin007
introductions
--- title: Hi, I'm amin007 published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 13 years. You can find me on GitHub as [amin007](https://github.com/amin007) I live in Muar Johor Malaysia Tercinta. I work for Tanjung Ledang Teknologi I mostly program in thes...
amin007
800
What’s the most interesting new or upcoming browser feature?
A post by Ben Halpern
0
2017-01-22T05:07:34
https://dev.to/ben/whats-the-most-interesting-new-or-upcoming-browser-feature
discuss
--- title: What’s the most interesting new or upcoming browser feature? published: true tags: discuss ---
ben
801
Explain waterfall project management, why did it fall out of style?
A post by Ben Halpern
0
2017-01-21T04:07:35
https://dev.to/ben/explain-waterfall-project-management-why-did-it-fall-out-of-style
discuss
--- title: Explain waterfall project management, why did it fall out of style? published: true tags: discuss ---
ben
708
What tools do you use for CI/CD? Past experiences, recommendations?
0
2017-01-22T02:00:47
https://dev.to/kellyjandrews/what-tools-do-you-currently-use-for-cicd-past-experiences-recommendations
discuss, ci, continuousdeployment, devops
--- title: What tools do you use for CI/CD? Past experiences, recommendations? published: true description: cover_image: tags: discuss, continuous integration, continuous deployment, devops ---
kellyjandrews
260,883
Currying and partial application
From time to time I find myself binding a function in JavaScript to a few values and wondering I...
0
2021-01-12T18:30:26
http://blog.gnclmorais.com/currying-and-partial-application
javascript, functional
--- title: Currying and partial application published: true date: 2017-01-22 00:00:00 UTC tags: javascript, functionalprogramming canonical_url: http://blog.gnclmorais.com/currying-and-partial-application --- From time to time I find myself binding a function in JavaScript to a few values and wondering _I can’t rememb...
gnclmorais
857
Hi, I'm Phineas
My introduction post
0
2017-01-21T16:33:37
https://dev.to/phineas/hi-im-phineas
introductions
--- title: Hi, I'm Phineas published: true description: My introduction post cover_image: https://phineas.io/img/signature.png tags: introductions --- I have been coding for 5 years. You can find me on GitHub as [Phineas](https://github.com/Phineas) I live in London/LA I work for The Nations (Trap Nation) I mostly...
phineas
856
Hi, I'm Mike Gasparelli
My introduction post
0
2017-01-21T16:00:24
https://dev.to/mgasparel/hi-im-mike-gasparelli
introductions
--- title: Hi, I'm Mike Gasparelli published: true description: My introduction post cover_image: tags: introductions --- I have been coding for about 10 years, but have been taking a more serious approach to my development for the past few. I live about an hour away from Toronto I work for SIR Corp., a company tha...
mgasparel
855
A framework for learning for programmers
In software industry, only one principle remains true -- if you are not updated, you will be outdated
0
2017-01-21T13:04:28
https://dev.to/jjude/a-framework-for-learning-for-programmers
learning
--- title: A framework for learning for programmers published: true description: In software industry, only one principle remains true -- if you are not updated, you will be outdated cover_image: tags: learning --- I graduated in 1994. COBOL was the popular programming language at that time. * Then came DBase * ...
jjude
744
How to add a carousel to your Bolt CMS homepage
Tutorial showing step-by-step how to create and include a carousel in Bolt CMS
0
2017-01-20T22:17:52
https://dev.to/martin_betz/how-to-add-a-carousel-to-your-bolt-cms-homepage
slickjs, carousel, boltcms, tutorial
--- title: How to add a carousel to your Bolt CMS homepage published: true description: Tutorial showing step-by-step how to create and include a carousel in Bolt CMS cover_image: http://www.splitshire.photos/bucket/SplitShire-67842.jpg tags: slickjs, carousel, boltcms, tutorial --- In this tutorial, we will add a car...
martin_betz
803
Describe your typical work day.
A post by Ben Halpern
0
2017-01-20T22:07:36
https://dev.to/ben/describe-your-typical-work-day
discuss
--- title: Describe your typical work day. published: true tags: discuss ---
ben
851
Hi, I'm Jan van Brà gge
My introduction post
0
2017-01-20T20:21:22
https://dev.to/jvanbruegge/hi-im-jan-van-brgge
introductions
--- title: Hi, I'm Jan van Brügge published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 4 years. You can find me on GitHub as [SuperManitu](https://github.com/SuperManitu) I live near Munich, Germany. I work for my own small local company and the MOVE-II Cub...
jvanbruegge
16,868
Updating Attendize
I’m using the super duper Attendize, a open-source ticketing system, for some of my activities. Aft...
0
2020-10-10T13:35:13
https://thibaultmilan.com/updating-attendize-82bfd251f726
ci, automation, laravel, php
--- title: "Updating Attendize" published: true tags: ci,automation,laravel,php canonical_url: https://thibaultmilan.com/updating-attendize-82bfd251f726 --- ![](https://cdn-images-1.medium.com/max/1024/1*UhmknOr5NgAgICKvrl-52Q.png) I’m using the super duper [Attendize](http://attendize.com), a open-source ticketing s...
clawfire
850
Hi, I'm Mario Ruiz
This site is amazing!
0
2017-01-20T18:14:32
https://dev.to/marioruizfont/hi-im-mario-ruiz
introductions
--- title: Hi, I'm Mario Ruiz published: true description: This site is amazing! cover_image: tags: introductions --- I have been coding for [10] years. You can find me on Twitter as [@marioruizfont](https://twitter.com/marioruizfont) I live in [Querétaro, México]. I work for [PK] I mostly program in these langua...
marioruizfont
798
What's your favorite tool or library that few others have heard of?
A post by Ben Halpern
0
2017-01-20T18:07:33
https://dev.to/ben/whats-your-favorite-tool-or-library-that-few-others-have-heard-of
discuss
--- title: What's your favorite tool or library that few others have heard of? published: true tags: discuss ---
ben
849
Hi, I'm Jeff Fate
My introduction post
0
2017-01-20T15:06:08
https://dev.to/jeffreyfate/hi-im-jeff-fate
introductions
--- title: Hi, I'm Jeff Fate published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 15 years. You can find me on GitHub as [jeffthefate](https://github.com/jeffthefate) I live in Beaverton, OR. I work for Nike I mostly program in these languages: Java, Javasc...
jeffreyfate
847
Hi, I'm aschei
My introduction post
0
2017-01-20T11:47:27
https://dev.to/aschei/hi-im-aschei
introductions
--- title: Hi, I'm aschei published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [aschei](https://github.com/aschei) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I am cu...
aschei
845
Global Git Ignores
This is a feature that I find invaluable, but that I don't recall seeing a huge amount of documentati...
0
2017-01-20T08:03:49
https://dev.to/grahamcox82/global-git-ignores
100daysofcode, git
--- title: Global Git Ignores published: true description: cover_image: tags: 100daysofcode,git --- This is a feature that I find invaluable, but that I don't recall seeing a huge amount of documentation on at the time I started using it. (Turns out it is in the official documentation, but only as a tiny section) Gi...
grahamcox82
842
Abstraction for the sake of Abstraction
I talk a bit about tool abstraction and simplifying my toolkit in future projects.
0
2017-01-20T03:32:20
https://dev.to/foresthoffman/abstraction-for-the-sake-of-abstraction
automation, testing, javascript
--- title: Abstraction for the sake of Abstraction published: true description: I talk a bit about tool abstraction and simplifying my toolkit in future projects. cover_image: tags: automation, testing, javascript --- I wanted to talk a bit about task runners and automation. Personally, I've utilized NPM and GruntJS ...
foresthoffman
843
JL Garofalo
Hello, World (corny, I know)
0
2017-01-20T03:20:47
https://dev.to/johnlukeg/jl-garofalo
introductions
--- title: JL Garofalo published: true description: Hello, World (corny, I know) cover_image: tags: introductions --- I have been coding for ~6 years. You can find me on GitHub as [JLGarofal](https://github.com/JLGarofal) I live in Baltimore, MD. I work for Fixt Inc. I mostly program in these languages: JS, Ruby,...
johnlukeg
841
Bloc Coding Bootcamp: The First 4 Months
0
2017-01-20T02:35:41
https://dev.to/kaseycodes/bloc-coding-bootcamp-the-first-4-months
programming, coding, webdev, womenintech
--- title: "Bloc Coding Bootcamp: The First 4 Months" published: true description: cover_image: https://cid.boisestate.edu/venturecollege/wp-content/uploads/sites/3/2017/01/Front-End-Foundations-1024x535.png tags: programming, coding, web-development, women-in-tech --- Today is exactly 4 months from when I started th...
kasey
1,654
Setup OSX for R
My notes on setting up OSX for R use/development
0
2017-01-20T01:44:23
https://dev.to/bhaskar_vk/setup-osx-for-r
r, rstats, osx, homebrew
--- title: "Setup OSX for R" published: true description: "My notes on setting up OSX for R use/development" cover_image: "https://images.unsplash.com/photo-1454165205744-3b78555e5572?dpr=2&auto=format&fit=crop&w=767&h=511&q=80&cs=tinysrgb&crop=" tags: ["r", "rstats", "osx", "homebrew"] date: "2017-01-19T20:44:23-05:00...
bhaskar_vk
840
Hi, I'm Matthew Potter
My introduction post
0
2017-01-20T00:01:47
https://dev.to/matthewoden/hi-im-matthew-potter
introductions
--- title: Hi, I'm Matthew Potter published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [matthewoden](https://github.com/matthewoden) I live in [city]. I work for [company] I mostly program in these languages: [la...
matthewoden
839
On Technical Interviews
Background I'm a soon-to-be graduated CS student. I have spent the last month trying to la...
0
2017-01-19T23:13:15
https://dev.to/mohamed3on/on-technical-interviews
--- title: On Technical Interviews published: true description: cover_image: https://media.licdn.com/mpr/mpr/p/7/005/0b1/133/1f4c216.jpg tags: --- ### Background I'm a soon-to-be graduated CS student. I have spent the last month trying to land my first job in the software industry. I interviewed with a couple of comp...
mohamed3on
838
The Startup of My Career in Tech
0
2017-01-19T21:11:02
https://dev.to/kaseycodes/the-startup-of-my-career-in-tech
programming, coding, webdev, womenintech
--- title: The Startup of My Career in Tech published: true description: cover_image: http://i.imgur.com/gfi2uLM.png tags: programming, coding, web-development, women-in-tech --- The decision was so clear and happened so fast I almost didn't trust it. I was driving home from a meeting with a recruiter and realized it...
kasey
837
Hi, I'm wintvelt
My introduction post
0
2017-01-19T19:15:46
https://dev.to/wintvelt/hi-im-wintvelt
introductions
--- title: Hi, I'm wintvelt published: true description: My introduction post cover_image: tags: introductions --- I have been coding for over 20 years. In my spare time. As a hobby. You can find me on GitHub as [wintvelt](https://github.com/wintvelt) I live in Soest in The Netherlands. I work for AS Watson curren...
wintvelt
836
Hi, I'm Chris Marfia
My introduction post
0
2017-01-19T18:58:59
https://dev.to/cmarfia/hi-im-chris-marfia
introductions
--- title: Hi, I'm Chris Marfia published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 6 years. You can find me on GitHub as [cmarfia](https://github.com/cmarfia) I live in St. Louis. MO. I work for Engage Software I mostly program in these languages: C#, Jav...
cmarfia
834
Hi, I'm SauceWaffle
My introduction post
0
2017-01-19T18:54:44
https://dev.to/saucewaffle/hi-im-saucewaffle
introductions
--- title: Hi, I'm SauceWaffle published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 18 years. You can find me on GitHub as [SauceWaffle](https://github.com/SauceWaffle) I live in Cleveland. I mostly program in these languages: Elm, JS, SQL, C#, ASP.NET, . N...
saucewaffle
833
Hi, I'm Stein Setvik
My introduction post
0
2017-01-19T18:33:35
https://dev.to/setvik/hi-im-stein-setvik
introductions
--- title: Hi, I'm Stein Setvik published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 20 years. You can find me on GitHub as [setvik](https://github.com/setvik) I live in Seattle. I work for Actively Learn. I mostly program in these languages: JS, PHP, Schem...
setvik
17,195
Sets in ES6 - A Quick Guide
From the DEV community. Sharing ideas that makes us all better developers.
0
2017-01-18T00:00:00
https://dev.to/mildrenben/sets-in-es6---a-quick-guide-3mmk
javascript, beginners, tutorial
--- title: Sets in ES6 - A Quick Guide published: true description: tags: [javascript, beginner, tutorial, js] date: 2017-01-18 --- ## Overview Sets are a new data type in ES6. They're similar to Arrays with one major difference, each value must be unique. They have an API that's very similar to [Maps](https://dev....
mildrenben
832
Hi, I'm Matthew Berry
My introduction post
0
2017-01-19T18:33:19
https://dev.to/berrymat/hi-im-matthew-berry
introductions
--- title: Hi, I'm Matthew Berry published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 20+ years. You can find me on GitHub as [berrymat](https://github.com/berrymat) I live in Easton, PA. I work for QuintilesIMS. I mostly program in these languages: C#, Jav...
berrymat
807
I am the author of Elm in Action. Ask Me Anything!
I am Richard Feldman, author of Elm in Action and instructor of the Frontend Masters Elm Workshop. Th...
0
2017-01-19T18:24:15
https://dev.to/rtfeldman/i-am-the-author-of-elm-in-action-ask-me-anything
ama
--- title: I am the author of Elm in Action. Ask Me Anything! published: true description: cover_image: https://cloud.githubusercontent.com/assets/1094080/22096243/213352aa-ddcf-11e6-9fe5-f193d04ca304.png tags: ama --- I am Richard Feldman, author of [Elm in Action](https://www.manning.com/books/elm-in-action?a_aid=e...
rtfeldman
831
Hi, I'm Narley Brittes
My introduction post
0
2017-01-19T18:10:29
https://dev.to/narley/hi-im-narley-brittes
introductions
--- title: Hi, I'm Narley Brittes published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [narley](https://github.com/narley) I live in [city]. I work for [company] I mostly program in these languages: [languages]. ...
narley
830
Hi, I'm Jay Martin
My introduction post
0
2017-01-19T18:09:31
https://dev.to/webappzero/hi-im-jay-martin
introductions
--- title: Hi, I'm Jay Martin published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. You can find me on GitHub as [webappzero](https://github.com/webappzero) I live in Columbia, SC. I work for Meal7 & Smart Laundry Home. I mostly program in these lan...
webappzero
766
Ctrl+R Autocomplete with Bash is a Life Saver
This one simple trick to get rid of most of your up-up-up-up-up behavior
0
2017-01-17T19:57:36
https://dev.to/ben/ctrlr-autocomplete-with-bash-is-a-life-saver
bash
--- title: Ctrl+R Autocomplete with Bash is a Life Saver published: true description: This one simple trick to get rid of most of your up-up-up-up-up behavior cover_image: tags: bash --- I only recently started integrating `Ctrl+R` into my command-line workflow, and I am happy I did! The command, called `reverse-i-se...
ben
829
Hi, I'm Ju Gonçalves
My introduction post
0
2017-01-19T17:59:23
https://dev.to/cyberglot/hi-im-ju-gonalves
introductions
--- title: Hi, I'm Ju Gonçalves published: true description: My introduction post cover_image: tags: introductions --- I have been coding for quite a while. You can find me on GitHub as [cyberglot](https://github.com/cyberglot). I live in Copenhagen, Denmark. I mostly program in these languages: Haskell, JavaScri...
cyberglot
828
Git - Command line vs GUIs
A case for using Git from the command line instead of GUIs.
0
2017-01-19T16:10:41
https://jason.pureconcepts.net/2017/01/git-command-line-vs-gui/
git
--- title: "Git - Command line vs GUIs" published: true description: "A case for using Git from the command line instead of GUIs." cover_image: tags: git canonical_url: https://jason.pureconcepts.net/2017/01/git-command-line-vs-gui/ --- In the [introductory video for *Getting Git*](https://vimeo.com/album/4319966/vid...
gonedark
796
What do American developers get wrong about internationalization?
A post by Ben Halpern
0
2017-01-19T16:00:31
https://dev.to/ben/what-do-american-developers-get-wrong-about-internationalization
discuss
--- title: What do American developers get wrong about internationalization? published: true tags: discuss ---
ben
827
Hi, I'm David J Eddy
My introduction post
0
2017-01-19T14:47:01
https://dev.to/david_j_eddy/hi-im-david-j-eddy
introductions
--- title: Hi, I'm David J Eddy published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 7 years professionally. You can find me on GitHub as [davidjeddy](https://github.com/davidjeddy) I live in Tampa. I work for Sourcetoad, LLC. I mostly program in these lang...
david_j_eddy
826
Hi, I'm Diogo Correia
My introduction post
0
2017-01-19T14:26:51
https://dev.to/devuo/hi-im-diogo-correia
introductions
--- title: Hi, I'm Diogo Correia published: true description: My introduction post cover_image: tags: introductions --- I have been coding professionally for 6 years. You can find me on GitHub as [devuo](https://github.com/devuo) I live in Lisbon. I work for Driven I mostly program in these languages: PHP, JS, Go...
devuo
823
Kaveh Shahbazian
Introductions
0
2017-01-19T10:33:40
https://dev.to/dc0d/kaveh-shahbazian
introductions
--- title: Kaveh Shahbazian published: true description: Introductions cover_image: tags: introductions --- Programming, FunctionalProgramming, Learning continuously about Clean Code, Teamwork, TDD, Agile, DDD, Approaching Legacy Code and Technical Debt - Minimalist
dc0d
822
Hi, I'm Alexey Zimarev
My introduction post
0
2017-01-19T10:16:14
https://dev.to/alexeyzimarev/hi-im-alexey-zimarev
introductions
--- title: Hi, I'm Alexey Zimarev published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 20 years. You can find me on GitHub as [alexeyzimarev](https://github.com/alexeyzimarev) I live in Larvik, Norway. I work for ABAX. I mostly program in these languages: C...
alexeyzimarev
821
Hi, I'm Cthulhux (not the actual name) :-)
My introduction post
0
2017-01-19T08:42:11
https://dev.to/tux0r/hi-im-cthulhux
introductions
--- title: Hi, I'm Cthulhux (not the actual name) :-) published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 21 years. You can find me on GitHub as [dertuxmalwieder](https://github.com/dertuxmalwieder) I live in Germany and I mostly program in C/C++, Lisp, Delp...
tux0r
820
Hi, I'm zedgoat
My introduction post
0
2017-01-19T08:31:15
https://dev.to/realzedgoat/hi-im-zedgoat
introductions
--- title: Hi, I'm zedgoat published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@realzedgoat](https://twitter.com/realzedgoat) I live in [city]. I work for [company] I mostly program in these languages: [langua...
realzedgoat
818
Hi, I'm Pavel Sorokin a.k.a. NeverwinterMoon
My introduction post
0
2017-01-19T06:25:23
https://dev.to/neverwintermoon/hi-im-pavel-sorokin-aka-neverwintermoon
introductions
--- title: Hi, I'm Pavel Sorokin a.k.a. NeverwinterMoon published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 6 years. You can find me on GitHub as [NeverwinterMoon](https://github.com/NeverwinterMoon) I live in Tallinn, Estonia. I work for AS Tallink Grupp ...
neverwintermoon
817
Hi, I'm Thorsten Springhart
My introduction post
0
2017-01-19T05:53:00
https://dev.to/thorstenspringhart/hi-im-thorsten-springhart
introductions
--- title: Hi, I'm Thorsten Springhart published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [thorstenspringhart](https://github.com/thorstenspringhart) I live in [city]. I work for [company] I mostly program in t...
thorstenspringhart
813
Hi, I'm Nikolay Kolev
My introduction post
0
2017-01-19T01:51:11
https://dev.to/nikolay/hi-im-nikolay-kolev
introductions
--- title: Hi, I'm Nikolay Kolev published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 32 years. You can find me on Twitter as [@nikolay](https://twitter.com/nikolay) I live in Irvine, California. I work for Webgineers. I mostly program in these languages: J...
nikolay
84,486
Exceptions Are Bad Yet Awesome!
Overview At first thought, the words errors and exceptions give the general idea that they...
0
2020-01-28T09:40:48
https://codeinphp.github.io/post/exceptions-are-bad-yet-awesome/
--- title: Exceptions Are Bad Yet Awesome! published: true tags: canonical_url: https://codeinphp.github.io/post/exceptions-are-bad-yet-awesome/ --- ## Overview At first thought, the words **errors** and **exceptions** give the general idea that they are the same thing or collectively _errors_ especially to the begi...
sarfraznawaz2005
808
Hi, I'm daBOB
My introduction post
0
2017-01-19T00:07:49
https://dev.to/dabob/hi-im-dabob
introductions
--- title: Hi, I'm daBOB published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [daBOB](https://github.com/daBOB) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I am curre...
dabob
630
What are your favorite non-programming books?
A post by Ben Halpern
0
2017-01-16T09:40:37
https://dev.to/ben/what-are-your-favorite-non-programming-books
discuss
--- title: What are your favorite non-programming books? published: true tags: discuss ---
ben
806
Hi, I'm Billy
My introduction post
0
2017-01-18T23:53:47
https://dev.to/darkmuck/hi-im-billy
introductions
--- title: Hi, I'm Billy published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@darkmuck](https://twitter.com/darkmuck) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I...
darkmuck
799
What's playing in your headphones while you code?
A post by Ben Halpern
0
2017-01-18T22:07:34
https://dev.to/ben/whats-playing-in-your-headphones-while-you-code
discuss
--- title: What's playing in your headphones while you code? published: true tags: discuss ---
ben
797
Why is functional programming gaining popularity?
A post by Jess Lee
0
2017-01-18T22:07:32
https://dev.to/jess/why-is-functional-programming-gaining-popularity
discuss
--- title: Why is functional programming gaining popularity? published: true tags: discuss ---
jess
750
Moving beyond localStorage
It's hard to believe that as of 2016, the best method for offline storage in a web app was...
0
2017-01-17T18:16:02
https://journal.standardnotes.org/moving-beyond-localstorage-991e3695be15#.eeea0dfox
--- title: Moving beyond localStorage canonical_url: https://journal.standardnotes.org/moving-beyond-localstorage-991e3695be15#.eeea0dfox published: true description: cover_image: tags: --- It's hard to believe that as of 2016, the best method for offline storage in a web app was localStorage, a simple string-only...
devtouser432
794
Hi, I'm Massive brains
Back-end web developer
0
2017-01-18T22:05:27
https://dev.to/massivebrains/hi-im-massive--brains
introductions
--- title: Hi, I'm Massive brains published: true description: Back-end web developer cover_image: tags: introductions --- I have been coding for [3] years. You can find me on Twitter as [@massivebrains00](https://twitter.com/massivebrains00) I live in [lagos]. I work for [company] I mostly program in these la...
massivebrains
793
What does product management look like at your org?
More specifically: Are you actually agile? Kanban? Scrumban? Do you like the workflow you're in? W...
0
2017-01-18T21:02:09
https://dev.to/jess/what-does-product-management-look-like-at-your-org
productmanagement, discuss
--- title: "What does product management look like at your org?" published: true description: cover_image: tags: product management, discuss --- More specifically: - Are you _actually_ agile? Kanban? Scrumban? - Do you _like_ the workflow you're in? - What PM tools do you entertain, if any?
jess
787
Hi, I'm Sohail Iqbal
My introduction post
0
2017-01-18T20:56:34
https://dev.to/ch3ckmat3/hi-im-sohail-iqbal
introductions
--- title: Hi, I'm Sohail Iqbal published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 18 years. You can find me on GitHub as [ch3ckmat3](https://github.com/ch3ckmat3) I live in Riyadh, KSA. I mostly program in these languages: C++, C#, Python, R, SQL and more...
ch3ckmat3
786
Please, break the build!
Team have different points of view when it comes to breaking the build. Is it good, bad or just something that's always red? Let's explore...
0
2017-01-18T20:13:32
https://dev.to/pavsaund/please-break-the-build
build, ci, deployment, teams
--- title: Please, break the build! published: true description: Team have different points of view when it comes to breaking the build. Is it good, bad or just something that's always red? Let's explore... cover_image: http://codingwithempathy.com/wp-content/uploads/2017/01/cloud_band-aid.jpg tags: build, continuous i...
pavsaund
778
Hi, I'm huly liu
My introduction post
0
2017-01-18T09:27:25
https://dev.to/apkbus/hi-im-huly-liu
introductions
--- title: Hi, I'm huly liu published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@apkbus](https://twitter.com/apkbus) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I ...
apkbus
785
Hi, I'm Denis Koltsov
My introduction post
0
2017-01-18T18:12:20
https://dev.to/mistadikay/hi-im-denis-koltsov
introductions
--- title: Hi, I'm Denis Koltsov published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 9 years. You can find me on GitHub as [mistadikay](https://github.com/mistadikay) I live in Stockholm. I work for 0+X I mostly program in these languages: javascript, gola...
mistadikay
784
I failed to deliver.
Over the last 3 years, I've built some inter-organization communication tools that failed. They all failed for the same reasons.
0
2017-01-18T18:07:50
https://dev.to/schniz/i-failed-todeliver
softwaredevelopment, ux, selfimprovement, startup
--- title: I failed to deliver. published: true description: Over the last 3 years, I've built some inter-organization communication tools that failed. They all failed for the same reasons. cover_image: tags: software development, ux, self improvement, startup --- I used to be a development infrastructure team lead...
schniz
3,197
Stepping into math: Open-sourcing our step-by-step solver
[fork us on GitHub!] Our mission at Socratic is to “make learning easy”. Our a...
0
2018-02-10T22:20:31
https://blog.socratic.org/stepping-into-math-open-sourcing-our-step-by-step-solver-9b5da066ae36
opensource, education, educationtechnology, mathematics
--- title: "Stepping into math: Open-sourcing our step-by-step solver" published: true tags: open-source,education,education-technology,mathematics canonical_url: https://blog.socratic.org/stepping-into-math-open-sourcing-our-step-by-step-solver-9b5da066ae36 cover_image : https://thepracticaldev.s3.amazonaws.com/i/30aj...
evykassirer
780
Hi, I'm Roman Frołow
My introduction post
0
2017-01-18T12:55:33
https://dev.to/rofrol/hi-im-roman-froow
introductions
--- title: Hi, I'm Roman Frołow published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 5 years. You can find me on GitHub as [rofrol](https://github.com/rofrol) I live in Piaseczno (Poland). I work for - Freelancer I mostly program in these languages: Elm, Ja...
rofrol
14,809
Why Blockchain needs Future-Proof Code
Because our society needs solutions that are innovative and sustainable. I’m not a great...
0
2017-12-24T02:25:09
https://medium.com/bettercode/why-blockchain-needs-future-proof-code-cb09b39175e1
hackathons, blockchain, softwaredevelopment, bettercode
--- title: "Why Blockchain needs Future-Proof Code" published: true tags: hackathons,blockchain,software-development,better-code canonical_url: https://medium.com/bettercode/why-blockchain-needs-future-proof-code-cb09b39175e1 --- #### Because our society needs solutions that are innovative _and_ sustainable. > I’m not...
jstvssr
774
Hi, I'm katpadi
My introduction post
0
2017-01-18T03:52:16
https://dev.to/katpadi/hi-im-katpadi
introductions
--- title: Hi, I'm katpadi published: true description: My introduction post cover_image: tags: introductions --- I have been coding for ~7 years. You can find me on Twitter as [@katpadi](https://twitter.com/katpadi) I live in Manila at the moment. I work for a software company that helps brands increase their cus...
katpadi
2,902
Trusting Yourself in Solving Algorithms
Today’s coding lesson is about trusting yourself. I’ve noticed a grumpy-making...
0
2018-02-10T22:19:20
https://code.likeagirl.io/trusting-yourself-in-solving-algorithms-9dd697e4069f
womenintech, tech, algorithms, programming
--- title: "Trusting Yourself in Solving Algorithms" published: true tags: women-in-tech,tech,algorithms,programming canonical_url: https://code.likeagirl.io/trusting-yourself-in-solving-algorithms-9dd697e4069f cover_image: https://cdn-images-1.medium.com/max/1024/1*X2-foj0ZnTxiU2Br37TZAA.jpeg --- Today’s coding lesso...
rachelralston
771
Hi, I'm Brad Brown
My introduction post
0
2017-01-17T21:57:15
https://dev.to/zoocat/hi-im-brad-brown
introductions
--- title: Hi, I'm Brad Brown published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 1+ years. You can find me on Twitter as [@zoocat](https://twitter.com/zoocat) I live in the Austin, TX area. I work for Rackspace. I mostly program in Python. I am currently...
zoocat
770
Should you encrypt or compress first?
Answering the classic security interview question
0
2017-01-17T21:27:27
https://dev.to/appcanary/should-you-encrypt-or-compress-first
security, crypto
--- title: "Should you encrypt or compress first?" published: true description: Answering the classic security interview question tags: security, crypto --- Imagine this: You work for a big company. Your job is pretty boring. Frankly, your talents are wasted writing boilerplate code for an application whose only user...
mveytsman
769
Hi, I'm Markus Bergholz
My introduction post
0
2017-01-17T20:29:10
https://dev.to/markuman/hi-im-markus-bergholz
introductions
--- title: Hi, I'm Markus Bergholz published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [markuman](https://github.com/markuman) I live in [city]. I work for [company] I mostly program in these languages: [languag...
markuman
765
Hello World, I'm Nadan Gergeo 🖖✨
Front end developer. Graphic designer. Computer Science student at KTH. Columnist for CAP & Design, Scandinavia's biggest magazine for graphic design.
0
2017-01-17T19:59:51
https://dev.to/nadangergeo/hello-world-im-nadan-gergeo-
introductions
--- title: "Hello World, I'm Nadan Gergeo 🖖✨" published: true description: Front end developer. Graphic designer. Computer Science student at KTH. Columnist for CAP & Design, Scandinavia's biggest magazine for graphic design. cover_image: https://pbs.twimg.com/profile_images/809775577448280067/AyjizXu7.jpg tags: intr...
nadangergeo
764
Hi, I'm Nimesh Manmohanlal
My introduction post
0
2017-01-17T19:47:04
https://dev.to/nimeshjm/hi-im-nimesh-manmohanlal
introductions
--- title: Hi, I'm Nimesh Manmohanlal published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 15 years. You can find me on Twitter as [@nimeshjm](https://twitter.com/nimeshjm) I live in Woking. I am an independent contractor. I mostly program in these language...
nimeshjm
762
Hi, I'm roycifer
My introduction post
0
2017-01-17T18:58:57
https://dev.to/roycifer/hi-im-roycifer
introductions
--- title: Hi, I'm roycifer published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@roycifer](https://twitter.com/roycifer) I live in [city]. I work for [company] I mostly program in these languages: [languages]....
roycifer
758
Hi, I'm l4p1n
My introduction post
0
2017-01-17T18:42:39
https://dev.to/l4p1n/hi-im-l4p1n
introductions
--- title: Hi, I'm l4p1n published: true description: My introduction post cover_image: tags: introductions --- I have been coding for around 5 years. You can find me on Twitter as [@l4p1n](https://twitter.com/l4p1n). I live in Valais (Switzerland). I'm a student in a commercial school. I mostly program in these ...
l4p1n
745
Hi, I'm Ángel M. Marqués ϟ
...
0
2017-01-17T17:49:57
https://dev.to/g89angel/hi-im-ngel-m-marqus-
introductions
--- title: Hi, I'm Ángel M. Marqués ϟ published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2 years. You can find me on Twitter as [@G89Angel](https://twitter.com/G89Angel) I live in Albacete, Spain. I work for Retain I mostly program in these languages: ...
g89angel
760
Hi, I'm Guido Marucci Blas
My introduction post
0
2017-01-17T18:39:32
https://dev.to/guidomb/hi-im-guido-marucci-blas
introductions
--- title: Hi, I'm Guido Marucci Blas published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on GitHub as [guidomb](https://github.com/guidomb) I live in Buenos Aires. I work for Wolox I mostly program in these languages: Swift, Obje...
guidomb
629
What are your must-read programming books?
A post by Ben Halpern
0
2017-01-11T05:40:36
https://dev.to/ben/what-are-your-must-read-programming-books
discuss
--- title: What are your must-read programming books? published: true tags: discuss ---
ben
759
Hi, I'm HÃ¥vard Krogstie
My introduction post
0
2017-01-17T18:39:01
https://dev.to/hkrogstie/hi-im-hvard-krogstie
introductions
--- title: Hi, I'm HÃ¥vard Krogstie published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 8 years. You can find me on Twitter as [@HKrogstie](https://twitter.com/HKrogstie) I live in Trondheim, Norway. I'm still in school. I mostly program in C++ for the tim...
hkrogstie
756
Hi, I'm Amelia Gapin
My introduction post
0
2017-01-17T18:24:21
https://dev.to/ameliagapin/hi-im-amelia-gapin
introductions
--- title: Hi, I'm Amelia Gapin published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 12 years. You can find me on Twitter as [@EntirelyAmelia](https://twitter.com/EntirelyAmelia) I live in Jersey City. I work for Tumblr. I mostly program in these languages:...
ameliagapin
755
Hi, I'm Eugene Oskin
My introduction post
0
2017-01-17T18:23:16
https://dev.to/eugeneoskin/hi-im-eugene-oskin
introductions
--- title: Hi, I'm Eugene Oskin published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 4 years. You can find me on Twitter as [@EugeneOskin](https://twitter.com/EugeneOskin) I live in Omsk. I work for Crystalnix I mostly program in these languages: python, ty...
eugeneoskin
754
Hi, I'm Ewan Leith
My introduction post
0
2017-01-17T18:22:29
https://dev.to/ewantoo/hi-im-ewan-leith
introductions
--- title: Hi, I'm Ewan Leith published: true description: My introduction post cover_image: tags: introductions --- I have been working in IT for 15+ years. You can find me on Twitter as [@EwanToo](https://twitter.com/EwanToo) I live in Manchester. I work for RealityMine I mostly program in these languages: Scal...
ewantoo
634
What is your advice to people just getting started in code?
A post by Ben Halpern
0
2017-01-15T10:40:41
https://dev.to/ben/what-is-your-advice-to-people-just-getting-started-in-code
discuss, beginners
--- title: What is your advice to people just getting started in code? published: true tags: discuss,beginners ---
ben
753
Hi, I'm Eric Bonow
My introduction post
0
2017-01-17T18:19:48
https://dev.to/ericbonow/hi-im-eric-bonow
introductions
--- title: Hi, I'm Eric Bonow published: true description: My introduction post cover_image: tags: introductions --- You can find me on Twitter as [@EricBonow](https://twitter.com/EricBonow) I live in Chicago and mostly program in Javascript and C#. I am currently learning more about [topic]. Nice to meet you.
ericbonow