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
465,342
Open Source Business Email Validator By Loginradius
While creating Lead Generation form at LoginRadius, Marketers wanted to sure that visitors enter busi...
0
2020-09-25T04:43:27
https://www.loginradius.com/engineering/blog/open-source-business-email-validator-by-loginradius/
engineering
--- title: Open Source Business Email Validator By Loginradius published: true date: 2017-04-25 00:00:00 UTC tags: Engineering canonical_url: https://www.loginradius.com/engineering/blog/open-source-business-email-validator-by-loginradius/ --- While creating Lead Generation form at LoginRadius, Marketers wanted to sur...
mohammed786
3,189
Hi, I'm 👨🏿‍💻Mike Jackson
...
0
2017-04-24T21:51:32
https://dev.to/frontendmike/hi-im-mike-jackson
introductions
--- title: Hi, I'm 👨🏿‍💻Mike Jackson published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2 years. You can find me on Twitter as [@FrontEndMike](https://twitter.com/FrontEndMike) I live in Baton Rouge, La. I work for Xdesign, inc. I mostly program...
frontendmike
3,188
Hi, I'm José Augusto Bolina
I have been coding for 3 years. You can find me on GitHub as jabolina I live in Uberlândia. I work...
0
2017-04-24T21:23:19
https://dev.to/jabolina/hi-im-jos-augusto-bolina
introductions
--- title: Hi, I'm José Augusto Bolina published: true tags: introductions --- I have been coding for 3 years. You can find me on GitHub as [jabolina](https://github.com/jabolina) I live in Uberlândia. I work for Neppo. I mostly program primarily C for research in college, sometimes Python, Java, JavaScript, etc,...
jabolina
3,187
Hi, I'm Brandon Powell
My introduction post
0
2017-04-24T20:58:05
https://dev.to/brandonpowell30/hi-im-brandon-powell
introductions
--- title: Hi, I'm Brandon Powell published: true description: My introduction post cover_image: tags: introductions --- I have been coding off and on for ~20 years. Consistently for 5 years. You can find me on Twitter as [@brandonpowell30](https://twitter.com/brandonpowell30) You can find me on GitHub as [brandon-...
brandonpowell30
1,083,859
GitHub history
I created my GitHub account in August 2010, lets look at what I have done with it. In 2010 I...
0
2022-05-13T07:04:23
https://www.funkysi1701.com/posts/2017/github-history/
--- title: GitHub history published: true date: 2017-04-24 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2017/github-history/ --- I created my GitHub account in August 2010, lets look at what I have done with it. ![](https://storageaccountblog9f5d.blob.core.windows.net/blazor/wp-content/uploads...
funkysi1701
2,803
Serverless Backends with AWS Cloud: Cloudfront and WAF
Let's put some protection on the api we've built so far
0
2017-04-24T19:06:44
https://dev.to/rob117/serverless-backends-with-aws-cloud-cloudfront-and-waf
cloudfront, s3, staticsites, waf
--- title: "Serverless Backends with AWS Cloud: Cloudfront and WAF" published: true description: Let's put some protection on the api we've built so far cover_image: tags: Cloudfront, S3, Static Sites, WAF --- _This is a part in a series on AWS serverless architecture. The original blog post series can be found both ...
rob117
2,801
Serverless Backends With AWS Cloud: Twitter Sessions
We'll use DynamoDB, Lambda, and the API Gateway to create sessions to store our twitter info!
0
2017-04-24T19:06:44
https://dev.to/rob117/serverless-backends-with-aws-cloud-twitter-sessions
apigateway, s3, lambda, dynamodb
--- title: "Serverless Backends With AWS Cloud: Twitter Sessions" published: true description: We'll use DynamoDB, Lambda, and the API Gateway to create sessions to store our twitter info! cover_image: tags: API Gateway, S3, Lambda, DynamoDB --- _This is a part in a series on AWS serverless architecture. The original...
rob117
2,797
Serverless Backends With AWS Cloud: API Gateway And You
Time to hook up our lambdas to the web at large
0
2017-04-24T19:06:44
https://dev.to/rob117/serverless-backends-with-aws-cloud-api-gateway-and-you
apigateway, apicli, postman, awslambda
--- title: "Serverless Backends With AWS Cloud: API Gateway And You" published: true description: Time to hook up our lambdas to the web at large cover_image: tags: API Gateway, API CLI, Postman, AWS Lambda --- _This is a part in a series on AWS serverless architecture. The original blog post series can be found both...
rob117
2,340
Serverless Backends With AWS Cloud: Installs
Install the tools we need to write the code we want. Part of a series of blog posts on AWS lambda and serverless architecture.
0
2017-04-24T19:06:43
https://dev.to/rob117/serverless-backends-with-aws-cloud-installs
devops, installs
--- title: "Serverless Backends With AWS Cloud: Installs" published: true description: Install the tools we need to write the code we want. Part of a series of blog posts on AWS lambda and serverless architecture. cover_image: tags: Devops, installs --- _This is a part in a series on AWS serverless architecture. The ...
rob117
2,802
Serverless Backends With AWS Cloud: Twitter Complete
Time to finish up the meat of our API Gateway and Twitter project!
0
2017-04-24T19:06:43
https://dev.to/rob117/serverless-backends-with-aws-cloud-twitter-complete
apigateway, lambda, postman, twitter
--- title: "Serverless Backends With AWS Cloud: Twitter Complete" published: true description: Time to finish up the meat of our API Gateway and Twitter project! cover_image: tags: API Gateway, Lambda, Postman, Twitter --- _This is a part in a series on AWS serverless architecture. The original blog post series can b...
rob117
2,840
Serverless Backends with AWS Cloud: Data Pipeline and S3
Let's get that data from the cloud to our computer!
0
2017-04-24T19:06:42
https://dev.to/rob117/serverless-backends-with-aws-cloud-data-pipeline-and-s3
datapipeline, s3
--- title: "Serverless Backends with AWS Cloud: Data Pipeline and S3" published: true description: Let's get that data from the cloud to our computer! cover_image: tags: Data Pipeline, S3 --- _This is a part in a series on AWS serverless architecture. The original blog post series can be found both here and on my blo...
rob117
3,139
How are passwords stored?
In which I describe how passwords are stored in databases (hash+salt).
0
2017-04-22T07:59:00
https://dev.to/mohamed3on/brief-introduction-to-salts-in-hashing
hashing, sha1, salting, passwords
--- title: How are passwords stored? published: true description: In which I describe how passwords are stored in databases (hash+salt). tags: hashing,sha1,salting,passwords --- Have you ever wondered how your passwords are stored in the websites you use? Have you ever wondered why some websites tell you to set a ne...
mohamed3on
2,841
Serverless Backends with AWS Cloud: Sending tweets and collecting emails
We're going to send some tweets and decrypt some emails from our local dev environment. Let's get to it!
0
2017-04-24T19:06:41
https://dev.to/rob117/serverless-backends-with-aws-cloud-sending-tweets-and-collecting-emails
twitter, aes, mysql, ruby
--- title: "Serverless Backends with AWS Cloud: Sending tweets and collecting emails" published: true description: We're going to send some tweets and decrypt some emails from our local dev environment. Let's get to it! cover_image: tags: Twitter, AES, MySql, Ruby --- _This is a part in a series on AWS serverless arc...
rob117
2,341
Serverless Backends With AWS Cloud: Email Lambda and DynamoDB
Let's make some Lambda and email magic happen! AWS Serverless technologies
0
2017-04-24T19:06:39
https://dev.to/rob117/serverless-backends-with-aws-cloud-email-lambda-and-dynamodb
aws, lambda, mailgun, node
--- title: "Serverless Backends With AWS Cloud: Email Lambda and DynamoDB" published: true description: Let's make some Lambda and email magic happen! AWS Serverless technologies cover_image: tags: AWS, Lambda, Mailgun, node.js --- _This is part of a series of articles that comprise a tutorial of an end-to-end produ...
rob117
2,339
Serverless Backends With AWS Cloud: Twitter and Email Campaigns
Step through a practical, production-level tutorial using AWS serverless technologies (DynamoDB, Cloudfront, Lambda, API Gateway, etc.) to create a twitter and email campaign!
0
2017-04-24T19:02:32
https://dev.to/rob117/serverless-backends-with-aws-cloud-intro
aws, serverless, dynamodb, lambda
--- title: "Serverless Backends With AWS Cloud: Twitter and Email Campaigns" published: true description: Step through a practical, production-level tutorial using AWS serverless technologies (DynamoDB, Cloudfront, Lambda, API Gateway, etc.) to create a twitter and email campaign! cover_image: tags: AWS, serverless, d...
rob117
3,186
Why did React become so popular?
A post by Ben Halpern
0
2017-04-24T17:32:42
https://dev.to/ben/why-did-react-become-so-popular
discuss
--- title: Why did React become so popular? published: true description: tags: discuss ---
ben
3,185
Finding that pesky listener that’s hijacking your event (Javascript)
This is a debugging story of how to determine what event listener is calling event.preventDefault() or event.stopPropagation() or some other completely random thing which is not allowing your intended action.
0
2017-04-24T17:22:35
https://medium.com/@azizhk/finding-that-pesky-listener-thats-hijacking-your-event-javascript-b590593f2a83
--- title: Finding that pesky listener that’s hijacking your event (Javascript) published: true description: This is a debugging story of how to determine what event listener is calling event.preventDefault() or event.stopPropagation() or some other completely random thing which is not allowing your intended action. ta...
azizhk110
294,005
Face Your Fears
I’ve always been someone who faces my fears. I have a moderate case of arachnophobia. I don’t run aw...
0
2020-03-28T21:42:11
http://blog.boochtek.com/2015/12/21/face-your-fears
agile
--- title: Face Your Fears published: true date: 2015-12-22 05:38:29 UTC tags: Agile canonical_url: http://blog.boochtek.com/2015/12/21/face-your-fears --- I’ve always been someone who faces my fears. I have a moderate case of arachnophobia. I don’t run away when I see a spider, but it creeps my out when one is crawl...
craigbuchek
3,182
Hi, I'm Martin Plicka
My introduction post
0
2017-04-24T14:49:35
https://dev.to/martinplicka/hi-im-martin-plicka
introductions
--- title: Hi, I'm Martin Plicka published: true description: My introduction post cover_image: tags: introductions --- I have been coding for some years. You can find me on Twitter as [@MartinPlicka](https://twitter.com/MartinPlicka) I live in Prague. I work for e-FRACTAL LTD, bringing you [PhoneCopy.com](https://...
martinplicka
3,180
Compensation tips
Advice on compensation, seeking raises, and determining when to change jobs shared from my own experiences.
0
2017-04-24T13:07:33
https://jason.pureconcepts.net/2017/04/compensation-tips/
--- title: 'Compensation tips' published: true description: 'Advice on compensation, seeking raises, and determining when to change jobs shared from my own experiences.' cover_image: https://jason.pureconcepts.net/images/bg-compensation-tips.png canonical_url: https://jason.pureconcepts.net/2017/04/compensation-tips/ -...
gonedark
3,184
Hashing Out Hash Functions
Let’s find out more about hash functions, how they work, and their strengths and weakness.
0
2017-09-23T21:59:19
https://medium.com/basecs/hashing-out-hash-functions-ea5dd8beb4dd
datastructures, computerscience
--- title: "Hashing Out Hash Functions" published: true tags: Data Structures,Computer Science description: Let’s find out more about hash functions, how they work, and their strengths and weakness. canonical_url: https://medium.com/basecs/hashing-out-hash-functions-ea5dd8beb4dd --- Over the course of the past few mon...
vaidehijoshi
3,179
Hi, I'm Peter Stevenson
My introduction post
0
2017-04-24T12:59:53
https://dev.to/goldencrow/hi-im-peter-stevenson
introductions
--- title: Hi, I'm Peter Stevenson published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [GoldenCrow](https://github.com/GoldenCrow) I live in [city]. I work for [company] I mostly program in these languages: [lan...
goldencrow
3,178
How Bugfender Saved Me
Karl MacMillan of Rakkoon shares his experiences of how Bugfender saved him.
0
2017-04-24T12:44:00
https://bugfender.com/how-bugfender-saved-me
ios, debugging, mobiledev
--- title: How Bugfender Saved Me published: true description: Karl MacMillan of Rakkoon shares his experiences of how Bugfender saved him. tags: ios, debugging, mobiledev canonical_url: https://bugfender.com/how-bugfender-saved-me --- ![](https://bugfender.com/wp-content/uploads/2017/04/how-bugfender-saved-me.jpg) _...
bugfenderapp
3,170
Hi, I'm noa lea
My introduction post
0
2017-04-24T03:31:41
https://dev.to/_noalea/hi-im-noa-lea
introductions
--- title: Hi, I'm noa lea published: true description: My introduction post cover_image: tags: introductions --- I have been coding since 2009. You can find me on Twitter as [@_noalea](https://twitter.com/_noalea) I live in Toronto. I mostly program in these languages: jQuery, PHP, SASS. I am currently learning ...
_noalea
3,169
Hi, I'm rmbryan71
My introduction post
0
2017-04-24T00:48:39
https://dev.to/rmbryan71/hi-im-rmbryan71
introductions
--- title: Hi, I'm rmbryan71 published: true description: My introduction post cover_image: tags: introductions --- I am not a coder. Do not waste time finding me on GitHub as [rmbryan71](https://github.com/rmbryan71) I live in Delaware. I work for Wingspan Technologies. I mostly program in these languages: Engli...
rmbryan71
1,575,648
Kali Linux Repository HTTPS Support
A couple of weeks back we added more HTTPS support to our Kali infrastructure, and wanted to give our...
0
2023-08-21T21:22:11
https://www.kali.org/blog/kali-linux-repository-https-support/
--- title: Kali Linux Repository HTTPS Support published: true date: 2017-04-24 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/kali-linux-repository-https-support/ --- A couple of weeks back we added more HTTPS support to our Kali infrastructure, and wanted to give our users some guidance and point out w...
mohammadtaseenkhan
3,168
Hi, I'm Brian Cox
My introduction post
0
2017-04-23T19:58:24
https://dev.to/bricox/hi-im-brian-cox
introductions
--- title: Hi, I'm Brian Cox published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [bricox](https://github.com/bricox) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I am...
bricox
3,167
Hi, I'm Vincent Kotwizkiy
My introduction post
0
2017-04-23T19:55:26
https://dev.to/vik/hi-im-vincent-kotwizkiy
introductions
--- title: Hi, I'm Vincent Kotwizkiy published: true description: My introduction post cover_image: https://ktwzk.me/ogp.jpg tags: introductions --- I have been coding since like 12 years (now I'm 19), but successfully coding for 3 years or smthng like this. You can find me on GitHub as [kotwizkiy](https://github.com...
vik
3,165
Hi, I'm Tigran Hakobyan
My introduction post
0
2017-04-23T15:39:53
https://dev.to/tigran/hi-im-tigran-hakobyan
introductions
--- title: Hi, I'm Tigran Hakobyan published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 6 years now. You can find me on Twitter as [@tiggreen](https://twitter.com/tiggreen) I live in New York. I work for Buffer. I mostly program in these languages: [PHP, Py...
tigran
3,163
"It's Done!" "Great! What does that mean?"
One of the unique challenges of software construction, versus other forms of construction, is that what software developers build is
0
2017-04-23T12:34:57
http://jlhood.com/its-done-great-what-does-that-mean/
scrum, agile
--- title: "\"It's Done!\" \"Great! What does that mean?\"" canonical_url: http://jlhood.com/its-done-great-what-does-that-mean/ published: true description: "One of the unique challenges of software construction, versus other forms of construction, is that what software developers build is" tags: ['scrum','agile'] ---...
jlhcoder
3,162
Hack Yourself
I have just been upgraded and am now hacking my bionic self so that you can too.
0
2017-04-23T12:33:53
https://dev.to/grappleshark/hack-yourself
hacker, biohacking, nfc, implant
--- title: Hack Yourself published: true cover_image: http://grappleshark.github.io/biohack.jpg description: I have just been upgraded and am now hacking my bionic self so that you can too. tags: hacker, biohacking, nfc, implant --- April 22, 2017 is my bionic birthday. At around 17:15 I chose to upgrade myself. An [...
grappleshark
2,536
Mobx walks into a package.json
Mobx eased our pain when sharing data between React components
0
2017-04-21T13:48:39
https://dev.to/joeymink/mobx-walks-into-a-packagejson
mobx, react
--- title: Mobx walks into a package.json published: true description: Mobx eased our pain when sharing data between React components cover_image: https://mobx.js.org/docs/mobx.png tags: mobx,react --- After a few small React apps, we decided to attack a big one. One that would obtain a lot more data from our server-s...
joeymink
3,161
Hi, I'm Thomas Sarmis
My introduction post
0
2017-04-23T06:58:37
https://dev.to/sarmis/hi-im-thomas-sarmis
introductions
--- title: Hi, I'm Thomas Sarmis published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on Twitter as [@sarmis](https://twitter.com/sarmis) I live in Athens. I work for Icon Gaming I mostly program in these languages: Delphi, T-SQL. ...
sarmis
3,158
Lessons Learned After Two Years of Being an Engineer
After almost two years as an engineer at my current company Moda Operandi, I'm ...
0
2017-04-23T04:55:36
https://dev.to/carrotyoo/lessons-learned-after-two-years-of-being-an-engineer
juniordevs, firstjob, softwaredevelopment, career
--- title: Lessons Learned After Two Years of Being an Engineer published: true description: tags: junior-devs, first-job, software-development, career cover_image: https://thepracticaldev.s3.amazonaws.com/i/mlp7i61wdcgauc6u6kv0.jpg --- After almost two years as an engineer at my current company <a href="http://modao...
carrotyoo
3,157
The All-New Cdecl 3.0
Updating a venerable 30+ year old development tool.
0
2017-04-23T03:45:26
https://dev.to/pauljlucas/the-all-new-cdecl-30
c, cpp
--- title: The All-New Cdecl 3.0 published: true description: Updating a venerable 30+ year old development tool. tags: #c #cpp --- *I’m still uncertain about the language declaration syntax, where in declarations, syntax is used that mimics the use of the variables being declared. It is one of the things that draws s...
pauljlucas
3,156
Hi, I'm Lokesh Sanapalli
My introduction post
0
2017-04-23T03:06:23
https://dev.to/lokeshatbigbasket/hi-im-lokesh-sanapalli
introductions
--- title: Hi, I'm Lokesh Sanapalli published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [5] years. You can find me on GitHub as [lokesh1729](https://github.com/lokesh1729) I live in [Bangalore]. I work for [BigBasket] I mostly program in these languages: [...
lokeshatbigbasket
3,136
Some thoughts on Deconstruct 2017
I'm sitting in the airport at 10pm, exhausted. The past two days at Deconstruct Conf have been a wild...
0
2017-04-23T01:38:43
https://dev.to/latazzajones/some-thoughts-on-deconstruct-2017
--- title: Some thoughts on Deconstruct 2017 published: true description: tags: --- I'm sitting in the airport at 10pm, exhausted. The past two days at Deconstruct Conf have been a wild combination of amazing, frustrating, and inspiring. As a developer, I'm inspired, as an event organizer, I'm inspired, but as a wom...
latazzajones
3,155
Hi, I'm Tom Atkinson
My introduction post
0
2017-04-23T00:02:04
https://dev.to/tomatkinson1397/hi-im-tom-atkinson
introductions
--- title: Hi, I'm Tom Atkinson published: true description: My introduction post cover_image: tags: introductions --- I have been coding for about 3 years. You can find me on GitHub as [TomAtkinson1397](https://github.com/TomAtkinson1397) I live in [Beverley, UK] (https://www.google.co.uk/maps/place/Beverley/) I ...
tomatkinson1397
124,541
Learning Big O Notation with O(n) complexity
Big O Notation is one of those things that I was taught at university but never r...
0
2019-06-17T08:43:22
https://lankydan.dev/2017/04/23/learning-big-o-notation-with-on-complexity
beginners, theory, computerscience
--- title: Learning Big O Notation with O(n) complexity published: true tags: beginner, theory, computer science canonical_url: https://lankydan.dev/2017/04/23/learning-big-o-notation-with-on-complexity cover_image: https://thepracticaldev.s3.amazonaws.com/i/sqblvndq26nm53n0bj8n.png --- Big O Notation is one of those ...
lankydandev
3,153
Hi, I'm Rozalina Chernaya
I love programming.
0
2017-04-22T22:17:25
https://dev.to/rozalina340/hi-im-rozalina-chernaya
introductions
--- title: Hi, I'm Rozalina Chernaya published: true description: I love programming. cover_image: tags: introductions --- I have been coding for 5 years. You can find me on GitHub as [Rozalina340](https://github.com/Rozalina340) I live in France. I work for myself I mostly program in these languages: HTML-CSS, J...
rozalina340
3,151
Hey peeps!
I'm just sharing a little bit about me!
0
2017-04-22T21:37:35
https://dev.to/jameslatten_dev/hey-peeps
welcome, hello, php
--- title: Hey peeps! published: true description: I'm just sharing a little bit about me! tags: welcome, hello, PHP --- Hi there, my name is James Latten and I'm a Freelance Web Developer. I've been programming for the past 7 years of my life and it's been amazing so far. I love coding in PHP and currently in learnin...
jameslatten_dev
17,541
Create, setup and deploy to your own cloud web server.
For when you want to make everything you learn on Free Code Camp visible to t...
0
2018-01-22T16:29:07
https://medium.com/@davedodea/create-setup-and-deploy-your-own-cloud-web-server-60a2ce465d02
tech, html, deployment, webhosting
--- title: "Create, setup and deploy to your own cloud web server." published: true tags: tech,html,deployment,web-hosting canonical_url: https://medium.com/@davedodea/create-setup-and-deploy-your-own-cloud-web-server-60a2ce465d02 --- ![](https://cdn-images-1.medium.com/max/800/1*-QWxPhugmlBm79nuBawfZw.png) For when ...
davedodea
3,142
Graphology: Writing a graph of nodes UI in HTML5 (Part 1)
In a series of experiments, I will write a UI for interacting with complex graphs of nodes, each of which may contain some controls of its own.
0
2017-04-22T10:01:25
https://dev.to/minkovsky/graphology-writing-a-graph-of-nodes-ui-in-html5-part-1
html, ui, javascript
--- title: "Graphology: Writing a graph of nodes UI in HTML5 (Part 1)" published: true description: In a series of experiments, I will write a UI for interacting with complex graphs of nodes, each of which may contain some controls of its own. tags: html5, ui, javascript cover_image: https://thepracticaldev.s3.amazonaw...
minkovsky
3,149
Hi, I'm Lászlà Károlyi
My introduction post
0
2017-04-22T18:34:10
https://dev.to/karolyi/hi-im-lszl-krolyi
introductions
--- title: Hi, I'm László Károlyi published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 20+ years (since '93). You can find me on Linkedin as [karolyi](https://linkedin.com/in/karolyi), [my Gitea](https://gitea.ksol.io/karolyi) and on Twitter as [masterkarol...
karolyi
75,127
Emulating Bad Networks
Recently I’ve been spending time looking into methods of creating difficult environments for programs...
0
2019-01-14T13:43:04
http://samwho.co.uk/blog/2017/04/22/emulating-bad-networks/
linux, networking
--- title: Emulating Bad Networks published: true tags: [linux, networking] canonical_url: http://samwho.co.uk/blog/2017/04/22/emulating-bad-networks/ --- Recently I’ve been spending time looking into methods of creating difficult environments for programs to run in. One of the most relevant environments is a bad netw...
samwho
3,146
Hi, I'm Alki
My introduction post
0
2017-04-22T12:20:04
https://dev.to/josealki/hi-im-alki
introductions
--- title: Hi, I'm Alki published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 6 years. You can find me on Twitter as [@josealki](https://twitter.com/josealki) I live in Granada. I mostly program in these languages: C++. I am currently learning more about Ing...
josealki
3,144
Introduction to functional programming with C#
It is no surprise that one of the biggest challenges in the enterprise software development is comple...
0
2017-04-22T11:37:55
https://dev.to/naveen/introduction-to-functional-programming-with-c
programming, csharp, softwaredevelopment, dotnet
--- title: Introduction to functional programming with C# published: true description: tags: Programming, CSharp, Software-Development, dotnet cover_image: https://thepracticaldev.s3.amazonaws.com/i/d78xbz93842y3vxnw5ps.jpg --- It is no surprise that one of the biggest challenges in the enterprise software development...
naveen
3,145
Hi, I'm Thomas
My introduction post
0
2017-04-22T11:00:51
https://dev.to/thomasdonath/hi-im-thomas
introductions
--- title: Hi, I'm Thomas published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 20+ years. You can find me on GitHub as [ThomasDonath](https://github.com/ThomasDonath) I live in Rostock and Hamburg. I mostly program in these languages: Typescript with Node an...
thomasdonath
1,244,758
Stitching Together HMIS Exports
This is an R script which will take two sets of HMIS 5.1 CSVs and produce a combined set.   A few...
20,427
2017-04-22T10:00:00
https://ladvien.com/stitching-together-hmis-exports
eto, hmis, r, sql
--- title: Stitching Together HMIS Exports tags: eto, hmis, r, sql published_at: 20170422T10:00Z canonical_url: https://ladvien.com/stitching-together-hmis-exports main_image: https://ladvien.com/images/R_SQL.png series: HMIS SQL-R Script Snippets published: true --- This is an R script which will take two sets of HMI...
ladvien
2,729
Hi, I'm Filip
My introduction post
0
2017-04-22T08:49:10
https://dev.to/minkovsky/hi-im-filip
introductions
--- title: Hi, I'm Filip published: true description: My introduction post cover_image: tags: introductions --- I played with computers since the young age of 8 years old, when Scratch didn't even have lists yet, or even proper string handling. Since then I started playing with C#, Python, HTML and others in a very u...
minkovsky
3,140
AWS Summit Manila 2017
*Cross posting this blog from my newly created personal website zorexsalvo.com AWS Summit Manila is...
0
2017-04-22T08:06:41
https://dev.to/zorexsalvo/aws-summit-manila-2017
aws, summit, manila
--- title: AWS Summit Manila 2017 published: true description: cover_image: tags: aws, summit, manila --- *Cross posting this blog from my newly created personal website [zorexsalvo.com](http://zorexsalvo.com) AWS Summit Manila is just one leg of AWS Global Summit that promotes Amazon Web Services. Their goal is to ...
zorexsalvo
3,137
Hi, I'm cstevensjr
My introduction post
0
2017-04-22T07:16:53
https://dev.to/cstevensjr/hi-im-cstevensjr
introductions
--- title: Hi, I'm cstevensjr published: true description: My introduction post cover_image: tags: introductions --- I have been coding and working in IT/Telecommunications fields for over 30 years. You can find me on GitHub as [cstevensjr](https://github.com/cstevensjr) I now live in Aiken, South Carolina (my home...
cstevensjr
3,135
Hi, I'm Jake Schwartz
My introduction post
0
2017-04-22T05:38:03
https://dev.to/jakehschwartz/hi-im-jake-schwartz
introductions, scala, vim, git
--- title: Hi, I'm Jake Schwartz published: true description: My introduction post cover_image: tags: introductions, scala, vim, git --- I have been coding for 3 years professionally, but started during high school in 2007. You can find me on GitHub as [jakehschwartz](https://github.com/jakehschwartz) and on Twitter...
jakehschwartz
3,134
Hello, I'm Evy
My introduction post
0
2017-04-22T05:26:56
https://dev.to/evy/hello-im-evy
introductions
--- title: Hello, I'm Evy published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [5] years. I live in [California]. I mostly program in these languages: [front-end web, a little bit of back-end web, Java]. However, my specialty is design, especially UI&UX. I a...
evy
3,132
Hi, I'm Eddie Melendez
My introduction post
0
2017-04-22T04:32:06
https://dev.to/exmelendez/hi-im-eddie-melendez
introductions
--- title: Hi, I'm Eddie Melendez published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [exmelendez](https://github.com/exmelendez) I live in Manhattan. I work for [company] I mostly program in these languages: HT...
exmelendez
3,130
Crawling Simply with Scrapy
A simple web crawler using Scrapy
0
2017-04-22T01:17:37
https://dev.to/georgeoffley/crawling-simply-with-scrapy
python, scrapy
--- title: Crawling Simply with Scrapy published: true description: A simple web crawler using Scrapy tags: Python, Scrapy cover_image: https://thepracticaldev.s3.amazonaws.com/i/7xsnidvy4dfi5q4yvys4.png --- *This post originally appeared on [My blog](https://www.georgeoffley.com/new_dev/2017/04/22/crawling-simply-scr...
georgeoffley
3,127
Hi, I'm Igor Santos
My introduction post
0
2017-04-22T00:04:10
https://dev.to/igorsantos07/hi-im-igor-santos
introductions
--- title: Hi, I'm Igor Santos published: true description: My introduction post cover_image: https://scontent.fgig4-1.fna.fbcdn.net/v/t1.0-9/17343069_10209873109599355_8998411858429212676_n.jpg?oh=4de1f92f6014b8ebd3921dd86c76da66&oe=599029C0 tags: introductions --- I'm a back-end developer fond of front-end interface...
igorsantos07
3,115
Using R as a Geographic Information System
A short spatial data vignette.
0
2017-04-22T00:00:00
https://dev.to/realest8agent/using-r-as-a-gis
r, gis
--- title: "Using R as a Geographic Information System" published: true description: A short spatial data vignette. author: "Kiefer" date: "April 22, 2017" tags: R, GIS --- *Originally published on: [realdataweb.wordpress.com](https://realdataweb.wordpress.com/)* In real estate, spatial data is the name of the game. ...
realest8agent
3,126
Hi, I'm Kris Richardson
My introduction post
0
2017-04-21T23:24:16
https://dev.to/krichardson/hi-im-kris-richardson
introductions
--- title: Hi, I'm Kris Richardson published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 15 years. You can find me on GitHub as [krichardson](https://github.com/krichardson) I live in Austin, TX. I mostly program in these languages: java, groovy. I am curren...
krichardson
3,125
Be thankful for your github repo graveyard
You are ambitious. At least you know when to quit. You’ve probably learned that you should think things through BEFORE you start.
0
2017-04-21T22:27:28
https://dev.to/ozymandias547/be-thankful-for-your-github-repo-graveyard
--- title: Be thankful for your github repo graveyard published: true description: You are ambitious. At least you know when to quit. You’ve probably learned that you should think things through BEFORE you start. tags: --- I have a good feeling that I’m not alone when I see a desolate graveyard of repositories when s...
ozymandias547
3,123
On the subject of learning to code
A guide on how to learn to code, some common pitfalls, and how to avoid them.
0
2017-04-21T21:50:59
https://dev.to/thewebengineer/on-the-subject-of-learning-to-code
learningtocode, student, developer
--- title: On the subject of learning to code published: true description: A guide on how to learn to code, some common pitfalls, and how to avoid them. tags: Learning to code, student, developer --- Hello good people of dev.to();! My name is Matt Silverman and I am a high school student. I started learning to code ar...
thewebengineer
3,118
Do you know Project Lombok?
Boilerplate vs. Annotations
0
2017-04-21T20:57:28
https://dev.to/ebud7/project-lombok
lombok, java
--- title: Do you know Project Lombok? published: true description: Boilerplate vs. Annotations tags: lombok, java cover_image: --- I've been using and appreciating Lombok for some time. It's one of the first dependencies I drop into my Java projects. This article is just about making you curious writing less, more c...
ebud7
3,120
Hi, I'm David Lacourt
My introduction post
0
2017-04-21T19:38:52
https://dev.to/doppelganger9/hi-im-david-lacourt
introductions
--- title: Hi, I'm David Lacourt published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 15 years. You can find me on GitHub as [doppelganger9](https://github.com/doppelganger9) or Twitter also as [doppelganger9](https://twitter.com/doppelganger9). I live in Sen...
doppelganger9
3,119
Installing ProcessWire
A Step by Step Guide in how to install this wonderful CMS/CMF
0
2017-04-21T19:30:13
https://dev.to/clsource/installing-processwire
processwire, pw, php, mysql
--- title: Installing ProcessWire published: true description: A Step by Step Guide in how to install this wonderful CMS/CMF tags: processwire, pw, php, mysql --- *ProcessWire* installation is quite simple. There are various ways to get the latest release like traditional downloading, *git*, using [https://wireshell.p...
clsource
3,117
Hi, I'm Mitk
My introduction post
0
2017-04-21T18:40:19
https://dev.to/mitk__/hi-im-mitk
introductions
--- title: Hi, I'm Mitk published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 5 years. You can find me on Twitter as [@Mitk__](https://twitter.com/Mitk__) I live in France. I work for ITS I mostly program in these languages: Javascript, Python, Golang. I am...
mitk__
3,116
Hi, I'm Druggeds
My introduction post
0
2017-04-21T16:54:55
https://dev.to/druggeds/hi-im-druggeds
introductions
--- title: Hi, I'm Druggeds published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 1 year. You can find me on GitHub as [Druggeds](https://github.com/Druggeds) I live in Manchester, United Kingdom. I work for [TheNations](https://nations.io) (The company behin...
druggeds
3,111
Hi, I'm Asad
My introduction post
0
2017-04-21T14:02:28
https://dev.to/aasheikh/hi-im-asad
introductions
--- title: Hi, I'm Asad published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [aasheikh](https://github.com/aasheikh) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I am ...
aasheikh
3,110
Hi, I'm John L
My introduction post
0
2017-04-21T13:45:02
https://dev.to/nexdev/hi-im-john-l
introductions
--- title: Hi, I'm John L published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [0.5] years. You can find me on Twitter as [@NexDev](https://twitter.com/NexDev) I live in [Charlotte]. I work for [company] I mostly program in these languages: [languages]. I ...
nexdev
3,106
Coding with Care
Taking care of ourselves when coding is something we all forget about when we get engrossed in a project. Take a minute with Party Parrot and take a look around you.
0
2017-04-21T12:41:08
https://dev.to/thetuftii/coding-with-care
mindfulness, wellbeing, care, coding
--- title: Coding with Care published: true description: Taking care of ourselves when coding is something we all forget about when we get engrossed in a project. Take a minute with Party Parrot and take a look around you. tags: mindfulness, wellbeing, care, coding --- I like to think of myself as a hard-working perso...
thetuftii
3,109
Hi, I'm Jay Sprout
All About Me (as it should be)
0
2017-04-21T12:27:44
https://dev.to/jotasprout/hi-im-jay-sprout
introductions
--- title: Hi, I'm Jay Sprout published: true description: All About Me (as it should be) cover_image: tags: introductions --- I've been coding for 3 years if you put it all together. I'm on GitHub as [jotasprout](https://github.com/jotasprout) I'm stranded in Tampa but I'm from Detroit. I work for my wife and kid...
jotasprout
3,107
CSS flexes its muscles
Learning Flexbox as soon as possible will make every Web developers life easier.
0
2017-04-21T11:34:40
https://dev.to/kayis/css-flexes-its-muscles
css, flexbox, reactnative
--- title: CSS flexes its muscles published: true description: Learning Flexbox as soon as possible will make every Web developers life easier. tags: css, flexbox, react-native --- ## What? Because the Web sadly isn't on a par with native mobile applications (yet) and the use of mobile devices is outgrowing desktops...
kayis
9,092
Using Visual Studio Code for Ruby Development
Since I have a Windows machine, I’ve been using Visual Studio Code for all my Ruby work. I had heard...
0
2017-10-01T00:07:32
https://dev.to/willvelida/using-visual-studio-code-for-ruby-development-5o2
visualstudiocode, softwaredevelopment, ruby, webdev
--- title: "Using Visual Studio Code for Ruby Development" published: true tags: visual-studio-code,software-development,ruby,web-development canonical_url: --- Since I have a Windows machine, I’ve been using Visual Studio Code for all my Ruby work. I had heard stories that doing Ruby development on Windows was a bit...
willvelida
3,105
Hi, I'm Sheldon Rupp
My introduction post
0
2017-04-21T08:51:17
https://dev.to/nurdturd/hi-im-sheldon-rupp
introductions
--- title: Hi, I'm Sheldon Rupp published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@NurdTurd](https://twitter.com/NurdTurd) I live in [city]. I work for [company] I mostly program in these languages: [languag...
nurdturd
3,104
Hi, I'm Özgür Dinç
My introduction post
0
2017-04-21T07:11:34
https://dev.to/ozgurodun/hi-im-zgr-din
introductions
--- title: Hi, I'm Özgür Dinç published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@ozgurOdun](https://twitter.com/OzgurOdun) I live in Ankara. I mostly program in these languages: C, Go. I am currently lear...
ozgurodun
3,103
Hi, I'm Tjin
My introduction post
0
2017-04-21T04:54:56
https://dev.to/tjinauyeung/hi-im-tjin
introductions
--- title: Hi, I'm Tjin published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2 years. You can find me on GitHub as [tjinauyeung](https://github.com/tjinauyeung) I live in Amsterdam. I work for Usabilla I mostly program in these languages: JS. I am currentl...
tjinauyeung
156,501
Making Alfabet your own
Configuring Alfabet for Best Fit and Best Practices in IT Transformation An IT transformat...
0
2019-10-10T13:31:32
http://techcommunity.softwareag.com/techniques-blog/-/blogs/making-alfabet-your-own
alfabet
--- title: Making Alfabet your own published: true tags: #alfabet canonical_url: http://techcommunity.softwareag.com/techniques-blog/-/blogs/making-alfabet-your-own --- # Configuring Alfabet for Best Fit and Best Practices in IT Transformation **An IT transformation program supporting business transformation is a gro...
tpetrov9
2,926
Lessons Learned with Docker
Some easy, but important, tips to make using Docker easier
0
2017-04-21T02:24:28
https://dev.to/ahansondev/lessons-learned-with-docker
docker, devops
--- title: Lessons Learned with Docker published: true description: Some easy, but important, tips to make using Docker easier tags: Docker, DevOps cover_image: https://thepracticaldev.s3.amazonaws.com/i/t0cxz094gnz6j8kg6b1n.png --- I've been working with Docker on a semi-regular basis for a couple months now. I am t...
ahansondev
3,100
How to Move Mercurial Changesets to a New Branch
Sometimes you put your code in the wrong branch, but catch it in time to fix it
0
2017-04-21T00:59:22
http://www.gunnargissel.com/how-to-move-mercurial-changesets-to-a-new-branch.html
versioncontrol, mercurial, howto
--- title: How to Move Mercurial Changesets to a New Branch cover_image: https://thepracticaldev.s3.amazonaws.com/i/cvh0v7xu8lgyj6dj2uke.jpg published: true description: Sometimes you put your code in the wrong branch, but catch it in time to fix it tags: version-control, mercurial, howto canonical_url: http://www.gunn...
monknomo
1,104,269
Microservice Usage Logging with Openresty and Google BigQuery
Here at Descartes Labs, we have been using the microservice architecture in building out our...
0
2022-06-14T22:42:11
https://justin.poehnelt.com/posts/microservice-usage-logginging-with-openresty-and-google-bigquery/
nginx, openresty, bigquery
--- title: Microservice Usage Logging with Openresty and Google BigQuery published: true date: 2017-04-21 00:00:00 UTC tags: nginx, openresty, bigquery canonical_url: https://justin.poehnelt.com/posts/microservice-usage-logginging-with-openresty-and-google-bigquery/ --- Here at Descartes Labs, we have been using the m...
jpoehnelt
1,748
Nevertheless, Sarah Drasner Coded
I'm currently hacking on... I'm working on a lightweight youtube-lik...
0
2017-03-08T12:44:06
https://dev.to/sarah_edo/nevertheless-sarah-drasner-coded
shecoded, javascript, frontend, animations
--- title: Nevertheless, Sarah Drasner Coded published: true tags: shecoded, javascript, front-end, animations --- ## I'm currently hacking on... I'm working on a lightweight youtube-like player for animations. It currently works for GreenSock Timelines, you can plug your animation timeline in, and it creates a play...
sarah_edo
3,099
Hi, I'm Sheena
My introduction post
0
2017-04-20T23:31:49
https://dev.to/sheenad/hi-im-sheena
introductions
--- title: Hi, I'm Sheena published: true description: My introduction post cover_image: tags: introductions --- I have been building websites, mainly with drupal, for 9 years. You can find me on GitHub as [sheena-d](https://github.com/sheena-d) I live in Raleigh, NC. I mostly program in these languages: PHP, MySQ...
sheenad
3,098
Hi, I'm Vikram
My introduction post
0
2017-04-20T23:00:15
https://dev.to/vikramtiwari/hi-im-vikram
introductions
--- title: Hi, I'm Vikram published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 7 years. You can find me on GitHub as [VikramTiwari](https://github.com/VikramTiwari) I live in Vancouver. I work for Omni Labs, Inc. I mostly program in these languages: NodeJS,...
vikramtiwari
3,096
Hi, I'm Anthony
My introduction post
0
2017-04-20T21:59:51
https://dev.to/anthonysdi/hi-im-anthony
introductions
--- title: Hi, I'm Anthony published: true description: My introduction post cover_image: tags: introductions --- I have been coding for <1 year and am pursuing a degree in web development. You can find me on GitHub as [AnthonySDi](https://github.com/AnthonySDi) I live in Seattle. I work for grades currently. Aft...
anthonysdi
3,095
Hi, I'm denisjoconnor
My introduction post
0
2017-04-20T21:52:55
https://dev.to/denisjoconnor/hi-im-denisjoconnor
introductions
--- title: Hi, I'm denisjoconnor published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2 years. You can find me on GitHub as denisjoconnor(https://github.com/denisjoconnor) I live in Dublin. I work for Inventise I mostly program in these languages: C# for .N...
denisjoconnor
3,094
Hi, I'm Christian Ariza
My introduction post
0
2017-04-20T19:32:00
https://dev.to/cronosnull/hi-im-christian-ariza
introductions
--- title: Hi, I'm Christian Ariza published: true description: My introduction post cover_image: tags: introductions --- I have been coding for more than 8 years. You can find me on [GitHub](https://github.com/cronosnull), [StackOverflow](http://stackoverflow.com/users/356675/cronosnull) or [Twitter](https://twitte...
cronosnull
3,092
Hi, I'm James
My introduction post
0
2017-04-20T17:34:30
https://dev.to/jwfuller/hi-im-james
introductions
--- title: Hi, I'm James published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on GitHub as [jwfuller](https://github.com/jwfuller) I mostly program in these languages: Python, PHP. I am currently learning more about Javascript Frame...
jwfuller
3,091
The what and how of Web Push
Native apps have had the privilege of being able to send engaging and timely content to their users for a while. The web is closely following.
0
2017-04-20T16:39:19
https://dev.to/mansimarkaur/the-what-and-how-of-web-push
webdev, browsers, javascript
--- title: The what and how of Web Push published: true description: Native apps have had the privilege of being able to send engaging and timely content to their users for a while. The web is closely following. tags: webdev, browsers, javascript --- ##What are web push notifications? Native apps have had the privileg...
mansimarkaur
3,089
Hi, I'm Steve
My Self-Intro
0
2017-04-20T15:33:27
https://dev.to/stevemushero/hi-im-steve
--- title: Hi, I'm Steve published: true description: My Self-Intro tags: --- Greetings everyone, I'm Steve Mushero, Engineer. I'm based in Shanghai, China, where I moved to from Silicon Valley about 10 years ago (though heading back to SF/SV this year). Before that I was in Seattle and New York for many years. Ori...
stevemushero
3,088
Admit your struggles, help others
My worst grades in K-12 and university were all for math classes. Algebra, trig, calc… they all made me feel stupid to a point of hopelessness. I got the basics, but as soon as things started getting abstract, I lost my grip.
0
2017-04-20T15:16:07
https://dev.to/liquid_chickens/admit-your-struggles-help-others
learning, programming, math
--- title: Admit your struggles, help others published: true description: My worst grades in K-12 and university were all for math classes. Algebra, trig, calc… they all made me feel stupid to a point of hopelessness. I got the basics, but as soon as things started getting abstract, I lost my grip. cover_image: https:...
liquid_chickens
3,075
2017 freelance development platforms
In designing Git Work, I must analyse other relevant services. I'm publishing this article as a...
0
2017-04-20T02:25:46
https://dev.to/scalawilliam/2017-freelance-development-platforms
--- title: 2017 freelance development platforms published: true description: tags: --- In designing [Git Work](https://github.com/ScalaWilliam/git-work), I must analyse other relevant services. I'm publishing this article as a draft so it's out there and I can get feedback from you guys, perhaps I missed something?...
scalawilliam
3,087
Hi, I'm ShadrachDameteye
My introduction post
0
2017-04-20T14:23:11
https://dev.to/shadrachdameteye/hi-im-shadrachdameteye
introductions
--- title: Hi, I'm ShadrachDameteye published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [three] years. You can find me on GitHub as [ShadrachDameteye](https://github.com/ShadrachDameteye) I live in [Tema ]. I am the CEO at [viletechshop.com] I mostly progr...
shadrachdameteye
3,086
Hi, I'm Bin
My introduction post
0
2017-04-20T14:03:12
https://dev.to/bin95/hi-im-bin95
introductions
--- title: Hi, I'm Bin published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [0] years. You can find me on GitHub as [Bin95](https://github.com/Bin95) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I am currently le...
bin95
3,085
Hi, I'm Hsuan
My introduction post
0
2017-04-20T13:14:44
https://dev.to/vickyliu1997/hi-im-hsuan
introductions
--- title: Hi, I'm Hsuan published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. Nice to meet you.
vickyliu1997
3,084
Hi, I'm Martin Pitt, you can also call me Nexii Malthus
My introduction post
0
2017-04-20T12:29:00
https://dev.to/nexii/hi-im-martin-pitt-you-can-also-call-me-nexii-malthus
introductions
--- title: Hi, I'm Martin Pitt, you can also call me Nexii Malthus published: true description: My introduction post cover_image: tags: introductions --- I am a London-based Web Developer with a passion for game development, technology & humanity. My long-term goal is to teach myself skills to improve education for ...
nexii
3,081
Hi. My name is Charles Villard, and I'm a web developer.
Also a coffee addict and a dad. Not much of a difference.
0
2017-04-20T07:20:38
https://dev.to/cdvillard/hi-my-name-is-charles-villard-and-im-a-web-developer
introductions
--- title: Hi. My name is Charles Villard, and I'm a web developer. published: true description: Also a coffee addict and a dad. Not much of a difference. cover_image: tags: introductions --- Hi, my name is Charles Villard. I'm a web developer based in Miami, FL, and I work remotely with a great team at Tenet Partner...
cdvillard
3,080
Hi, I'm Marcin Podlodowski
My introduction post
0
2017-04-20T06:06:58
https://dev.to/mpodlodowski/hi-im-marcin-podlodowski
introductions
--- title: Hi, I'm Marcin Podlodowski published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 4 years. You can find me on Twitter as [@mpodlodowski](https://twitter.com/mpodlodowski) I live in Poznan, PL. I mostly program in these languages: Java, JS, Kotlin. ...
mpodlodowski
3,079
Choosing TSDBs - InfluxDB for Us
Why we chose InfluxDB for our TSDB
0
2017-04-20T05:03:53
https://dev.to/stevemushero/choosing-tsdbs---influxdb-for-us
tsdbdevopssysadmin
--- title: Choosing TSDBs - InfluxDB for Us published: true description: Why we chose InfluxDB for our TSDB tags: TSDB DEVOPS SYSADMIN --- **Time-Series Databases** are powerful and interesting beasts. We are selecting a new one for our OpsStack Total Operations Platform, for use in all parts of the system, from gather...
stevemushero
3,078
Fixing Hot Reloads on Vagrant
This small fix allows hot reloads to work on vagrant developmen environments
0
2017-04-20T04:15:22
http://tommylee.co/tutorials/fixing-hot-reload-vagrant.html
vagrant, devenvironment, fsevents
--- title: Fixing Hot Reloads on Vagrant published: true description: This small fix allows hot reloads to work on vagrant developmen environments tags: vagrant, dev environment, fsevents canonical_url: http://tommylee.co/tutorials/fixing-hot-reload-vagrant.html --- One of the common issues that I've run into virtuali...
tomcentrate
3,077
Hi, I'm Tommy Lee
My introduction post
0
2017-04-20T04:07:18
https://dev.to/tomcentrate/hi-im-tommy-lee
introductions
--- title: Hi, I'm Tommy Lee published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 6 years. You can find me on GitHub as [tomcentrate](https://github.com/tomcentrate) I live in Orlando, FL. I work for Fresh Lines I mostly program in these languages: Ruby, PH...
tomcentrate
3,076
A note to my younger self (and everyone who reads this)
Four pieces of advise I would tell myself if I was given a time machine.
0
2017-04-20T03:38:44
https://dev.to/kpath001/note-to-younger-selfand-everyone-who-reads-this
newbie, advice
--- title: A note to my younger self (and everyone who reads this) published: true description: Four pieces of advise I would tell myself if I was given a time machine. tags: newbie, advice cover_image: http://www.ancient-code.com/wp-content/uploads/2012/12/time-travel-in-phone-booth.jpg --- As the one-year mark appr...
kpath001