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
2,396
Logging done right, makes your life bright!
An article about debug logging, the problems and how we solved them.
0
2017-03-27T09:36:35
https://dev.to/grhegde09/logging-done-right-makes-your-life-bright
debugging, logging, c
--- title: Logging done right, makes your life bright! published: true description: An article about debug logging, the problems and how we solved them. cover_image: https://pixabay.com/get/e037b5062af41c22d9584518a33219c8b66ae3d110b1174192f3c371/coding-924920_1920.jpg tags: debugging, logging, c --- I have been worki...
grhegde09
2,395
Hi, I'm Alex Sergeev
My introduction post
0
2017-03-27T08:43:08
https://dev.to/alsedi/hi-im-alex-sergeev
introductions
--- title: Hi, I'm Alex Sergeev published: true description: My introduction post cover_image: tags: introductions --- I have been coding for more than 17 years. You can find me on Twitter as [@ALSEDI](https://twitter.com/ALSEDI) or [GitHub](https://github.com/alsedi) I live in Stockholm, Sweden. Atm I work for Dy...
alsedi
2,393
Hi, I'm Beren Rumble
My introduction post
0
2017-03-27T07:37:22
https://dev.to/berenr/hi-im-beren-rumble
introductions
--- title: Hi, I'm Beren Rumble published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [Berenr](https://github.com/Berenr) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I...
berenr
259,720
Interfaces
I am trying to understand interfaces and when to use them in my code. An interface defines a...
0
2020-02-14T21:16:33
https://www.funkysi1701.com/posts/interfaces-1kfa
softwaredevelopment, development, interface, csharp
--- title: Interfaces published: true date: 2017-03-27 07:00:38 UTC tags: SoftwareDevelopment,development,interface,csharp canonical_url: https://www.funkysi1701.com/posts/interfaces-1kfa --- I am trying to understand interfaces and when to use them in my code. An interface defines a contract and any class that imple...
funkysi1701
197,300
On Elevating Shell Scripts
Automatically obtaining superuser permissions always seemed likeblack magic. I have a vague idea of...
0
2019-10-29T23:34:30
http://hugomartins.io/blog/on-elevating-shell-scripts/
--- title: On Elevating Shell Scripts published: true date: 2017-03-27 00:17:46 UTC tags: canonical_url: http://hugomartins.io/blog/on-elevating-shell-scripts/ --- Automatically obtaining superuser permissions always seemed likeblack magic. I have a vague idea of how it works and I am very aware of their potential in...
caramelomartins
2,379
How do you track software feature requirements?
I believe we all agree that communication is a weak point of software development in a team and with...
0
2017-03-26T11:10:11
https://dev.to/simomios/how-do-you-track-sw-feature-requirements
discuss
--- title: How do you track software feature requirements? published: true tags: discuss --- I believe we all agree that communication is a weak point of software development in a team and with management. I think a software for making decisions on features (or more generally requirements), commenting on the options...
simomios
2,389
Hi, I'm Jim Liu
My introduction post
0
2017-03-26T21:13:11
https://dev.to/jimcal/hi-im-jim-liu
introductions
--- title: Hi, I'm Jim Liu published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [jimcal](https://github.com/jimcal) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I am c...
jimcal
2,388
Hi, I'm Nathanael CHERRIER
My introduction post
0
2017-03-26T20:54:02
https://dev.to/mindsers/hi-im-nathanael-cherrier
introductions, webdev, watercooler
--- title: Hi, I'm Nathanael CHERRIER published: true description: My introduction post cover_image: tags: introductions,webdev,watercooler --- I'm a Swift and JavaScript developper. I have been coding for 14 years (not in Swift, obviously). In love with open source. Passionate, trying to get better everyday while ...
mindsers
2,387
Hi, I'm Maria Mercedes Martinez
My introduction post
0
2017-03-26T20:03:29
https://dev.to/pistachiopony/hi-im-maria-mercedes-martinez
introductions
--- title: Hi, I'm Maria Mercedes Martinez published: true description: My introduction post cover_image: tags: introductions --- I have been coding for money for 3 years. You can find me on GitHub as [PistachioPony](https://github.com/PistachioPony) I live in Brooklyn NY. I worked for Dog On A Horse as a server d...
pistachiopony
20,728
Bit Masks
Bit masks are a computer science concept; in a nutshell, they represent optio...
0
2018-03-20T21:10:05
https://theopensourceu.org/bit-masks/
opensource, ossconcepts, computerscience, reference
--- title: "Bit Masks" published: true tags: OSS,oss-concepts,computer science,reference canonical_url: https://theopensourceu.org/bit-masks/ --- ![Bit Masks](https://theopensourceu.org/content/images/2017/08/binary-code-475664_1280.jpg) Bit masks are a computer science concept; in a nutshell, they represent options...
theopensourceu
2,386
Hi, I'm Lewis
My introduction post
0
2017-03-26T19:10:16
https://dev.to/lewismenelaws/hi-im-lewis
introductions
--- title: Hi, I'm Lewis published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. You can find me on Twitter as [@LewisMenelaws](https://twitter.com/LewisMenelaws) I live in Sarnia. I work for Tomorrow Media & Creative Marketing I mostly program in the...
lewismenelaws
2,384
Hi, I'm Sascha Bajonczak
My introduction post
0
2017-03-26T17:44:05
https://dev.to/saschadev/hi-im-sascha-bajonczak
introductions
--- title: Hi, I'm Sascha Bajonczak published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 14 years. You can find me on GitHub as [SBajonczak](https://github.com/SBajonczak) I live in Herne. I work for RealCore GmbH I mostly program in these languages: .Net. ...
saschadev
3,328
Build Vs Buy Decisions In Software Development
When to build software in-house and when to rely on third-party vendors.
0
2017-09-23T21:59:28
https://blog.professorbeekums.com/build-vs-buy-decisions/
--- title: "Build Vs Buy Decisions In Software Development" published: true tags: canonical_url: https://blog.professorbeekums.com/build-vs-buy-decisions/ cover_image: https://thepracticaldev.s3.amazonaws.com/i/9284oqw30peuzufgnoeg.png description: When to build software in-house and when to rely on third-party vendor...
pbeekums
2,383
Hi, I'm Abdulwasiu Alebiosu also known as Abwas
My introduction post
0
2017-03-26T15:26:39
https://dev.to/abwas/hi-im-abdulwasiu-alebiosu-also-known-as-abwas
introductions
--- title: Hi, I'm Abdulwasiu Alebiosu also known as Abwas published: true description: My introduction post cover_image: tags: introductions --- I'm a Tech Enthusiast, started learning to code early last year. You can find me on GitHub as Abwas (https://github.com/Abwas). I live in Lagos, Nigeria. I'm an avid and...
abwas
2,381
Hi, I'm Titipat Achakulvisut
My introduction post
0
2017-03-26T12:49:51
https://dev.to/titipata/hi-im-titipat-achakulvisut
introductions
--- title: Hi, I'm Titipat Achakulvisut published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [4] years. You can find me on Twitter as [@JexsOw](https://twitter.com/JexsOw) I live in [UAE]. I work for [null] I mostly program in these languages: [javascript,p...
titipata
2,380
Testing your Jekyll Website with Capybara
Making sure your blog keeps working
0
2017-03-26T12:27:13
https://dev.to/phil-hansch/testing-your-jekyll-website-with-capybara
ruby, jekyll, testing
--- title: Testing your Jekyll Website with Capybara published: true description: Making sure your blog keeps working cover_image: tags: ruby, jekyll, testing --- Cross posted from my personal blog: [Link](http://phansch.net/2017/03/13/testing-jekyll-websites/) Even when it is just a static website like this one, it...
phil-hansch
150,806
Transliterate Urdu to Roman Urdu In Python
I have written a small Urdu to Roman Urdu Conversion One to One mapping code in python. The table fo...
0
2019-08-02T13:22:00
https://medium.com/@itsShanKhan/transliterate-urdu-to-roman-urdu-in-python-614953b1a4d5
programming, urdu, translation, python
--- title: Transliterate Urdu to Roman Urdu In Python published: true tags: programming,urdu,translation,python canonical_url: https://medium.com/@itsShanKhan/transliterate-urdu-to-roman-urdu-in-python-614953b1a4d5 --- I have written a small Urdu to Roman Urdu Conversion One to One mapping code in python. The table f...
shanalikhan
2,377
How to build a SEO-friendly React blog with an API-based CMS
Build a CMS-powered blog using React, Next.js, and ButterCMS.
0
2017-03-26T02:45:34
https://dev.to/rogerjin12/how-to-build-a-seo-friendly-react-blog-with-an-api-based-cms
react, nextjs, node
--- title: How to build a SEO-friendly React blog with an API-based CMS published: true description: Build a CMS-powered blog using React, Next.js, and ButterCMS. cover_image: https://thepracticaldev.s3.amazonaws.com/i/7u4fjx2suyjmcshu0khg.png tags: react, next.js, node.js --- _For more content like this, follow [Butt...
rogerjin12
2,376
Howdy, I'm Brandon Wanamaker
My introduction post
0
2017-03-26T02:24:04
https://dev.to/bwanamaker/hi-im-brandon-wanamaker
introductions
--- title: Howdy, I'm Brandon Wanamaker published: true description: My introduction post cover_image: tags: introductions --- I have been coding for >1 year(s). You can find me on Twitter as [@testgathergrow](https://twitter.com/testgathergrow) I live in Nashville. I work for Lonely Planet. I mostly program in th...
bwanamaker
2,375
Hi, I'm HizPearl
My introduction post
0
2017-03-26T01:17:55
https://dev.to/hizpearl/hi-im-hizpearl
introductions
--- title: Hi, I'm HizPearl published: true description: My introduction post cover_image: tags: introductions --- I am new to coding. You can find me on GitHub as [HizPearl](https://github.com/HizPearl) I live in Brooklyn, NY. I work as an installer I'm currently learning javascript. I am currently learning mor...
hizpearl
2,363
My bio
Some random junk about me
0
2017-03-25T01:03:17
https://dev.to/jgarverick/my-bio
--- title: My bio published: true description: Some random junk about me cover_image: tags: --- So…about me. I’ll start by saying that I'm 100% self-taught. I did not go to school for computer science. I've unofficially been programming since the 5th grade, writing stupid programs in BASIC on the old Apple IIe, then...
jgarverick
2,374
Hi, I'm Christopher Walsh
My introduction post
0
2017-03-25T23:20:21
https://dev.to/walshification/hi-im-christopher-walsh
introductions
--- title: Hi, I'm Christopher Walsh published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. You can find me on GitHub as [walshification](https://github.com/walshification) I live in Chicago. I work for [Leapfrog](https://www.leapfrogonline.com/). I ...
walshification
2,371
As one does at three o'clock in the morning, I started a funky side project.
I will be merging one pull request per day.
0
2017-03-25T16:18:23
https://dev.to/ben/as-one-does-at-three-oclock-in-the-morning-i-started-a-funky-side-project
1pr, opensource, github
--- title: As one does at three o'clock in the morning, I started a funky side project. published: true description: I will be merging one pull request per day. cover_image: tags: 1pr, open-source, github --- ## I started a project called 1pr I will be accepting one pull request per day to [this repo](https://github...
ben
2,370
How to customise your git commit message
Six steps to defining your git commit workflow
0
2017-03-25T15:34:43
https://dev.to/ebud7/how-to-customise-your-git-commit-message-
git, bash
--- title: How to customise your git commit message published: true description: Six steps to defining your git commit workflow cover_image: tags: git,bash --- **1. Add default template directory** ```bash git config --global init.templatedir '~/.git-templates' ``` _Files and directories in the default template dir...
ebud7
2,368
Hi, I'm Garland Riley Jr.
My introduction post
0
2017-03-25T14:18:35
https://dev.to/garlandrileyjr/hi-im-garland-riley-jr
introductions
--- title: Hi, I'm Garland Riley Jr. published: true description: My introduction post cover_image: tags: introductions --- I have been coding for ~1 year 👨🏿”💻. You can find me on Twitter as [@GarlandRileyJr](https://twitter.com/GarlandRileyJr) & Github as [@Flex-Luthor](https://github.com/Flex-Luthor) I l...
garlandrileyjr
2,366
Hello, World!
My introduction post
0
2017-03-25T13:14:34
https://dev.to/afonsograca/hello-world
introductions
--- title: Hello, World! published: true description: My introduction post tags: introductions cover_image: https://scontent.flis6-1.fna.fbcdn.net/v/t31.0-8/14352389_10154033238398845_2520808031322709502_o.jpg?oh=df2ba2adb97a1ef361c9f10ac3a2dc7a&oe=599B52C7 --- Software developer and UX enthusiast, currently working f...
afonsograca
2,359
Hello World Blog Template
Copy/paste this Hello World Blog Template and write your first blog post in no time.
0
2017-03-24T21:02:35
https://dev.to/josegonz321/hello-world-blog-template
blogging
--- title: Hello World Blog Template published: true description: Copy/paste this Hello World Blog Template and write your first blog post in no time. cover_image: http://www.mindbodysouldeveloper.com/wp-content/uploads/2017/04/hello-world.jpg tags: blogging --- *Originally posted at: http://www.mindbodysouldeveloper...
josegonz321
2,357
Hi, I'm Alvaro Cavalcanti
My introduction post
0
2017-03-24T18:10:35
https://dev.to/alvarocavalcanti/hi-im-alvaro-cavalcanti
introductions
--- title: Hi, I'm Alvaro Cavalcanti published: true description: My introduction post cover_image: tags: introductions --- I have been coding for almost 20 years. You can find me on Twitter as [@alvarocavalcant](https://twitter.com/alvarocavalcant) I live in Recife (Pernambuco, Brasil). I work for ThoughtWorks I...
alvarocavalcanti
2,356
Hi, I'm Giovanni Villegas
My introduction post
0
2017-03-24T16:45:27
https://dev.to/gvillegas/hi-im-giovanni-villegas
introductions
--- title: Hi, I'm Giovanni Villegas published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 16 years. You can find me on GitHub as [gvillegas](https://github.com/gvillegas) I live in Medellín. I work for Livevox I mostly program in these languages: Java and ...
gvillegas
2,352
Hi, I'm Chris Roe
My introduction post
0
2017-03-24T15:06:04
https://dev.to/dijitalmunky/hi-im-chris-roe
introductions
--- title: Hi, I'm Chris Roe published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 25+ years. No, I am not that old! but I have been doing programming tasks since I was about 10... You can find me on GitHub as [dijitalmunky](https://github.com/dijitalmunky) I ...
dijitalmunky
2,348
Hi, I'm Gregory Jarrige
Dev Senior
0
2017-03-24T12:56:47
https://dev.to/gregja/hi-im-gregory-jarrige
introductions
--- title: Hi, I'm Gregory Jarrige published: true description: Dev Senior cover_image: tags: introductions --- I have been coding for +30 years. You can find me on GitHub as [gregja](https://github.com/gregja) I live closed to Paris. I work as independant. I mostly program in these languages: JS, PHP, SQL. HTM...
gregja
2,351
Hi, I'm Lizzie
My introduction post
0
2017-03-24T14:43:14
https://dev.to/llexical/hi-im-lizzie
introductions
--- title: Hi, I'm Lizzie published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 4 years. You can find me on GitHub as [llexical](https://github.com/llexical) I live in London. I work for [HubbleHQ](https://hubblehq.com) I mostly program in these languages: J...
llexical
348,707
The Birth of Fresh CSS
I was suppose to write an article each week for 52-Week Writing Challenge , but I was sick the entire...
0
2020-06-20T03:32:33
https://medium.com/@shashilo0428/the-birth-of-fresh-css-3419491ec634
webdev, css, sass, grid
--- title: The Birth of Fresh CSS published: true date: 2017-03-24 13:58:33 UTC tags: webdevelopment,css,sass,grid canonical_url: https://medium.com/@shashilo0428/the-birth-of-fresh-css-3419491ec634 --- I was suppose to write an article each week for [**52-Week Writing Challenge**](https://writingcooperative.com/the-5...
shashi_lo
2,350
Hi, I'm Valentin Pearce
My introduction post
0
2017-03-24T13:56:39
https://dev.to/valentinpearce/hi-im-valentin-pearce
introductions
--- title: Hi, I'm Valentin Pearce published: true description: My introduction post cover_image: tags: introductions --- I have been coding for about 10 years though my first script was a .bat file pting an infinite list of random numbers, electric green on black on my school's WinXP machines. I live in Plouha, a ...
valentinpearce
2,349
React From Zero
A simple React tutorial.
0
2017-03-24T13:49:03
https://dev.to/kayis/react-from-zero
react, tutorial
--- title: React From Zero published: true description: A simple React tutorial. cover_image: tags: react, tutorial --- _TL;DR Here is the [repository](https://github.com/kay-is/react-from-zero) :)_ I was rather sick and still am a bit, so no post last week. :( But today I updated my small React tutorial: __React F...
kayis
2,344
Javascript Poem
Recently, I've read through "If Hemingway Wrote JavaScript" by Angus Croll. The...
0
2017-03-24T13:00:17
https://dev.to/sethrah/javascript-poem
poetry, codepoetry
--- title: Javascript Poem published: true description: cover_image: https://www.scholastic.com/content/dam/teachers/lesson-plans/2016-2017/introduction-poetry-unit-lesson-plan-4-3.jpg tags: poetry, code poetry --- Recently, I've read through ["If Hemingway Wrote JavaScript"](http://a.co/644J0Ed) by [Angus Croll](htt...
sethrah
2,347
Hi, I'm Mario Durán
My introduction post
0
2017-03-24T12:04:35
https://dev.to/mrmaux/hi-im-mario-durn
introductions
--- title: Hi, I'm Mario Durán published: true description: My introduction post cover_image: tags: introductions --- I have been coding for about 17 years. You can find me on Twitter as [@MrMaux](https://twitter.com/MrMaux) I live in Wheaton IL. I work for Orinoco Systems I mostly program in Javascript but I ca...
mrmaux
1,626
What convolutional neural networks look at when they see nudity
Automating the discovery of nude pictures has been a central problem in computer vision for over two decades now and, because of its rich history and straightforward goal, serves as a great example of how the field has evolved.
0
2017-03-24T08:12:49
http://blog.clarifai.com/what-convolutional-neural-networks-see-at-when-they-see-nudity/#.WLnEsxIrJTZ
computervision, neuralnetworks, deeplearning
--- title: "What convolutional neural networks look at when they see nudity" published: true description: Automating the discovery of nude pictures has been a central problem in computer vision for over two decades now and, because of its rich history and straightforward goal, serves as a great example of how the field...
rycpt
1,712
Software Imagineering
Design and engineering often seem like opposed forces – how can we compromise between the two to give users the best possible experiences?
0
2017-03-24T06:34:19
https://dev.to/joshua/software-imagineering
design, ux, frontend, compromise
--- title: Software Imagineering published: true description: Design and engineering often seem like opposed forces – how can we compromise between the two to give users the best possible experiences? cover_image: http://c1.staticflickr.com/9/8152/7171187414_fe7cb34a8e_h.jpg tags: design, ux, front-end, compromise ...
joshua
2,346
Hi, I'm Ryan Martin
My introduction post
0
2017-03-24T06:14:02
https://dev.to/ryolyo/hi-im-ryan-martin
introductions
--- title: Hi, I'm Ryan Martin published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [ryolyo](https://github.com/ryolyo) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I ...
ryolyo
2,345
Your Favorite Framework is not Enough
Yes! You may be a fan of a very awesome wow Framework X. But: Nobody's perfect. Living by supportin...
0
2017-03-24T00:45:00
https://dev.to/samsonasik/your-favorite-framework-is-not-enough
framework, collaboration
--- title: Your Favorite Framework is not Enough published: true description: cover_image: tags: framework, collaboration --- Yes! You may be a fan of a very awesome wow Framework **X**. But: > Nobody's perfect. Living by supporting each other is the game called life. > _Kamen Rider Skull._ You can of course twe...
samsonasik
18,522
Moving a WordPress site into a Docker Container
WordPress is a very popular and flexible Content Management System (CMS). If ...
0
2018-02-02T20:14:03
https://stephenafamo.com/blog/moving-wordpress-docker-container/
programming, dockercompose, docker
![docker-wordpress](https://i1.wp.com/stephenafamo.com/blog/wp-content/uploads/2017/03/docker-wordpress.png?fit=944%2C496&ssl=1) WordPress is a very popular and flexible Content Management System \(CMS\). If you build websites, you are likely to have worked with \(or had someone ask you to\) WordPress. There are seve...
stephenafamo
254,874
7 Ways to Define a Component Template in Vue.js
There are plenty of ways you can define a component template in Vue. In this article, we'll go through examples of each and address the pros and cons so you know which one is the best to use in any particular situation.
0
2017-03-24T00:00:00
https://dev.to/anthonygore/7-ways-to-define-a-component-template-in-vue-js-3hdh
vue, templates, jsx, components
--- title: "7 Ways to Define a Component Template in Vue.js" description: "There are plenty of ways you can define a component template in Vue. In this article, we'll go through examples of each and address the pros and cons so you know which one is the best to use in any particular situation." date: 2017/03/24 publish...
anthonygore
3,514
DevNet Create: Where Applications meet Codefrastructure!
In DevOps circles (and beyond), there’s a concept called Infrastructure as Code...
0
2018-02-10T22:21:36
https://blog.devnetcreate.io/codefrastructure-f8ff673d32ba
cloudcomputing, cloudfrastructure, serverless, devnetcreate
--- title: "DevNet Create: Where Applications meet Codefrastructure!" published: true tags: cloud-computing,cloudfrastructure,serverless,devnetcreate canonical_url: https://blog.devnetcreate.io/codefrastructure-f8ff673d32ba --- In DevOps circles (and beyond), there’s a concept called Infrastructure as Code, or as I li...
aroach
2,343
Announcing Crystal CodeCamp SF2017
Learn, engage and share
0
2017-03-23T21:25:14
https://crystal-lang.org/2017/03/23/announcing-crystal-codecamp-sf2017.html
crystallang
--- title: "Announcing Crystal CodeCamp SF2017" published: true description: Learn, engage and share tags: crystal-lang canonical_url: https://crystal-lang.org/2017/03/23/announcing-crystal-codecamp-sf2017.html --- _This blogpost was originally posted by [María Inti David](https://manas.tech/staff/mdavid/) on [the of...
spalladino
2,342
Hi, I'm Chase
My introduction post
0
2017-03-23T20:05:55
https://dev.to/chasecbw/hi-im-chase
introductions
--- title: Hi, I'm Chase published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. You can find me on GitHub as [chasecbw](https://github.com/chasecbw) I live in Seattle. I work for coolblueweb I mostly program in php. I am currently learning more abou...
chasecbw
2,338
Hi, I'm Roland Awemo
My introduction post
0
2017-03-23T18:17:01
https://dev.to/rawroland/hi-im-roland-awemo
introductions
--- title: Hi, I'm Roland Awemo published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [rawroland](https://github.com/rawroland) I live in [city]. I work for [company] I mostly program in these languages: [language...
rawroland
2,336
Building Small Apps with React - Cerebro
Guide developers that newly learned React to build a small but useful app with Cerebro
0
2017-03-23T18:05:50
https://dev.to/brainmaestro/building-small-apps-with-react---cerebro
cerebro, react
--- title: Building Small Apps with React - Cerebro published: true description: Guide developers that newly learned React to build a small but useful app with Cerebro cover_image: tags: cerebro, react --- _Originally posted [here](https://github.com/BrainMaestro/primer/blob/master/react/building-small-apps-with-react...
brainmaestro
48,786
monument
Over the past several years I’ve been working on a new application framework for nodejs. Monument is...
0
2018-09-20T12:34:01
http://designfrontier.net/monument
monument, development, opensource
--- title: monument published: true tags: monument,development,oss canonical_url: http://designfrontier.net/monument --- Over the past several years I’ve been working on a new application framework for nodejs. Monument is currently on it’s second major release. ## What is Monument Monument is focused on three things...
designfrontier
2,333
Programming in VR
How do you change VR into a platform that can create an ecosystem as diverse as the monitor/keyboard/mouse combo?
0
2017-03-23T16:24:38
https://dev.to/shemit/programming-in-vr
virtualreality, uidesign
--- title: Programming in VR published: true description: How do you change VR into a platform that can create an ecosystem as diverse as the monitor/keyboard/mouse combo? cover_image: tags: virtual reality, UI design --- During my development of _Snowday_, I’ve had the chance to reflect on the programming process in ...
shemit
2,332
The Best Course I Took
...
0
2017-03-23T14:39:33
https://dev.to/pbeekums/the-best-course-i-took
refactoring, education, college, courses
--- title: The Best Course I Took published: true description: There was one course in college that ended up being the most valuable to me in my career. Many courses cover theory, but this one covered how software development works in the real world. cover_image: https://www.rit.edu/gccis/computingsecurity/sites/rit.ed...
pbeekums
2,331
Hi, I'm Gage
My introduction post
0
2017-03-23T14:17:16
https://dev.to/justgage/hi-im-gage
introductions
--- title: Hi, I'm Gage published: true description: My introduction post cover_image: tags: introductions --- I have been coding since high school. You can find me on GitHub as [justgage](https://github.com/justgage) I work for Podium I mostly program in these languages: Elixir, Ruby, JavaScript, and Elm. I am c...
justgage
2,330
Hi, I'm ɐʞƨ!uɐʞ
...
0
2017-03-23T13:50:50
https://dev.to/grulab/hi-im-u
introductions
--- title: Hi, I'm ɐʞƨ!uɐʞ published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3+ years. You can find me on GitHub as [GruLab](https://github.com/GruLab) I live in Pune, India. I work for cdac I mostly program in these languages: Puthon, Ruby I am cu...
grulab
2,329
Hi, I'm Arian Maykon
My introduction post
0
2017-03-23T13:08:35
https://dev.to/arianmaykon/hi-im-arian-maykon
introductions
--- title: Hi, I'm Arian Maykon published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 11 years. You can find me on Twitter as [@arianmaykon](https://twitter.com/arianmaykon) I live in São Paulo, Brazil. I work for Lendico Brasil I mostly program in these la...
arianmaykon
2,296
First Real Post - Game Side Project
From the dev.to() community. Sharing ideas that makes us all better developers.
0
2017-03-23T12:50:58
https://dev.to/sethrah/first-real-post---game-side-project
--- title: First Real Post - Game Side Project published: true description: cover_image: tags: game programming, amateur game programming, side projects --- So far I've only actually posted my introduction so this is my first real post. Jumping right in, I recently decided to try my luck at game programming. I hav...
sethrah
2,328
Hi, I'm Vincenzo "vikkio88"
My introduction post
0
2017-03-23T12:33:29
https://dev.to/vikkio88/hi-im-vincenzo-vikkio88
introductions
--- title: Hi, I'm Vincenzo "vikkio88" published: true description: My introduction post cover_image: tags: introductions --- I have been coding for some years. You can find me on GitHub as [vikkio88](https://github.com/vikkio88) I live in Chester, UK. I work for [SykesCottages](https://twitter.com/SykesDev) I mo...
vikkio88
2,327
Creating RESTful API Using Slim Micro-Framework
This tutorial is an introduction to Slim and how you can use it to create a RESTful API.
0
2017-03-23T11:51:51
https://dev.to/cloudways/creating-restful-api-using-slim-micro-framework
slim, phpmicroframework, php, restapi
--- title: Creating RESTful API Using Slim Micro-Framework published: true description: This tutorial is an introduction to Slim and how you can use it to create a RESTful API. cover_image: https://www.cloudways.com/blog/wp-content/uploads/rest-api-slim-framework.jpg tags: slim, php micro framework, php, rest api --- ...
cloudways
2,326
Hi, I'm dot_Sp0T
Sup?
0
2017-03-23T10:20:36
https://dev.to/dotsp0t/hi-im-dotsp0t
introductions
--- title: Hi, I'm dot_Sp0T published: true description: Sup? cover_image: tags: introductions --- I have been coding for 7 years. You can find me on GitHub as [dotSp0T](https://github.com/dotSp0T) but there's not too much on there I am showing off :/ I live in Switzerland where the weather is always sunny and we s...
dotsp0t
2,325
Create a landing page with Sinatra, Google Spreadsheets, and Ruby
Build a landing page for a new application using Google Spreadsheets as a data store and the Sinatra web framework.
0
2017-03-23T09:24:56
https://www.twilio.com/blog/2017/03/create-a-landing-page-with-sinatra-google-spreadsheets-and-ruby.html
ruby, database, googlespreadsheets, sinatra
--- title: Create a landing page with Sinatra, Google Spreadsheets, and Ruby published: true description: Build a landing page for a new application using Google Spreadsheets as a data store and the Sinatra web framework. cover_image: https://www.twilio.com/blogwp-content/uploads/2017/03/devto_header.png tags: ruby, da...
philnash
2,324
On Embeddable Dependencies
I'm a big fan of automated testing, and of self contained development systems. In part this comes f...
0
2017-03-23T08:47:56
https://dev.to/grahamcox82/on-embeddable-dependencies
testing
--- title: On Embeddable Dependencies published: true description: cover_image: tags: testing --- I'm a big fan of automated testing, and of self contained development systems. In part this comes from having suffered through the lack of this in the past. Having to depend on systems that are hosted elsewhere and man...
grahamcox82
2,323
Senior Full Stack Developer
Passionate Software Craftsman / Clean Coder / Optimist / GST beginner
0
2017-03-23T08:24:56
https://dev.to/musten_/senior-full-stack-developer
--- title: Senior Full Stack Developer published: true description: Passionate Software Craftsman / Clean Coder / Optimist / GST beginner cover_image: tags: ---
musten_
2,322
TIL - Using "Box Model" of Chrome Dev Tools
Today I learned how to use "Box Model" of Chrome Dev Tools to my advantage.
0
2017-03-23T07:27:31
https://dev.to/amit_merchant/til---using-box-model-of-chrome-dev-tools
chrome, devtools, tips, css
--- title: TIL - Using "Box Model" of Chrome Dev Tools published: true description: Today I learned how to use "Box Model" of Chrome Dev Tools to my advantage. cover_image: tags: Chrome,DevTools,Tips,CSS --- We all know how good is Chrome Dev Tools when it comes to the web debugging capabilities. There are number of ...
amit_merchant
47,697
Using Javascript Arrow Functions
Classical JavaScript function syntax doesn’t provide for any flexibility, be that a 1 statement fun...
0
2018-09-04T21:00:46
https://medium.com/@chuksFestus/using-javascript-arrow-functions-6d4624c568b4
javascript, es6
--- title: Using Javascript Arrow Functions published: true tags: javascript,es6 canonical_url: https://medium.com/@chuksFestus/using-javascript-arrow-functions-6d4624c568b4 --- ![](https://cdn-images-1.medium.com/max/1024/1*9s_UE0CM6cz2XJq8CTf29w.jpeg) Classical JavaScript function syntax doesn’t provide for any fle...
chuksfestus
2,321
Hi, I'm Pascal Girkinger
My introduction post
0
2017-03-23T07:07:16
https://dev.to/pascalgirkinger/hi-im-pascal-girkinger
introductions
--- title: Hi, I'm Pascal Girkinger published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 4 years. You can find me on Twitter as [@PascalGirkinger](https://twitter.com/PascalGirkinger) I live in Steyr, Austria. I'm still in education. I mostly program in the...
pascalgirkinger
2,320
Hi, I'm tiamunley
My introduction post
0
2017-03-23T04:00:09
https://dev.to/tiamunley/hi-im-tiamunley
introductions
--- title: Hi, I'm tiamunley published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 17 years. You can find me on GitHub as [tiamunley](https://github.com/tiamunley) I live in the San Francisco bay area. I work for Facebook I mostly program in these languages...
tiamunley
2,312
Hi, I'm Justin Lim
My introduction post
0
2017-03-23T02:46:13
https://dev.to/juslwk/hi-im-justin-lim
introductions
--- title: Hi, I'm Justin Lim published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on GitHub as [Juslwk](https://github.com/Juslwk) I live in Kuala Lumpur. I work for [company] I mostly program in these languages: C#. I am current...
juslwk
2,311
iOS Crash Symbolication For Dummies Part 1
iOS Crash Symbolication demystified
0
2017-03-23T00:38:42
https://www.bugsee.com/blog/ios-crash-symbolication-dummies-part-1/
apple, ios, crashreport, symbolication
--- title: iOS Crash Symbolication For Dummies Part 1 published: true description: iOS Crash Symbolication demystified canonical_url: https://www.bugsee.com/blog/ios-crash-symbolication-dummies-part-1/ cover_image: https://static.pexels.com/photos/169573/pexels-photo-169573.jpeg tags: Apple, iOS, Crash Report, Symbolic...
fishmanalex
2,310
Hi, I'm Alex Fishman
My introduction post
0
2017-03-23T00:11:19
https://dev.to/fishmanalex/hi-im-alex-fishman
introductions
--- title: Hi, I'm Alex Fishman published: true description: My introduction post cover_image: tags: introductions --- I have been coding for about 22 years. You can find me on Twitter as [@fishmanalex](https://twitter.com/fishmanalex) I live in San Jose, CA. I work for [Bugsee](https://www.bugsee.com) Nice to me...
fishmanalex
2,309
Hi, I'm Mario D'Arco
My introduction post
0
2017-03-22T23:38:44
https://dev.to/mariod78/hi-im-mario-darco
introductions
--- title: Hi, I'm Mario D'Arco published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 20 years. You can find me on Twitter as [@marioD78](https://twitter.com/marioD78) I live in Manchester. I work for OnTheBeach. I mostly program in these languages: Ruby, ...
mariod78
2,308
Hi, I'm Willi 👨🏼‍💻
...
0
2017-03-22T19:58:24
https://dev.to/timwillsie/hi-im-willi-
introductions
--- title: Hi, I'm Willi 👨🏼‍💻 published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 12 years. You can find me on Twitter as [@timwillsie](https://twitter.com/timwillsie) I live in Germany. I mostly program in these languages: PHP, Javascript, Java....
timwillsie
2,307
Holla Amigos! ✌
I'm a motherf'ckin starboy. 💯
0
2017-03-22T19:58:16
https://dev.to/deyanpeychev00/holla-amigos-
javascript, c, frontend, web
--- title: Holla Amigos! ✌ published: true description: I'm a motherf'ckin starboy. 💯 cover_image: tags: javascript, c, frontend, web ---
deyanpeychev00
2,306
Flying Solo with Android Development
Five months ago, I took a leap from small team to no team when I joined a seed-funded startup of six employees as their only Android engineer.
0
2017-03-22T19:31:06
https://dev.to/anitas3791/flying-solo-with-android-development
androiddevelopment, softwaredevelopment, solo
--- title: "Flying Solo with Android Development" published: true description: Five months ago, I took a leap from small team to no team when I joined a seed-funded startup of six employees as their only Android engineer. cover_image: http://i.imgur.com/b1ghjEC.png tags: Android development, software development, solo ...
anitas3791
2,305
Introduction
a little bit about Matt from Produce
0
2017-03-22T18:50:36
https://dev.to/mattfromproduce/introduction
intro, web
--- title: Introduction published: true description: a little bit about Matt from Produce cover_image: tags: intro, web --- o/ Hi, I'm Matt from Produce. I no longer work in produce, but if you've ever worked in a grocery store, you know that produce is the best department. Produce life. I recently graduated with a...
mattfromproduce
48,785
Critiques and Code Reviews
This is another of my attempts to clear out my drafts folder. I started writing it on 3 August 2011 (...
0
2018-09-18T12:48:10
http://designfrontier.net/critiques-and-code-reviews
design, development, code, critique
--- title: Critiques and Code Reviews published: true tags: design,development,code,critique canonical_url: http://designfrontier.net/critiques-and-code-reviews --- _This is another of my attempts to clear out my drafts folder. I started writing it on 3 August 2011 (So long ago!). Still seems relevant._ Let’s talk ab...
designfrontier
2,303
Hi, I'm Devin Gleason Lambert
My introduction post
0
2017-03-22T16:18:33
https://dev.to/dglambert/hi-im-devin-gleason-lambert
introductions
--- title: Hi, I'm Devin Gleason Lambert published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [dglambert](https://github.com/dglambert) I live in [city]. I work for [company] I mostly program in these languages: ...
dglambert
2,302
Hi, I'm Jyotman Singh
My introduction post
0
2017-03-22T15:57:20
https://dev.to/jyotman/hi-im-jyotman-singh
introductions
--- title: Hi, I'm Jyotman Singh published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. You can find me on GitHub as [jyotman](https://github.com/jyotman) or visit my [blog](http://www.jyotman.xyz). I live in New Delhi. I mostly program in these langu...
jyotman
2,300
Hi, I'm Damien
My introduction post
0
2017-03-22T15:18:06
https://dev.to/enterthusiast/hi-im-damien
introductions, javascript
--- title: Hi, I'm Damien published: true description: My introduction post cover_image: http://englishfromfriends.com/blog/wp-content/uploads/2010/09/noob.jpg tags: introductions, javascript --- I have been coding for a little more than 1 year. You can find me on Twitter as [@Enterthusiast](https://twitter.com/Enter...
enterthusiast
2,233
Diving Into the Results of the 2017 Stack Overflow Developer Survey
60,000 developers dishing the goods
0
2017-03-22T14:47:45
https://dev.to/walker/diving-into-the-results-of-the-2017-stack-overflow-developer-survey
stacksurvey17, data, statistics
--- title: Diving Into the Results of the 2017 Stack Overflow Developer Survey published: true description: 60,000 developers dishing the goods cover_image: http://i.imgur.com/vtDLo9j.png tags: stacksurvey17, data, statistics --- _Note from **dev.to**: We will be having a 1pm EDT Twitter chat today (March 22) to disc...
walker
2,267
Hi, I'm Dejan Duracoski
My introduction post
0
2017-03-21T22:45:21
https://dev.to/dedurus/hi-im-dejan-duracoski
introductions
--- title: Hi, I'm Dejan Duracoski published: true description: My introduction post tags: introductions --- I have been coding for 11 years. I live in Struga, MK. I'm freelancer. I mostly program in these languages: JavaScript. I am currently learning more about Node. Nice to meet you.
dedurus
2,298
Hi, I'm Mikhail Stralenia
My introduction post
0
2017-03-22T13:44:10
https://dev.to/focke___wulf/hi-im-mikhail
introductions
--- title: Hi, I'm Mikhail Stralenia published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. You can find me on Twitter as [@Focke___Wulf](https://twitter.com/Focke___Wulf) I live in Minsk. I work for iTechArt I mostly program in these languages: C#, ...
focke___wulf
2,295
Hi, I'm Christopher Howie
My introduction post
0
2017-03-22T12:59:47
https://dev.to/chowie/hi-im-christopher-howie
introductions
--- title: Hi, I'm Christopher Howie published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 20 years. You can find me on GitHub as [chowie](https://github.com/chowie) I live in Lansing, MI. I work for Michigan Interactive, NIC Services. I mostly program in th...
chowie
2,293
Hi, I'm Konrad K Sobon
My introduction post
0
2017-03-22T12:13:04
https://dev.to/ksobon/hi-im-konrad-k-sobon
introductions
--- title: Hi, I'm Konrad K Sobon published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [3] years. You can find me on GitHub as [ksobon](https://github.com/ksobon) I live in [New York]. I work for [Archi-Lab,LLC] I mostly program in these languages: [python,...
ksobon
2,292
Hi, I'm Slim Amamou
My profile
0
2017-03-22T11:59:59
https://dev.to/slim/hi-im-slim-amamou
introductions
--- title: Hi, I'm Slim Amamou published: true description: My profile cover_image: tags: introductions --- I have been coding for 29 years. You can find me on GitHub as [slim](https://github.com/slim) I live in Tunis. I work for ALIXSYS I mostly program in these languages: php, html, javascript. I am currently ...
slim
2,291
Hi, I'm Aidan
My introduction post
0
2017-03-22T11:06:44
https://dev.to/aidan_email/hi-im-aidan
introductions
--- title: Hi, I'm Aidan published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@aidan_email](https://twitter.com/aidan_email) I live in [city]. I work for [company] I mostly program in these languages: [language...
aidan_email
2,290
Hi, I'm Pablosproject
My introduction post
0
2017-03-22T10:44:03
https://dev.to/pablosproject/hi-im-pablosproject
introductions
--- title: Hi, I'm Pablosproject published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 6 years. You can find me on GitHub as [pablosproject](https://github.com/pablosproject) I live in Brescia (Italy). I work remotely for [Mobile Jazz] (https://mobilejazz.com...
pablosproject
2,288
Hello dev.to!
a quick intro
0
2017-03-22T10:16:32
https://dev.to/coderwurst/helloooo
introductions
--- title: Hello dev.to! published: true description: a quick intro cover_image: tags: introductions --- **me**: I started coding in 2014, first in Java, then in HTML/CSS & JavaScript, then back to Java and currently working as a UI/UX Designer **tools**: Visual Studio Code, Brackets, GitHub, GitLab **languages**...
coderwurst
2,286
Hi, I'm Pierre TILLOY
My introduction post
0
2017-03-22T09:59:17
https://dev.to/lvminia/hi-im-pierre-tilloy
introductions
--- title: Hi, I'm Pierre TILLOY published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 7 years. You can find me on GitHub as [lvminia](https://github.com/lvminia) I live in Lyon. I work for my own startup Spot It, which allow people to find spots to ride on s...
lvminia
2,285
Hi, I'm CharlesGarth
My introduction post
0
2017-03-22T09:48:46
https://dev.to/charlesgarth/hi-im-charlesgarth
introductions
--- title: Hi, I'm CharlesGarth published: true description: My introduction post cover_image: tags: introductions --- I have been coding for NaN years. You can find me on GitHub as [CharlesGarth](https://github.com/CharlesGarth) I live in undefined. I work for null I mostly program in these languages: [...]. I ...
charlesgarth
6,841
2.5 angles on singletons in C#
This is not a thorough walk through of the technical pros and cons of different singleton patterns in...
0
2018-02-10T22:33:43
https://blog.jonstodle.com/2-5-angles-on-singletons-in-c/
c, programming
--- title: "2.5 angles on singletons in C#" published: true tags: C#, programming canonical_url: https://blog.jonstodle.com/2-5-angles-on-singletons-in-c/ --- This is not a thorough walk through of the technical pros and cons of different singleton patterns in C#. This is just me philosophizing over the three approach...
jonstodle
2,284
Hi, I'm Denny Biasiolli
My introduction post
0
2017-03-22T09:47:44
https://dev.to/dennybiasiolli/hi-im-denny-biasiolli
introductions
--- title: Hi, I'm Denny Biasiolli published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 11 years. You can find me on GitHub as [dennybiasiolli](https://github.com/dennybiasiolli) I live in Savigliano (CN) - Italy. I work for Maieutical Labs S.r.l. I mostly ...
dennybiasiolli
2,283
Hi, I'm Carles Mateu
My introduction post
0
2017-03-22T09:17:24
https://dev.to/carlesm/hi-im-carles-mateu
introductions
--- title: Hi, I'm Carles Mateu published: true description: My introduction post cover_image: tags: introductions --- I have been coding for way too years. I started on Z80 assembly at 12, and I way beyond 40.... You can find me on GitHub as [carlesm](https://github.com/carlesm) I live in Lleida, Catalonia. I wo...
carlesm
2,281
Always install Bundler alongside Ruby with rbenv
A quick tip to make sure Bundler is installed when you install Ruby with rbenv
0
2017-03-22T08:46:41
https://philna.sh/blog/2017/03/22/always-install-bundler-alongside-ruby-with-rbenv/
ruby, bundler, rbenv
--- title: Always install Bundler alongside Ruby with rbenv published: true description: A quick tip to make sure Bundler is installed when you install Ruby with rbenv cover_image: https://philna.sh/images/bundler.png tags: ruby, bundler, rbenv canonical_url: https://philna.sh/blog/2017/03/22/always-install-bundler-alo...
philnash
2,279
Hi, I'm Piyush
My introduction post
0
2017-03-22T06:36:31
https://dev.to/gaur_piyush/hi-im-piyush
introductions
--- title: Hi, I'm Piyush published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on Twitter as [@gaur_piyush](https://twitter.com/gaur_piyush) I live in New Delhi. I work for TATA Consultancy Services. I mostly program in these langu...
gaur_piyush
2,278
(Don't Fear) The Regex: A Practical Introduction to Regular Expressions
Learn the answer to the question, "What are regular expressions, and why should I care?"
0
2017-03-22T05:17:36
https://dev.to/hawkinjs/dont-fear-the-regex-a-practical-introduction-to-regular-expressions
regex
--- title: "(Don't Fear) The Regex: A Practical Introduction to Regular Expressions" published: false description: Learn the answer to the question, "What are regular expressions, and why should I care?" cover_image: tags: regex published: true --- Have you ever used strings before? That's right, those "arrays of cha...
hawkinjs
2,277
Walking in unfamiliar shoes: Ruby feels weird to me.
I've been using python for years, and I just wrote my first program in ruby. There are some things that feel weird to me. This is not a very informative post, but more of a diary of my experience as a first-time user.
0
2017-03-22T05:02:47
https://dev.to/_bigblind/walking-in-unfamiliar-shoes-ruby-feels-weird-to-me
ruby, firsttime, programminglanguages
--- title: "Walking in unfamiliar shoes: Ruby feels weird to me." published: true description: I've been using python for years, and I just wrote my first program in ruby. There are some things that feel weird to me. This is not a very informative post, but more of a diary of my experience as a first-time user. cover_i...
_bigblind
2,275
So, you're new to hackathons.
How to prepare and what to expect
0
2017-03-22T03:34:33
https://dev.to/kimcodes/so-youre-new-to-hackathons
--- title: So, you're new to hackathons. published: true description: How to prepare and what to expect cover_image: tags: --- # So, you're new to hackathons. #### How to prepare and what to expect A hackathon is an event where people from all kinds of backgrounds (not just Software/Computer Science students) come t...
kimcodes
2,274
Hi, I'm Evy Kassirer
My introduction post
0
2017-03-22T03:24:50
https://dev.to/evykassirer/hi-im-evy-kassirer
introductions
--- title: Hi, I'm Evy Kassirer published: true description: My introduction post cover_image: tags: introductions --- You can find me on GitHub as [evykassirer](https://github.com/evykassirer) I like to build code for social good and sing in choirs (and conduct them sometimes!) I love my communities. I'm currently ...
evykassirer
2,273
Hi, I'm Roberto Carlos García Luis
My introduction post
0
2017-03-22T02:52:36
https://dev.to/rkgarcia/hi-im-roberto-carlos-garca-luis
introductions
--- title: Hi, I'm Roberto Carlos García Luis published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 5 years. You can find me on GitHub as [rkgarcia](https://github.com/rkgarcia) I live in Oaxaca, Mexico. I work for Kairos Systems I mostly program in these l...
rkgarcia
2,272
Hi, I'm Brian Bancroft
My introduction post
0
2017-03-22T02:30:47
https://dev.to/brianbancroft/hi-im-brian-bancroft
introductions
--- title: Hi, I'm Brian Bancroft published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 1 years. You can find me on GitHub as [brianbancroft](https://github.com/brianbancroft) I live in Toronto. I mostly program in these languages: JS, Ruby, Python. I am cur...
brianbancroft
2,271
Hi, I'm Zack Hall⚡
My introduction post
0
2017-03-22T01:43:42
https://dev.to/zthall/hi-im-zack-hall
introductions
--- title: Hi, I'm Zack Hall⚡ published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@ZTHall](https://twitter.com/ZTHall) I live in [city]. I work for [company] I mostly program in these languages: [languages]. ...
zthall