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
463
Multithreading in Java for dummies (part 3)
Thread pools and barriers
0
2017-01-09T08:50:09
https://dev.to/raulavila/multithreading-in-java-for-dummies-part-3
java, concurrency, multithreading
--- title: Multithreading in Java for dummies (part 3) published: true description: Thread pools and barriers cover_image: http://raulavila.com/public/pictures/devto/ping-pong.jpg tags: Java, concurrency, multithreading --- This will be the last post of this series about multithreading. In the second post, we left our...
raulavila
457
Multithreading in Java for dummies (part 2)
Locking and waiting mechanisms
0
2017-01-09T07:31:23
https://dev.to/raulavila/multithreading-in-java-for-dummies-part-2
java, concurrency, multithreading
--- title: Multithreading in Java for dummies (part 2) published: true description: Locking and waiting mechanisms cover_image: http://raulavila.com/public/pictures/devto/ping-pong.jpg tags: Java, concurrency, multithreading --- In the first post of the series we saw some basic multithreading concepts using a practica...
raulavila
446
Multithreading in Java for dummies (part 1)
Threads, visibility and interruption
0
2017-01-09T06:19:54
https://dev.to/raulavila/multithreading-in-java-for-dummies-part-1
java, concurrency, multithreading
--- title: Multithreading in Java for dummies (part 1) published: true description: Threads, visibility and interruption cover_image: http://raulavila.com/public/pictures/devto/ping-pong.jpg tags: Java, concurrency, multithreading --- In this series we'll review several basic concepts to ramp up with concurrent progra...
raulavila
548
Data classes in Kotlin
(Crazy busy day today, so simple article to meet my quota. Sorry) I mentioned before about Kotlin be...
0
2017-01-04T08:36:25
https://dev.to/grahamcox82/data-classes-in-kotlin
100daysofcode, kotlin, java
--- title: Data classes in Kotlin published: true description: cover_image: tags: 100daysofcode, kotlin, java --- (Crazy busy day today, so simple article to meet my quota. Sorry) I mentioned before about Kotlin being significantly streamlined as compared to Java. And one of the most obvious places it achieves this,...
grahamcox82
616
Hi, I'm L
My introduction post
0
2017-01-08T16:33:29
https://dev.to/pluscharisma/hi-im-l
introductions
--- title: Hi, I'm L published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@ZKMIeq2pjpnwee7](https://twitter.com/ZKMIeq2pjpnwee7) I live in [city]. I work for [company] I mostly program in these languages: [lang...
pluscharisma
6,875
Visual Studio Code - Tips & Tricks
If you're following me on Twitter you probably know how much I enjoy using Mi...
0
2018-02-10T22:33:53
https://stefancosma.xyz/2017/01/08/visual-studio-code-tips-tricks/
development, tools, tipstricks, visualstudiocode
--- title: "Visual Studio Code - Tips & Tricks" published: true tags: development,tools,tips & tricks,visual studio code canonical_url: https://stefancosma.xyz/2017/01/08/visual-studio-code-tips-tricks/ --- ![Visual Studio Code - Tips & Tricks](https://stefancosma.xyz/content/images/2017/01/5.gif) If you're followin...
stefanbc
613
Do you need OAuth/OAuth2/OpenID Connect?
TL;DL not really, but you may as well use some of it. Almost any single page application needs some...
0
2017-01-08T10:34:51
https://dev.to/grahamcox82/do-you-need-oauthoauth2openid-connect
100daysofcode, api, oauth
--- title: Do you need OAuth/OAuth2/OpenID Connect? published: true description: cover_image: tags: 100daysofcode,API,APIs,oauth --- TL;DL not really, but you may as well use some of it. Almost any single page application needs some way of communicating with the server to get the data they want to work with. And ma...
grahamcox82
3,310
2016: Obligatory year in review
I’m late to the party, I know, but this isn’t a me-too article. This, in many ways, is a reflection a...
0
2018-02-10T22:20:51
http://cyberomin.github.io/life/2017/01/08/year-2016.html
life
--- title: "2016: Obligatory year in review" published: true tags: life canonical_url: http://cyberomin.github.io/life/2017/01/08/year-2016.html --- I’m late to the party, I know, but this isn’t a _me-too_ article. This, in many ways, is a reflection and thanksgiving. This is my first post for 2017, so it makes sense...
cyberomin
610
(Probably) coming soon to dev.to: Interactive code snippets.
Feature in the works
0
2017-01-07T23:16:36
https://dev.to/ben/probably-coming-soon-to-devto-interactive-code-snippets
meta, 100daysofcode, klipse
--- title: "(Probably) coming soon to dev.to: Interactive code snippets." published: true description: Feature in the works cover_image: tags: meta, 100daysofcode, klipse --- I'm currently working on adding some neat REPL support to posts on dev.to that want to make use of it. It's based on [the suggestion](https://g...
ben
609
Create Executable Kotlin JARs, using Gradle
Kotlin is great for creating small command-line utilities, which can be packaged and distributed as normal JAR files.
0
2017-01-07T21:57:11
https://dev.to/preslavrachev/create-executable-kotlin-jars-using-gradle
kotlin, gradle, java, jar
--- title: Create Executable Kotlin JARs, using Gradle published: true description: Kotlin is great for creating small command-line utilities, which can be packaged and distributed as normal JAR files. cover_image: tags: kotlin, gradle, java, jar --- _This article was originally posted in [my blog](http://www.preslav...
preslavrachev
607
Hi, I'm Matt M.
My introduction post
0
2017-01-07T21:15:00
https://dev.to/theothermattm/hi-im-matt-m
introductions
--- title: Hi, I'm Matt M. published: true description: My introduction post cover_image: tags: introductions --- I have been coding for about [10] years. You can find me on GitHub as [theothermattm](https://github.com/theothermattm) I mostly program in these languages: [java, javascript].
theothermattm
604
Untold Problems of a Software Blog - Bots
Bots make up the vast majority of blogging audiences, and they can cause some problems.
0
2017-01-07T18:45:59
https://dev.to/tra/untold-problems-of-a-software-blog---bots
--- title: Untold Problems of a Software Blog - Bots published: true description: Bots make up the vast majority of blogging audiences, and they can cause some problems. cover_image: https://matthewforzan.com.au/wp-content/uploads/2011/11/google-bot-logo-with-bot.jpg tags: --- [According to a 2015 report by Incapsula]...
tra
2,921
What I learned from my latest weekend project that turned not so small.
The project used as basis for this article can be found here. I, like most of my friends that are s...
0
2018-02-10T22:19:24
https://hackernoon.com/what-i-learned-from-my-latest-weekend-project-that-turned-not-so-small-ac6e350aea4c
mobilegamedevelopm, pixijs, gamedev, webdev
--- title: "What I learned from my latest weekend project that turned not so small." published: true tags: mobile-game-developm,pixijs,game-development,web-development canonical_url: https://hackernoon.com/what-i-learned-from-my-latest-weekend-project-that-turned-not-so-small-ac6e350aea4c cover_image: https://thepracti...
k_ivanow
605
Hi, I'm Alain Danteny
My introduction post
0
2017-01-07T17:24:13
https://dev.to/adanteny/hi-im-alain-danteny
introductions
--- title: Hi, I'm Alain Danteny published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 30+ years. You can find me on GitHub as [adanteny](https://github.com/adanteny) I live in Paris, France. I mostly program in C++ (nowadays). Nice to meet you.
adanteny
603
Hi, I'm Roland Tepp
My introduction post
0
2017-01-07T12:33:14
https://dev.to/luolong/hi-im-roland-tepp
introductions
--- title: Hi, I'm Roland Tepp published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 20 years. You can find me on Twitter as [@Luolong](https://twitter.com/Luolong) I live in Tallinn. I work for Proekspert I mostly program in these languages: Java, Ceylon. ...
luolong
602
Do you need hypermedia?
TL;DR - no. Hypermedia is all the rage these days. New hypermedia APIs and standards are popping up...
0
2017-01-07T08:52:42
https://dev.to/grahamcox82/do-you-need-hypermedia
100daysofcode, api, hypermedia
--- title: Do you need hypermedia? published: true description: cover_image: tags: 100daysofcode,apis,api, hypermedia --- TL;DR - no. Hypermedia is all the rage these days. New hypermedia APIs and standards are popping up all the time. But do you need to actually bother? Hypermedia is hard. It's not just a case of...
grahamcox82
599
The dichotomy of writing and reading object-oriented code
I've spent most of my twenty year career writing object-oriented code. Even though I've been at it fo...
0
2017-01-07T05:02:21
https://dev.to/developerscode/the-dichotomy-of-writing-and-reading-object-oriented-code
refactoring, oop
--- title: The dichotomy of writing and reading object-oriented code published: true description: cover_image: tags: refactoring, oop --- I've spent most of my twenty year career writing object-oriented code. Even though I've been at it for so long, I still find myself stuck with a particular roundabout habit. **I ...
developerscode
598
Hi, I'm Anna
My introduction post
0
2017-01-06T18:44:51
https://dev.to/amnamka/hi-im-anna
introductions
--- title: Hi, I'm Anna published: true description: My introduction post cover_image: tags: introductions --- You can find me on Twitter as [@amnamka](https://twitter.com/amnamka) Nice to meet you.
amnamka
597
Stamping out a funky Google Analytics race condition
Hastily debugging an error
0
2017-01-06T18:41:56
https://dev.to/ben/stamping-out-a-funky-google-analytics-race-condition
googleanalytics, raceconditions, debugging, 100daysofcode
--- title: Stamping out a funky Google Analytics race condition published: true description: Hastily debugging an error cover_image: tags: google analytics, race conditions, debugging, 100daysofcode --- We were seeing this error on some pages on [dev.to](https://dev.to) ``` Uncaught TypeError: ga is not a functi...
ben
574
Use Dash snippets for frequently-used text
If you are like me, you get a lot of business and personal mail. Often the answer is repeated over an...
0
2017-01-06T17:52:00
https://martinbetz.eu/articles/dash-snippets
productivity, text, quickie, osx
--- title: Use Dash snippets for frequently-used text published: true description: cover_image: tags: productivity, text, quickie, osx canonical_url: https://martinbetz.eu/articles/dash-snippets --- If you are like me, you get a lot of business and personal mail. Often the answer is repeated over and over. When I li...
martin_betz
596
Hi, I'm Aja
My introduction post
0
2017-01-06T17:30:54
https://dev.to/thagomizer/hi-im-aja
introductions
--- title: Hi, I'm Aja published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [thagomizer](https://github.com/thagomizer) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I ...
thagomizer
595
Hi, I'm Casen
My introduction post
0
2017-01-06T17:27:56
https://dev.to/casen/hi-im-casen
introductions
--- title: Hi, I'm Casen published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 15 years. You can find me on GitHub as [Casen](https://github.com/Casen) I live in Portland OR. I'm director of engineering for GOIN Inc. (https://goin.org/) I mostly program in t...
casen
594
Untold Benefits of a Software Blog
Blogging has valuable lessons long before you get your first readers or ad revenues. These are some of the most important ones.
0
2017-01-06T16:35:03
https://dev.to/liquidise/untold-benefits-of-a-software-blog
--- title: Untold Benefits of a Software Blog published: true description: Blogging has valuable lessons long before you get your first readers or ad revenues. These are some of the most important ones. cover_image: https://blog.benroux.me/content/images/2017/01/journal.jpg tags: --- *This post originally appeared on...
liquidise
593
Hi, I'm Fanny
My introduction post
0
2017-01-06T15:32:58
https://dev.to/nanooshka/hi-im-fanny
introductions
--- title: Hi, I'm Fanny published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 4 years, and doing Machine Learning for 3 years. You can find me on GitHub as [Nanooshka](https://github.com/Nanooshka). I mostly program in these languages: C++, Java, Python, C#. ...
nanooshka
591
Higher Order What?
Higher Order Components
0
2017-01-06T14:05:34
https://dev.to/kayis/higher-order-what
javascript, react, refactoring, testing
--- title: Higher Order What? published: true description: Higher Order Components cover_image: tags: javascript, react, refactoring, testing --- So, since it's 2017 you probably using one of these fancy new _component_ based frameworks, like __React__ and you read about all this _Higher Order Component_ (HOC) talk l...
kayis
589
GraphQL - Yay or Nay?
(I've just written all of this out, on my phone, on the bus to work, and then accidentally refreshed...
0
2017-01-06T09:08:06
https://dev.to/grahamcox82/graphql---yay-or-nay
100daysofcode, graphql, api
--- title: GraphQL - Yay or Nay? published: true description: cover_image: tags: 100daysofcode,graphql,apis,api --- (I've just written all of this out, on my phone, on the bus to work, and then accidentally refreshed the page and lost it. So sorry if this seems a bit abbreviated) GraphQL has been around for a while ...
grahamcox82
527
From Wireframes to MVP
This topic is heavily on my mind as I am trying to spend more time breathing life into my side-projec...
0
2017-01-03T18:30:51
https://dev.to/bravelabs/from-wireframes-to-mvp
100daysofcode, sideprojects, mvp
--- title: From Wireframes to MVP published: true description: cover_image: tags: 100daysofcode,sideprojects,mvp --- This topic is heavily on my mind as I am trying to spend more time breathing life into my side-project - a fitness themed social app. Specifically, how to not get lost in the not-yet-important details...
bravelabs
588
Hi, I'm Tinu Cleatus
My introduction post
0
2017-01-06T08:43:25
https://dev.to/hackedunit/hi-im-tinu-cleatus
introductions
--- title: Hi, I'm Tinu Cleatus published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on Twitter as [@hackedunit](https://twitter.com/hackedunit) I live in Kochi. I work for OnApp. I mostly program in these languages: ruby, rails, j...
hackedunit
587
Hi, I'm Emmanuel Obogbaimhe
My introduction post
0
2017-01-06T05:05:10
https://dev.to/emmanuelobo/hi-im-emmanuel-obogbaimhe
introductions
--- title: Hi, I'm Emmanuel Obogbaimhe published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10-12 years (early years were mostly HTML, Flash Actionscript. You can find me on GitHub as [EmmanuelObo](https://github.com/EmmanuelObo) I live in New York. I mostly...
emmanuelobo
586
Hi, I'm
My introduction post
0
2017-01-06T02:08:01
https://dev.to/lapolonio/hi-im
introductions
--- title: Hi, I'm published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 8 years. You can find me on GitHub as [lapolonio](https://github.com/lapolonio) I live in Washington DC. I work for DARPA I mostly program in these languages: scala, python, R. I am c...
lapolonio
34,430
First Impressions of Elixir
Elixir is a functional programming language based on Erlang. I’m told it’s very...
0
2018-06-19T10:26:14
https://medium.com/@jackmarchant/first-impressions-of-elixir-50b46ded36b0
softwaredevelopment, elixir, programming, functionalprogrammi
--- title: First Impressions of Elixir published: true tags: software-development,elixir,programming,functional-programmi canonical_url: https://medium.com/@jackmarchant/first-impressions-of-elixir-50b46ded36b0 --- Elixir is a functional programming language based on Erlang. I’m told it’s very similar to Ruby, with a ...
jackmarchant
584
Hi, I'm Don Denoncourt
My introduction post
0
2017-01-05T20:45:03
https://dev.to/dondenoncourt/hi-im-don-denoncourt
introductions
--- title: Hi, I'm Don Denoncourt published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 35 years. You can find me on Twitter as [@denoncourt](https://twitter.com/denoncourt) I live in Richmond, VA. I work for Corgibytes I mostly program in these languages: R...
dondenoncourt
581
Hi, I'm Rio Harapan
My introduction post
0
2017-01-05T18:48:24
https://dev.to/rhps/hi-im-rio-harapan
introductions
--- title: Hi, I'm Rio Harapan published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2 years. You can find me on GitHub as [rhps](https://github.com/rhps) I live in Bandung. I work for Faculty of Art and Design - Institut Teknologi Bandung as Network and Sys...
rhps
579
Hi, I'm Tyler Warnock
My introduction post
0
2017-01-05T17:43:09
https://dev.to/tyrw/hi-im-tyler-warnock
introductions
--- title: Hi, I'm Tyler Warnock published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 7-10 years, depending on how I'm feeling about it. You can find me on GitHub as [tyrw](https://github.com/tyrw) I live in Sunnyvale, CA. I work for [Anymod](https://anymod....
tyrw
577
Hi, I'm Bethany Stachenfeld
My introduction post
0
2017-01-05T16:37:09
https://dev.to/bethstachenfeld/hi-im-bethany-stachenfeld
introductions
--- title: Hi, I'm Bethany Stachenfeld published: true description: My introduction post cover_image: tags: introductions --- I have been coding for a year. You can find me on Twitter as [@BethStachenfeld](https://twitter.com/BethStachenfeld) I live in San Antonio, TX. I work for Filestack. I mostly program in ...
bethstachenfeld
576
Admin dashboard thoughts
Somehow I find that it's still difficult to build good admin dashboards, even though so many...
0
2017-01-05T15:49:35
https://dev.to/ben/admin-dashboard-thoughts
100daysofcode, dashboards
--- title: Admin dashboard thoughts published: true description: cover_image: tags: 100daysofcode, dashboards --- *Somehow* I find that it's still difficult to build good admin dashboards, even though so many businesses and projects share needs. In Rails land, I have now used Rails Admin, ActiveAdmin as well as Admi...
ben
525
Hi, I'm Jonas Bučinskas
...
0
2017-01-03T18:05:19
https://dev.to/bucinskas/hi-im-jonas-buinskas
introductions
--- title: Hi, I'm Jonas Bučinskas published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2 years. You can find me on Twitter as [@bucinskas](https://twitter.com/bucinskas) I live in Kaunas, Lithuania. I work for TrackDuck I mostly program in these languages...
bucinskas
575
Hi, I'm Roadsidegeeks
My introduction post
0
2017-01-05T14:53:50
https://dev.to/heyarviind/hi-im-roadsidegeeks
introductions
--- title: Hi, I'm Roadsidegeeks published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2 years. You can find me on GitHub as [roadsidegeeks](https://github.com/roadsidegeeks) I live in Delhi. I work for Roadsidegeeks I mostly program in these languages: PHP,...
heyarviind
573
Hi, I'm Pavithra Kodmad
My introduction post
0
2017-01-05T10:20:58
https://dev.to/pksjce/hi-im-pavithra-kodmad
introductions
--- title: Hi, I'm Pavithra Kodmad published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [pksjce](https://github.com/pksjce) I live in [city]. I work for [company] I mostly program in these languages: [languages]....
pksjce
572
Hi, I'm QuantumCloud
My introduction post
0
2017-01-05T10:14:44
https://dev.to/quantumcloud/hi-im-quantumcloud
introductions
--- title: Hi, I'm QuantumCloud published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 16 years. You can find me on Twitter as [@quantumcloud](https://twitter.com/quantumcloud) I live in Dhaka. I work for Web Design Company QuantumCloud: https://www.quantumclo...
quantumcloud
571
Hi, I'm Subash
My introduction post
0
2017-01-05T08:49:21
https://dev.to/ufairiya/hi-im-subash
introductions
--- title: Hi, I'm Subash published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 12 years. You can find me on GitHub as [ufairiya](https://github.com/ufairiya) I live in Tirupur. I work for Stallioni Net Solutions I mostly program in these languages: php. I ...
ufairiya
570
Cucumber and Spring Boot
I'm a big automated testing fan. Both work and personal, it just makes life easier. And I'm not just...
0
2017-01-05T08:29:30
https://dev.to/grahamcox82/cucumber-and-spring-boot
100daysofcode, java, spring, cucumber
--- title: Cucumber and Spring Boot published: true description: cover_image: tags: 100daysofcode, java, spring, cucumber --- I'm a big automated testing fan. Both work and personal, it just makes life easier. And I'm not just talking about unit testing. Integration/Acceptance/Verification/E2E Testing (Depending on w...
grahamcox82
569
Hi, I'm Srikanth A V
My introduction post
0
2017-01-05T08:13:18
https://dev.to/srikanthav/hi-im-srikanth-a-v
introductions
--- title: Hi, I'm Srikanth A V published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 7 years. You can find me on Twitter as [@srikanthav](https://twitter.com/srikanthav) I live in Bangalore. I work for [InHealth](https://in-health.com) / PaperPlanes I mostl...
srikanthav
567
Hi, I'm Artem Golovin
My introduction post
0
2017-01-05T03:21:53
https://dev.to/awave/hi-im-artem-golovin
introductions, junior, student
--- title: Hi, I'm Artem Golovin published: true description: My introduction post cover_image: tags: introductions, junior, student --- I have been coding for 3-4 years. You can find me on Twitter as [@temawave](https://twitter.com/temawave) I live in Calgary and I am a computer science student at Mount Royal Uni...
awave
566
Hi, I'm Karthik C
My introduction post
0
2017-01-05T02:08:52
https://dev.to/karthikc/hi-im-karthik-c
introductions
--- title: Hi, I'm Karthik C published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 14 years. You can find me on GitHub as [karthikc](https://github.com/karthikc) I live in Bangalore. I work for [Zinc Learning Labs](http://www.zinclearninglabs.com) I mostly p...
karthikc
564
Hi, I'm Richard Yhip
My introduction post
0
2017-01-05T00:42:13
https://dev.to/yhippa/hi-im-richard-yhip
introductions
--- title: Hi, I'm Richard Yhip published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years professionally. For fun I've been doing it for almost 25 years! You can find me on GitHub as [yhippa](https://github.com/yhippa). I live in Falls Church, VA. I wor...
yhippa
561
Hi, I'm Corey Larson
My introduction post
0
2017-01-04T22:37:23
https://dev.to/dchw/hi-im-corey-larson
introductions
--- title: Hi, I'm Corey Larson published: true description: My introduction post cover_image: tags: introductions --- I have been coding for as long as I can remember. You can find me on GitHub as [dchw](https://github.com/dchw) I live in Eagle Mountain. I work for InsideSales.com I mostly program in these langu...
dchw
559
Hi, I'm Derek Bytheway
My introduction post
0
2017-01-04T21:48:07
https://dev.to/derekbtw/hi-im-derek-bytheway
introductions
--- title: Hi, I'm Derek Bytheway published: true description: My introduction post cover_image: https://i.imgur.com/UPQgo5d.png tags: introductions --- I have been coding for 7 years. You can find me on GitHub as [derekbtw](https://github.com/derekbtw) I live in Utah. I mostly program in these languages: PHP, Java...
derekbtw
557
Hi, I'm Amara Keller
My introduction post
0
2017-01-04T21:35:49
https://dev.to/missamarakay/hi-im-amara-keller
introductions
--- title: Hi, I'm Amara Keller published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 8 years. You can find me on Twitter as [@MissAmaraKay](https://twitter.com/MissAmaraKay) I live in the Bay Area. I work for Intel. I mostly program in these languages: Java...
missamarakay
556
Hi, I'm Nate Johnston
My introduction post
0
2017-01-04T21:28:47
https://dev.to/natejohnston/hi-im-nate-johnston
introductions
--- title: Hi, I'm Nate Johnston published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 8 years, but in the middle I was a system administrator for 20 years. You can find me on GitHub as [nate-johnston](https://github.com/nate-johnston) I live in Reston, VA. I...
natejohnston
507
Why I struggle with Node
I'll admit it, I actually quite like Node.js. Especially in the ES6/ES7 variety. It's not perfect, bu...
0
2017-01-03T09:00:50
https://dev.to/grahamcox82/why-i-struggle-with-node
100daysofcode, node
--- title: Why I struggle with Node published: true description: cover_image: tags: 100daysofcode, node --- I'll admit it, I actually quite like Node.js. Especially in the ES6/ES7 variety. It's not perfect, but what language is? But what it is is a very quick way to get a webapp going, using the same mental model on ...
grahamcox82
554
Hi, I'm FocusWish
My introduction post
0
2017-01-04T17:55:45
https://dev.to/focuswish/hi-im-focuswish
introductions
--- title: Hi, I'm FocusWish published: true description: My introduction post cover_image: tags: introductions --- I am not a professional developer, just a hobbyist. I write about nootropics and cognitive enhancement [here](http://www.focuswish.com). I write about side projects at [Automation Fuel](http://www.autom...
focuswish
553
Hi, I'm D/S
My introduction post
0
2017-01-04T16:24:48
https://dev.to/intercoder/hi-im-ds
introductions
--- title: Hi, I'm D/S published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [dantesolis](https://github.com/dantesolis) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I ...
intercoder
552
Hi, I'm Mário Queirós
My introduction post
0
2017-01-04T15:00:29
https://dev.to/mpapq/hi-im-mrio-queirs
introductions
--- title: Hi, I'm Mário Queirós published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. You can find me on Twitter as [@MpApQ](https://twitter.com/MpApQ) I live in London. I work for InfoTrack UK I mostly program in these languages: C#, Javascript....
mpapq
551
How PHP Will Fare In 2017?
PHP Trends and Predictions for 2017.
0
2017-01-04T13:57:26
https://dev.to/cloudways/how-php-will-fare-in-2017
php2017, phptrends, php
--- title: How PHP Will Fare In 2017? published: true description: PHP Trends and Predictions for 2017. cover_image: http://i.imgur.com/3eIOQbM.png tags: php 2017, php trends, php --- For the PHP community, the best news in 2016 was the release of version 7.1. While many initially saw PHP 7.1 as a minor release with b...
cloudways
549
Hi, I'm Leandro Simões
My introduction post
0
2017-01-04T10:10:50
https://dev.to/leandrosimoes/hi-im-leandro-simes
introductions
--- title: Hi, I'm Leandro Simões published: true description: My introduction post cover_image: tags: introductions --- I have been coding since 2009. You can find all my info on my website at [lesimoes.dev](http://lesimoes.dev). I live in Amsterdam, the Netherlands. I work for [CLIQ Digital](https://cliqdigital....
leandrosimoes
547
Hi, I'm Byron McMullen
My introduction post
0
2017-01-04T06:06:41
https://dev.to/krustal/hi-im-byron-mcmullen
introductions
--- title: Hi, I'm Byron McMullen published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 12 years. You can find me on GitHub as [Krustal](https://github.com/Krustal) I live in Seattle. I work for Apptentive I mostly program in these languages: Ruby & JavaScri...
krustal
545
Hi, I'm Khoa Tran
My introduction post
0
2017-01-04T02:40:59
https://dev.to/khoatran/hi-im-khoa-tran
introductions
--- title: Hi, I'm Khoa Tran published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [13] years. You can find me on GitHub as [khoatran](https://github.com/khoatran) I live in [Ho Chi Minh]. I work for [CMG] I mostly program in these languages: [PHP, Java, C#,...
khoatran
544
hello~
My introduction post
0
2017-01-04T01:41:11
https://dev.to/mtso/hello
introductions
--- title: hello~ published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 1 year. I mostly program in Swift. I am currently learning more about Go. Nice to meet you.
mtso
543
Hi, I'm Edu Aleman
My introduction post
0
2017-01-04T01:23:01
https://dev.to/edualeman/hi-im-edu-aleman
introductions
--- title: Hi, I'm Edu Aleman published: true description: My introduction post cover_image: tags: introductions --- I have been coding for .2 year. You can find me on Twitter as [@edualeman](https://twitter.com/edualeman) I live in Monterrey, Mx. I just start coding a few weeks ago, I already know advanced HTML, ...
edualeman
10,601
Git back to the future
Git may be the best version control software I’ve used but it is a complex beast and makes it easy to shoot yourself in the foot. Recently, however, I learned of one way that you can unshoot yourself and potentially save yourself hours of lost work.
0
2017-10-23T19:51:55
https://philna.sh/blog/2017/01/04/git-back-to-the-future/
git, vcs
--- title: "Git back to the future" description: Git may be the best version control software I’ve used but it is a complex beast and makes it easy to shoot yourself in the foot. Recently, however, I learned of one way that you can unshoot yourself and potentially save yourself hours of lost work. published: true tag...
philnash
541
Hi, I'm eser mustafa özcan
My introduction post
0
2017-01-03T23:21:39
https://dev.to/esermustaf0zcan/hi-im-eser-mustafa-zcan
introductions
--- title: Hi, I'm eser mustafa özcan published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@esermustaf0zcan](https://twitter.com/esermustaf0zcan) I live in [city]. I work for [company] I mostly program in thes...
esermustaf0zcan
540
Hi, I'm Kedar
My introduction post
0
2017-01-03T22:35:41
https://dev.to/tkedarnath/hi-im-kedar
introductions
--- title: Hi, I'm Kedar published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 13 years. You can find me on GitHub as [tkedarnath](https://github.com/tkedarnath) I live in Denver. I work for Cogent I mostly program in these languages: JavaScript,CSS,ABAP & e...
tkedarnath
536
The Obligatory introduction
What did you expect?
0
2017-01-03T21:54:51
https://dev.to/markerikson/the-obligatory-introduction
introductions
--- title: The Obligatory introduction published: true description: What did you expect? cover_image: tags: introductions --- I'm a (mostly web) dev in southwest Ohio. I'm a Redux maintainer, and write lots of stuff about React, Redux, and more. I keep a big list of links on React, Redux, at related topics, at http...
markerikson
535
Hi, I'm Jetrois
My introduction post
0
2017-01-03T21:44:28
https://dev.to/jetrois/hi-im-jetrois
introductions
--- title: Hi, I'm Jetrois published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [2] years. You can find me on GitHub as [jetrois](https://github.com/jetrois) I live in [USA]. I work for [Comm-works] I mostly program in these languages: [Swift] I am currentl...
jetrois
479
The TDD debate: What a false dichotomy!
I often find it difficult to be productive when practicing test-driven development. This is a pretty...
0
2017-01-03T02:46:30
https://dev.to/ben/the-tdd-debate-what-a-false-dichotomy
100daysofcode
--- title: "The TDD debate: What a false dichotomy!" published: true description: cover_image: tags: 100daysofcode --- I often find it difficult to be productive when practicing test-driven development. This is a pretty common situation. A lot of problems are tough to work out with foresight. I often need to sink my...
ben
533
Hi, I'm Samar. Founder of Teamstack.
My introduction post
0
2017-01-03T20:52:44
https://dev.to/samarmustafa/hi-im-samar-mustafa
introductions
--- title: Hi, I'm Samar. Founder of Teamstack. published: true description: My introduction post cover_image: tags: introductions --- I am a Founder of Teamstack - an online invite only community of digital experts. I have been coding for 9 years. You can find me on Twitter as @teamstack_co (https://twitter.com/tea...
samarmustafa
532
Hi, I'm Jesus Castello
My introduction post
0
2017-01-03T20:48:57
https://dev.to/jesus_castello/hi-im-jesus-castello
introductions
--- title: Hi, I'm Jesus Castello published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 15 years. You can find me on GitHub as [matugm](https://github.com/matugm) I live in Spain. I mostly program in Ruby. My blog [can be found here](http://www.rubyguides.co...
jesus_castello
531
My tech stack if I had to build an app today
My opinion on which state-of-the-art technology stack to pick for a modern web app
0
2017-01-03T20:40:28
https://dev.to/n1try/my-teck-stack-if-i-had-to-build-an-app-today
webdev, node, javascript, go
--- title: My tech stack if I had to build an app today published: true description: My opinion on which state-of-the-art technology stack to pick for a modern web app cover_image: http://i.imgur.com/DxEPloI.png tags: webdev, nodejs, javascript, golang --- What technology stack would I choose, if I had to develop a we...
n1try
530
Hi there, I'm Kelly
My intro post
0
2017-01-03T20:37:56
https://dev.to/kellyjandrews/hi-there-im-kelly
introductions
--- title: Hi there, I'm Kelly published: true description: My intro post cover_image: tags: introductions --- I have been coding for about 20 years, off and on. I started with Basic back in the day with a book and a Leading Edge word processor. Scheme and Pascal for a stint, then found HTML/CSS and eventually JavaSc...
kellyjandrews
529
How to make portfolio if you are a beginner frontend developer?
Little tip that helped me a lot
0
2017-01-03T19:39:16
https://dev.to/kozorezv/how-to-make-portfolio-if-you-are-a-beginner-frontend-developer
portfolio, frontend, beginners
--- title: How to make portfolio if you are a beginner frontend developer? published: true description: Little tip that helped me a lot cover_image: tags: portfolio, frontend, beginner --- To get first job you must have a portfolio. But... How can you make a portfolio if you didn't actually work yet?! It becomes even...
kozorezv
524
Hi, I'm Prescott A. Foland
An Introduction Post
0
2017-01-03T17:57:23
https://dev.to/prescottfoland/hi-im-prescott-a-foland
introductions
--- title: Hi, I'm Prescott A. Foland published: True description: An Introduction Post cover_image: https://avatars1.githubusercontent.com/u/7543698?v=3&s=800 tags: introductions ---
prescottfoland
522
Hi, I'm Nils Domin
My introduction post
0
2017-01-03T17:48:22
https://dev.to/blackforestcode/hi-im-nils-domin
introductions
--- title: Hi, I'm Nils Domin published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 1 year now. You can find me on GitHub as [w3code](https://github.com/w3code) I live in Oberkirch, Germany. I work for a publishing company which acutally builds up a web devel...
blackforestcode
521
6 Conference Talks to Level Up as a Developer
Six recommended conference talks to help you grow as a developer
0
2017-01-03T17:22:55
https://dev.to/garysieling/6-conference-talks-to-level-up-as-a-developer
techtalks, conferences, learning
--- title: 6 Conference Talks to Level Up as a Developer published: true description: Six recommended conference talks to help you grow as a developer cover_image: tags: techtalks, conferences, learning --- Conference talks are a great way to learn from other developers - writing one requires distilling hours of pre...
garysieling
519
Hi, I'm Tory Briggs
My introduction post
0
2017-01-03T16:44:51
https://dev.to/torybriggs/hi-im-tory-briggs
introductions
--- title: Hi, I'm Tory Briggs published: true description: My introduction post cover_image: http://www.publicdomainpictures.net/pictures/10000/velka/965-1239275856pzCx.jpg tags: introductions --- I have been coding for about 10 years. You can find me on GitHub as [torybriggs](https://github.com/torybriggs) I live ...
torybriggs
518
Hi, I'm Ahmed Khan
My introduction post
0
2017-01-03T14:56:14
https://dev.to/ahmedkhan/hi-im-ahmed-khan
introductions
--- title: Hi, I'm Ahmed Khan published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. You can find me on GitHub as [ahmedkhan847](https://github.com/ahmedkhan847) I live in Karachi, Pakistan. I work for Cloudways I mostly program in these languages: C...
ahmedkhan
517
Hi, I'm Shahroze Nawaz
My introduction post
0
2017-01-03T14:53:37
https://dev.to/_shahroznawaz/hi-im-shahroze-nawaz
introductions
--- title: Hi, I'm Shahroze Nawaz published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [1] years. You can find me on GitHub as [shahroznawaz](https://github.com/shahroznawaz) I live in [Malta]. I work for [Cloudways] I mostly program in these languages: [Ht...
_shahroznawaz
516
Hi, I'm Krs Joseph
My introduction post
0
2017-01-03T14:37:33
https://dev.to/krs/hi-im-krs-joseph
introductions
--- title: Hi, I'm Krs Joseph published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 7 years. You can find me on GitHub as [krsjoseph](https://github.com/krsjoseph) and Twitter as [krsjoseph](https://twitter.com/krsjoseph) I'm a Lead Software Developer for Inf...
krs
24,681
Implementing a Simple Message Bus in C++
Note: Alternative URL to the original post here. Starting late December of 2016, I have been working...
0
2018-03-30T11:09:46
http://seanballais.github.io/blog/implementing-a-simple-message-bus-in-cpp/
--- title: Implementing a Simple Message Bus in C++ published: true tags: canonical_url: http://seanballais.github.io/blog/implementing-a-simple-message-bus-in-cpp/ cover_image: http://seanballais.github.io/static/img/posts/implementing-a-simple-message-bus-in-cpp/header.jpg --- **Note: Alternative URL to the origina...
seanballais
514
Hi, I'm Ricardo Grego
My introduction post
0
2017-01-03T13:59:08
https://dev.to/ricgrego/hi-im-ricardo-grego
introductions
--- title: Hi, I'm Ricardo Grego published: true description: My introduction post tags: introductions --- You can find me on Twitter as @ricgrego (https://twitter.com/ricgrego) I live in São Paulo. I mostly interested in these languages: Java, Python and Javascript. I am currently learning more about Hello World....
ricgrego
38,208
When memory is not enough...
Intro The last time I was wondering on how to restrict program memory consumption. As a tr...
0
2018-07-09T14:45:36
https://alex.dzyoba.com/blog/external-sort/
linux, c, algorithms
--- title: When memory is not enough... published: true tags: linux, c, algorithm canonical_url: https://alex.dzyoba.com/blog/external-sort/ --- ## Intro [The last time](/blog/restrict-memory/) I was wondering on how to restrict program memory consumption. As a trophy from my previous journey I've got [libmemrestrict...
dzeban
513
Hi, I'm Mubashar Iqbal
My introduction post
0
2017-01-03T13:53:40
https://dev.to/mubashariqbal/hi-im-mubashar-iqbal
introductions
--- title: Hi, I'm Mubashar Iqbal published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 20+ years. You can find me on Twitter as [@mubashariqbal](https://twitter.com/mubashariqbal) I live in Clifton Park, NY. I work for myself! I mostly program in these lang...
mubashariqbal
512
Hi, I'm Nathaniel Blackburn
My introduction post
0
2017-01-03T13:16:12
https://dev.to/nblackburn/hi-im-nathaniel-blackburn
introductions
--- title: Hi, I'm Nathaniel Blackburn published: true description: My introduction post cover_image: tags: introductions --- Hey, my name is Nathaniel. I am a developer and designer from the United Kingdom. I have been coding for around a decade half of which is in the industry. I currently work for [Relative Insigh...
nblackburn
510
7 Design lessons for a developer
Sharing ideas about how a developer can start thinking like a designer and make better product
0
2017-01-03T12:50:07
https://dev.to/pradeep_io/7-design-lessons-for-a-developer
developer, design, lessons
--- title: 7 Design lessons for a developer published: true description: Sharing ideas about how a developer can start thinking like a designer and make better product cover_image: tags: developer, design, lessons --- I am a developer, I had been coding for last 6 years, building android apps and web apps. I had alwa...
pradeep_io
509
Hi, I'm Kay
My introduction post
0
2017-01-03T12:41:23
https://dev.to/kayis/hi-im-kay
introductions
--- title: Hi, I'm Kay published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 17 years. You can find me on GitHub as [kay-is](https://github.com/kay-is) I live in Stuttgart, Germany. I work as a freelancer for Startups. I mostly program in JavaScript and Type...
kayis
508
Hi, I'm Pradeep Sharma
My introduction post
0
2017-01-03T12:32:13
https://dev.to/pradeep_io/hi-im-pradeep-sharma
introductions
--- title: Hi, I'm Pradeep Sharma published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 6 years. You can find me on Twitter as [@pradeep_io](https://twitter.com/pradeep_io) I live in Delhi. I mostly program in these languages: Javascript(node.js), Java, Pytho...
pradeep_io
506
Hi, I'm Aryaman Arora
My introduction post
0
2017-01-03T01:21:33
https://dev.to/aryamanarora/hi-im-aryaman-arora
introductions
--- title: Hi, I'm Aryaman Arora published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [aryamanarora](https://github.com/aryamanarora) I live in [city]. I work for [company] I mostly program in these languages: [l...
aryamanarora
356,023
Enforcing invariants in Scala datatypes
Scala provides many tools to help us build programs with less runtime errors. Instead of relying on...
0
2020-06-15T17:43:18
https://lepovirta.org/posts/2017-01-03-enforcing-invariants-in-scala-datatypes.html
scala, functional
--- title: Enforcing invariants in Scala datatypes published: true date: 2017-01-03 00:00:00 UTC tags: scala, functional canonical_url: https://lepovirta.org/posts/2017-01-03-enforcing-invariants-in-scala-datatypes.html --- Scala provides many tools to help us build programs with less runtime errors. Instead of relyin...
lepovirta
503
Hi, I'm Jeff
Laborin for the love of code
0
2017-01-02T21:36:29
https://dev.to/yowainwright/hi-im-jeff
introductions
--- title: Hi, I'm Jeff published: true description: Laborin for the love of code cover_image: https://pbs.twimg.com/profile_images/809160802678603777/HUXRgxvC_400x400.jpg tags: introductions --- I have been laborin' for the love of code ~8 years. You can find me on GitHub as [yowainwright](https://github.com/yowainw...
yowainwright
501
Hi, I'm s_kilk
My introduction post
0
2017-01-02T10:50:00
https://dev.to/shanekilkelly/hi-im-skilk
introductions
--- title: Hi, I'm s_kilk published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 6 years. You can find me on Twitter as [@shanekilkelly](https://twitter.com/shanekilkelly) I live in Edinburgh, Scotland. I work for ShareLaTeX I mostly program in these language...
shanekilkelly
498
Why I prefer Kotlin
I've been an enterprise Java developer for a little over 10 years, and I've been using Java for just...
0
2017-01-02T09:40:51
https://dev.to/grahamcox82/why-i-prefer-kotlin
100daysofcode, kotlin, java
--- title: Why I prefer Kotlin published: true description: cover_image: tags: 100daysofcode, kotlin, java --- I've been an enterprise Java developer for a little over 10 years, and I've been using Java for just over 16 years - back when Java 1.3 was the latest and greatest. It's been a long ride. Back then there wer...
grahamcox82
497
Hi, I'm Abhishek Singh
My introduction post
0
2017-01-02T08:34:41
https://dev.to/abhishekcode/hi-im-abhishek-singh
introductions
--- title: Hi, I'm Abhishek Singh published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 4 years. You can find me on Twitter as [@Abvishek](https://twitter.com/Abvishek) I live in Mumbai. I work for Tekhne. I mostly program in these languages: JavaScript. I ...
abhishekcode
496
Clean Up Your Mac From Other Files
How to cleanup Your Mac From Other Files
0
2017-01-02T07:08:03
https://dev.to/vinitkumar/clean-up-your-mac-from-other-files
mac, cleanup, commandline, expert
--- title: Clean Up Your Mac From Other Files published: true description: "How to cleanup Your Mac From Other Files" cover_image: https://cldup.com/-iOX0p9Ob8-3000x3000.png tags: [mac, cleanup, command-line, expert] --- ![screenshot](https://cldup.com/-iOX0p9Ob8-3000x3000.png) Sometimes, your mac is filled up with ...
vinitkumar
495
Hi, I'm Jonathan Boudreau
My introduction post
0
2017-01-02T05:51:59
https://dev.to/aghost7/hi-im-jonathan-boudreau
introductions
--- title: Hi, I'm Jonathan Boudreau published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. You can find me on GitHub as [AGhost-7](https://github.com/AGhost-7) I mostly program in these languages: Javascript, Scala, Rust. I am currently learning more...
aghost7
494
Hi, I'm Bryan Naegele
My introduction post
0
2017-01-02T04:56:24
https://dev.to/bryannaegele/hi-im-bryan-naegele
introductions
--- title: Hi, I'm Bryan Naegele published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [bryannaegele](https://github.com/bryannaegele) I live in [city]. I work for [company] I mostly program in these languages: [l...
bryannaegele
436
Your first Progressive Web App on Rails
This tutorial demonstrates how to make a Progressive Web App on Rails using the serviceworker-rails gem
0
2017-01-02T04:17:41
https://dev.to/rossta/your-first-progressive-web-app-on-rails
rails, javascript
--- title: Your first Progressive Web App on Rails published: true description: This tutorial demonstrates how to make a Progressive Web App on Rails using the serviceworker-rails gem cover_image: 'https://rossta.net/assets/images/blog/stock/phone-photo-pexels-photo-77c18a3f.jpg' tags: Rails, JavaScript --- Discussion...
rossta
492
Hi, I'm Forest Hoffman
My introduction post
0
2017-01-02T02:06:50
https://dev.to/foresthoffman/hi-im-forest-hoffman
introductions
--- title: Hi, I'm Forest Hoffman published: true description: My introduction post cover_image: http://forest.stfhs.net/forest/wp-content/themes/forest_theme-1.1.2/images/dark-wood-tile.jpg tags: introductions --- Edit: Since this post is ancient, I've updated the personal site link. I have been coding for 11 years....
foresthoffman
491
Hi, I'm Nick Craver
My introduction post
0
2017-01-02T01:52:14
https://dev.to/nickcraver/hi-im-nick-craver
introductions
--- title: Hi, I'm Nick Craver published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 20 years. You can find me on GitHub as [NickCraver](https://github.com/NickCraver) I live in Winston-Salem, NC. I work for Stack Overflow. I mostly program in these language...
nickcraver
489
Hi, I'm Mahmoud Hossam
My introduction post
0
2017-01-02T00:54:13
https://dev.to/mahmoudhossam/hi-im-mahmoud-hossam
introductions
--- title: Hi, I'm Mahmoud Hossam published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 9 years. You can find me on GitHub as [mahmoudhossam](https://github.com/mahmoudhossam) I live in Cairo, Egypt. I work for Yaoota! I mostly program in these languages: Py...
mahmoudhossam
488
Hi, I'm Carlos Herrera
My introduction post
0
2017-01-02T00:51:02
https://dev.to/caherrera/hi-im-carlos-herrera
introductions
--- title: Hi, I'm Carlos Herrera published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on GitHub as [caherrera](https://github.com/caherrera) I mostly program in these languages: PHP, bash, HTML, CSS, JavaScript and some oldest langu...
caherrera