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
6,637
Local Gems With Bundler
Testing an unreleased version of a gem? Want to develop 2 unreleased projects that are based on each...
0
2018-02-10T22:32:37
https://www.thelonelyghost.com/posts/local-gems-with-bundler/
notes
--- title: "Local Gems With Bundler" published: true tags: notes canonical_url: https://www.thelonelyghost.com/posts/local-gems-with-bundler/ --- Testing an unreleased version of a gem? Want to develop 2 unreleased projects that are based on each other and not have to worry about the following? ```ruby gem 'some_gem'...
thelonelyghost
369
How about a refactorthon?
Turning an idea on its head to steer the industry toward better code writing
0
2017-01-01T21:06:41
https://dev.to/developerscode/how-about-a-refactorthon
refactoring
--- title: How about a refactorthon? published: true description: Turning an idea on its head to steer the industry toward better code writing cover_image: https://d24wuq6o951i2g.cloudfront.net/img/events/id/197/1979732/assets/5f6.hackathon.jpg tags: refactoring --- Refactoring. It's one of those concepts most of us...
developerscode
485
Conduct Deeper Evaluations Before Taking on New Software Dependencies
An acknowledgement of tendencies I have observed and some suggestions for taking on a more systematic approach.
0
2017-01-01T20:46:28
https://dev.to/ben/conduct-deeper-evaluations-before-taking-on-new-software-dependencies
opensource, dependencies
--- title: Conduct Deeper Evaluations Before Taking on New Software Dependencies published: true description: An acknowledgement of tendencies I have observed and some suggestions for taking on a more systematic approach. cover_image: https://media.giphy.com/media/UB5gfXA9LEdEc/giphy.gif tags: oss,dependencies --- A *...
ben
484
Which editor/IDE do you use and why?
Would you recommend it to other developers?
0
2017-01-01T18:48:42
https://dev.to/ben/which-editoride-do-you-use-and-why
discuss, tools, beginners
--- title: Which editor/IDE do you use and why? published: true description: Would you recommend it to other developers? cover_image: tags: discuss,tools,beginners ---
ben
483
Hi, I'm Graham
My introduction post - 100 days of writing about code
0
2017-01-01T10:25:11
https://dev.to/grahamcox82/hi-im-graham
introductions, 100daysofcode
--- title: Hi, I'm Graham published: true description: My introduction post - 100 days of writing about code cover_image: tags: introductions, 100daysofcode --- I have been coding for too many years. You can find me on Twitter as [@grahamcox82](https://twitter.com/grahamcox82), though I rarely say anything interesti...
grahamcox82
1,244,821
R Function to Split CSVs
This is an R function written to split a dataset into particular sized sets, then write them as a...
20,427
2016-12-31T10:00:00
https://ladvien.com/r-function-to-split-csvs
eto, hmis, r, sql
--- title: R Function to Split CSVs tags: eto, hmis, r, sql published_at: 20161231T10:00Z canonical_url: https://ladvien.com/r-function-to-split-csvs main_image: https://ladvien.com/images/R_SQL.png series: HMIS SQL-R Script Snippets published: true --- This is an R function written to split a dataset into particular ...
ladvien
1,244,818
Shaping and Combining HMIS Data from ETO
Continuing to explore R and SQL's usefulness when it comes to HMIS data I decided to start posting...
20,427
2016-12-31T10:00:00
https://ladvien.com/shaping-and-combining-hmis-data-from-eto
eto, hmis, r, sql
--- title: Shaping and Combining HMIS Data from ETO tags: eto, hmis, r, sql published_at: 20161231T10:00Z canonical_url: https://ladvien.com/shaping-and-combining-hmis-data-from-eto main_image: https://ladvien.com/raw_images/R_SQL.png series: HMIS SQL-R Script Snippets published: true --- Continuing to explore R and S...
ladvien
481
Hi, I'm kiran kumar
I am new to development world but very interested in programming.
0
2016-12-31T09:46:17
https://dev.to/chirravurinani/hi-im-kiran-kumar
introductions
--- title: Hi, I'm kiran kumar published: true description: I am new to development world but very interested in programming. cover_image: tags: introductions --- I have just started coding You can find me on Twitter as [@ChirravuriNani](https://twitter.com/ChirravuriNani) I live in [India]. I work for [Gurujada I...
chirravurinani
381,633
5 Tips for Choosing Your Startup’s Technology Stack
Having worked as a CTO and technology consultant to many startups I can tell you that choosing the...
0
2024-01-29T21:45:04
https://developerzen.com/5-tips-for-choosing-your-startups-technology-stack-d359ece3117b
softwaredevelopment, programming, startup, engineeringmanagemen
--- title: 5 Tips for Choosing Your Startup’s Technology Stack published: true date: 2016-12-31 01:07:32 UTC tags: softwaredevelopment,programming,startup,engineeringmanagemen canonical_url: https://developerzen.com/5-tips-for-choosing-your-startups-technology-stack-d359ece3117b --- ![](https://cdn-images-1.medium.com...
ekampf
356
Developer Differences: Makers vs Menders
While it's true that there are many software developers who do enjoy starting with a clean slate, there is also a group who loves working on making existing applications better.
0
2016-12-30T21:45:45
https://dev.to/corgibytes/developer-differences-makers-vs-menders
developers, menders, makers
--- title: 'Developer Differences: Makers vs Menders' published: true description: While it's true that there are many software developers who do enjoy starting with a clean slate, there is also a group who loves working on making existing applications better. cover_image: http://res.cloudinary.com/dcw8nzsfg/image/uplo...
andreagoulet
478
I recently deleted a bunch of old code, and I feel good about it!
We had a bunch of old code lying around the dev.to from features we never fully implemented. For a...
0
2016-12-30T20:32:03
https://dev.to/ben/i-recently-deleted-a-bunch-of-old-code-and-i-feel-good-about-it
100daysofcode
--- title: I recently deleted a bunch of old code, and I feel good about it! published: true description: cover_image: tags: 100daysofcode --- We had a bunch of old code lying around the dev.to from features we never fully implemented. For a while they were just lying around because we *might* have finished them. I ...
ben
31
Getting Your First Job As A Software Developer
Preface This post is aimed primarily at people who are transitioning to anothe...
0
2016-12-30T18:53:22
https://dev.to/jennifer/getting-your-first-job-as-a-software-developer
<h1>Preface</h1> <p>This post is aimed primarily at people who are transitioning to another industry, not new grads. New grads will probably get something from this post, but they are not the primary audience. With that said, this post will discuss primarily getting a job as a web developer since, not only is that what...
jennifer
477
100 days of writing about code
Starting January 3rd, I am going to write about code (almost) every day. No excuses!
0
2016-12-30T18:20:37
https://dev.to/ben/100-days-of-writing-about-code
100daysofcode
--- title: 100 days of writing about code published: true description: Starting January 3rd, I am going to write about code (almost) every day. No excuses! cover_image: https://media.giphy.com/media/l0HlKWbgtjw3DIgLK/source.gif tags: 100daysofcode --- 'Tis the season to take on personal challenges. Reading about the [...
ben
476
Hi, I'm Said
My introduction post
0
2016-12-30T11:42:42
https://dev.to/saidarab/hi-im-arab-said
introductions
--- title: Hi, I'm Said published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2 years. You can find me on Twitter as [@SaId_ArAb](https://twitter.com/SaId_ArAb) I live in algeirs. I work for Emploipartner.com I mostly program in these languages: php , java ,...
saidarab
474
Action Potential - A mini-app for real-time distributed decisions (and a 2-day learning experiment in Firebase)
Wanted to learn Firebase and so built a mini-app aimed at real-time distributed decisions. http://ac...
0
2016-12-30T03:54:19
https://dev.to/onejgordon/action-potential---a-mini-app-for-real-time-distributed-decisions-and-a-2-day-learning-experiment-in-firebase
showdev, firebase
--- title: Action Potential - A mini-app for real-time distributed decisions (and a 2-day learning experiment in Firebase) published: true description: cover_image: tags: showdev, firebase --- Wanted to learn Firebase and so built a mini-app aimed at real-time distributed decisions. http://actionpotential.jeremyrgo...
onejgordon
8,031
Five Things I Learned Working at Google
I worked at Google in 2015 and learned a great deal of things, I wrote this shortly after; now I thin...
0
2017-10-11T16:40:12
http://jkirchartz.com/2016/12/5_things_i_learned_working_at_google.html
google, list
--- title: "Five Things I Learned Working at Google" published: true tags: google, list canonical_url: http://jkirchartz.com/2016/12/5_things_i_learned_working_at_google.html --- I worked at Google in 2015 and learned a great deal of things, I wrote this shortly after; now I think it’s finally ready to publish. # Pos...
jkirchartz
473
Hi, I'm Meheret Girma
My introduction post
0
2016-12-29T21:49:19
https://dev.to/lilymercy/hi-im-meheret-girma
introductions
--- title: Hi, I'm Meheret Girma published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [1] years. You can find me on Twitter as [@lilymercy](https://twitter.com/lilymercy) I live in [Maryland]. I work for [company] I mostly program in these languages: [Javas...
lilymercy
472
Hi, I'm rafi
a brief summary of myself
0
2016-12-29T20:16:05
https://dev.to/radicalrafi/hi-im-rafi
introductions
--- title: Hi, I'm rafi published: true description: a brief summary of myself cover_image: tags: introductions --- I have been coding for [1,5] years. You can find me on GitHub as [radicalrafi](https://github.com/radicalrafi) I live in [redacted]. I work for [small AI startup ] I mostly program in these language...
radicalrafi
462
What are your programming goals for 2017?
Have you made your New Year's resolution yet?
0
2016-12-29T19:10:30
https://dev.to/ben/what-are-your-programming-goals-for-2017
discuss, community, goals
--- title: What are your programming goals for 2017? published: true description: Have you made your New Year's resolution yet? cover_image: tags: discuss, community, goals ---
ben
13,838
Cloudready or how to get a Chrome OS in a non-Chromebook laptop
Few months ago I saw in The Verge a post about CloudReady. CloudReady is a remake of Chromium OS read...
0
2017-12-05T17:03:26
https://leonardofaria.net/2016/12/29/cloudready-or-how-to-get-a-chrome-os-in-a-non-chromebook-laptop/
offtropic
--- title: "Cloudready or how to get a Chrome OS in a non-Chromebook laptop" published: true tags: offtropic canonical_url: https://leonardofaria.net/2016/12/29/cloudready-or-how-to-get-a-chrome-os-in-a-non-chromebook-laptop/ --- Few months ago I saw in The Verge a [post](http://www.theverge.com/2016/3/7/11173836/neve...
leonardofaria
471
Hi, I'm Gonzalo
My introduction post
0
2016-12-29T18:31:24
https://dev.to/gonzalodelgado/hi-im-gonzalo
introductions
--- title: Hi, I'm Gonzalo published: true description: My introduction post cover_image: tags: introductions --- I have been coding for over 10 years. You can find me on GitHub as [gonzalodelgado](https://github.com/gonzalodelgado), although I mainly use GitLab (also there as [gonzalodelgado](https://gitlab.com/u/g...
gonzalodelgado
470
There are two types of engineers. Be both
Be stable. But at the same time, be volatile.
0
2016-12-29T18:03:08
https://dev.to/anotherdevblog/there-are-two-types-of-engineers-be-both
culture
--- title: There are two types of engineers. Be both published: true description: Be stable. But at the same time, be volatile. cover_image: http://anotherdevblog.net/assets/images/michael-lopp.jpg tags: culture --- A while back I listened to [this talk](https://slideslive.com/38898202). It's by [Michael Lopp](https:/...
anotherdevblog
469
Hi, I'm Rob
My introduction post
0
2016-12-29T17:42:23
https://dev.to/roberttilling/hi-im-rob
introductions
--- title: Hi, I'm Rob published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 or so years. You can find me on Twitter as [@RobertTilling](https://twitter.com/RobertTilling) I live in Southampton. I work for myself as a contractor. I mostly program in these...
roberttilling
468
Hi, I'm Omar!
My introduction post
0
2016-12-29T17:34:16
https://dev.to/oohsinan/hi-im-omar
introductions
--- title: Hi, I'm Omar! published: true description: My introduction post cover_image: tags: introductions --- I've been programming ever since I was 12, started off by making games on ROBLOX and have recently moved on to work on more ambitious projects. You can check out some of my most recent experimental projects...
oohsinan
13,048
Which programming language should you learn?
This question turns out now and then on forums, Facebook, and so on. Since I go...
0
2017-12-06T20:37:07
https://dev.to/pinotattari/which-programming-language-should-you-learn-9gb
programming, learning, programminglanguage, languagelearning
--- title: "Which programming language should you learn?" published: true tags: programming,learning,programming-language,language-learning canonical_url: --- This question turns out now and then on forums, Facebook, and so on. Since I got tired of writing always the same things, I decided to write my suggestions her...
pinotattari
161,754
The importance of server-side caching
The importance of server-side caching Yes! I know! Another caching post! But caching is...
0
2019-08-26T12:39:22
https://roelofjanelsinga.com/articles/the-importance-of-server-side-caching
caching, server, redis
--- title: The importance of server-side caching published: true tags: caching, server, redis canonical_url: https://roelofjanelsinga.com/articles/the-importance-of-server-side-caching --- ![The importance of server-side caching](https://thepracticaldev.s3.amazonaws.com/i/qs88lkqde4enzaqlrkoq.jpg) # The importance of...
roelofjanelsinga
466
Hi, I'm Erika
My introduction post
0
2016-12-29T05:12:08
https://dev.to/oneearedmusic/hi-im-erika
introductions
--- title: Hi, I'm Erika published: true description: My introduction post cover_image: https://source.unsplash.com/YCQFgqOzLmU tags: introductions --- I have been coding for 5 years. I live in Victoria & Vancouver and work for SKIO Music. You can find me on Twitter as [@OneEaredMusic](https://twitter.com/OneEaredMus...
oneearedmusic
464
Hi, I'm Lars
My introduction post
0
2016-12-28T22:17:30
https://dev.to/bob5ec/hi-im-lars
introductions
--- title: Hi, I'm Lars published: true description: My introduction post cover_image: tags: introductions --- I have been coding, running servers and breaking them for >15 years. The first 5 languages I learned: C, Java, PHP, bash, Perl You can find me on Twitter as [@bob5ec](https://twitter.com/bob5ec) I am curren...
bob5ec
420
Side Projects - Avoiding Failures to Launch
Reliable steps to effectively complete side projects
0
2016-12-28T22:07:11
https://dev.to/liquidise/side-projects---avoiding-failures-to-launch
growth
--- title: Side Projects - Avoiding Failures to Launch published: true description: Reliable steps to effectively complete side projects cover_image: https://blog.benroux.me/content/images/2016/12/glider.jpg tags: growth --- *This post originally appeared on [Ascent](https://blog.benroux.me/avoiding-failures-to-launch...
liquidise
1,331,339
Hello Startup - Microreview
I just finished reading “Hello, Startup” by Yevgeniy Brikman, a book written for programmers about...
0
2023-04-29T22:27:11
https://mikestaszel.com/2016/12/28/hello-startup-microreview.html
--- title: Hello Startup - Microreview published: true date: 2016-12-28 18:24:31 UTC tags: canonical_url: https://mikestaszel.com/2016/12/28/hello-startup-microreview.html --- I just finished reading “Hello, Startup” by Yevgeniy Brikman, a book written for programmers about starting a startup. All the basics are cove...
mikestaszel
461
About Matthew
About me
0
2016-12-28T17:58:43
https://dev.to/anotherdevblog/about-matthew
introduction
--- title: About Matthew published: true description: About me cover_image: http://anotherdevblog.net/assets/images/family.jpg tags: introduction --- My name is Matthew Watkins. I'm a software engineer, a husband, a father, a blogger, and a Mormon. ## What I do I currently work at a Morrisville, NC ecommerce company ...
anotherdevblog
459
Hi, I'm Kyle Welch
My introduction post
0
2016-12-28T14:14:13
https://dev.to/kwelch/hi-im-kyle-welch
introductions
--- title: Hi, I'm Kyle Welch published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10+ years. You can find me on Twitter as [@kylewelch](https://twitter.com/kylewelch) I live in Nashville,TN and grew up in a suburb of Chicago. I work for National Federation ...
kwelch
15,858
Introducing: My Toolbox!
Figured I’d write a quick post here to announce the new Toolbox section on SeanKilleen.com! There...
0
2018-01-03T02:48:10
https://SeanKilleen.com/2016/12/introducing-my-toolbox/
toolbox
--- title: "Introducing: My Toolbox!" published: true tags: toolbox canonical_url: https://SeanKilleen.com/2016/12/introducing-my-toolbox/ --- Figured I’d write a quick post here to announce the new [Toolbox section on SeanKilleen.com](http://SeanKilleen.com/toolbox)! There are a ton of great tools that I use every d...
seankilleen
15,857
Quick Tip: A Shortcut to Temporarily Disable ReSharper
Problem I love ReSharper, but it comes with some performance implications, and sometimes I...
0
2018-01-03T02:47:51
https://SeanKilleen.com/2016/12/quick-tip-disable-resharper-shortcut/
quicktips, dotnet, resharper
--- title: "Quick Tip: A Shortcut to Temporarily Disable ReSharper" published: true tags: QuickTips,dotnet,resharper canonical_url: https://SeanKilleen.com/2016/12/quick-tip-disable-resharper-shortcut/ --- ## Problem I love ReSharper, but it comes with some performance implications, and sometimes I need it to go away...
seankilleen
15,856
Avoiding Primitive Obsession in Configuration -- My Approach
I woke up this morning and saw a great blog post by Arialdo Martini that inspired me to blog a little...
0
2018-01-03T02:47:20
https://SeanKilleen.com/2016/12/avoiding-primative-obession-configuration-as-contract/
dotnet, configuration
--- title: "Avoiding Primitive Obsession in Configuration -- My Approach" published: true tags: dotnet,configuration canonical_url: https://SeanKilleen.com/2016/12/avoiding-primative-obession-configuration-as-contract/ --- I woke up this morning and saw [a great blog post by Arialdo Martini](http://arialdomartini.gith...
seankilleen
15,894
Now Running On CloudFlare! Here's How I did it.
(A slightly older article, but I thought it might be useful for the folks here.) As of a few hours...
0
2018-01-12T15:04:51
https://SeanKilleen.com/2016/12/now-running-on-cloudflare/
cloudflare, jekyll, githubpages
--- title: "Now Running On CloudFlare! Here's How I did it." published: true tags: cloudflare, jekyll, githubpages canonical_url: https://SeanKilleen.com/2016/12/now-running-on-cloudflare/ --- (A slightly older article, but I thought it might be useful for the folks here.) As of a few hours ago, my site runs on `ht...
seankilleen
76,676
Explore Bucharest -- Dorobanti
A post by Horia Coman
5,294
2019-01-20T15:01:05
https://horia141.com/explore-bucharest-dorobanti.html
bucharest, explore, dorobanti, post
--- title: Explore Bucharest -- Dorobanti published: true tags: bucharest,explore,dorobanti,post canonical_url: https://horia141.com/explore-bucharest-dorobanti.html series: "Explore Bucharest" --- ![Dorobanti 1](https://horia141.com/assets/dorobanti-1.jpg) ![Dorobanti 2](https://horia141.com/assets/dorobanti-2.jpg) ...
horia141
458
Hi, I'm Ahmed Kabir Maruf.
My introduction post
0
2016-12-27T14:04:15
https://dev.to/imakm/hi-im-ahmed-kabir-maruf
introductions
--- title: Hi, I'm Ahmed Kabir Maruf. published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [0] years. You can find me on Twitter as [@imakm247](https://twitter.com/imakm247) I live in [Sylhet, Bangladesh]. I work for [nobody] I mostly program in these langu...
imakm
452
React "Aha" Moments
A collection of "Aha" moments when learning React.
0
2016-12-26T21:24:38
https://tylermcginnis.com/react-aha-moments/
react, javascript
--- title: 'React "Aha" Moments' published: true description: 'A collection of "Aha" moments when learning React.' cover_image: http://i.imgur.com/zKmn8wo.png tags: react, javascript --- One of my main goals whenever I'm teaching or writing technical content is to maximize "aha" moments. An ["aha" moment](https://en.w...
tylermcginnis
1,244,809
HMIS, R, and SQL -- Basics
Hacker Introduction I'm a hacker.  If you find errors, please leave comments below.  If...
20,425
2016-12-26T10:00:00
https://ladvien.com/hmis-r-sql-query
eto, hmis, r, sql
--- title: HMIS, R, and SQL -- Basics published: true tags: eto, hmis, r, sql published_at: 20161226T10:00Z series: SQL-R canonical_url: https://ladvien.com/hmis-r-sql-query main_image: https://ladvien.com/images/R_SQL.png --- ## Hacker Introduction ![](https://ladvien.com/images/Screenshot_2016-12-27_07.39.30.png) I...
ladvien
449
Javascript's Numbers Are Weird but You Can Live With Them If You Understand Them
JavaScript uses IEEE 754 floating point to represent its numbers, and they have their quirks.
0
2016-12-25T15:07:42
https://dev.to/jestingrabbit/javascripts-numbers-are-weird-but-you-can-live-with-them-if-you-understand-them-56pb
floatingpoint, javascript, number, ieee754
--- title: Javascript's Numbers Are Weird but You Can Live With Them If You Understand Them published: true description: JavaScript uses IEEE 754 floating point to represent its numbers, and they have their quirks. cover_image: tags: floating point, javascript, number, IEEE 754 --- Recently a friend ran into a pretty...
jestingrabbit
448
SQL is Insecure
It's been decades and we still can't write SQL securely. It's time to abandon it.
0
2016-12-25T04:47:34
https://dev.to/kellogh/sql-is-insecure
security, sql
--- title: "SQL is Insecure" published: true description: "It's been decades and we still can't write SQL securely. It's time to abandon it." cover_image: https://cdn.pixabay.com/photo/2015/09/27/02/26/broken-window-960188_1280.jpg tags: security, sql --- SQL is insecure, tell everyone. If you use SQL, your website wi...
kellogh
447
Create a Web App with Laravel 5.0
These are the notes from the Laravel 5 Fundametals series that is available for free on Laracasts
0
2016-12-25T00:02:11
https://dev.to/connor11528/create-a-web-app-with-laravel-50
laravel, php, laravel5
--- title: "Create a Web App with Laravel 5.0" published: true description: These are the notes from the Laravel 5 Fundametals series that is available for free on Laracasts cover_image: http://i.imgur.com/Gvaitae.png tags: Laravel, PHP, Laravel 5 --- Source code: https://github.com/connor11528/laravel-5-fundamentals ...
connor11528
62,275
How we held a company hackathon that was awesome
Recently we organized a company hackathon at my workplace. Being one of the organizers and a particip...
0
2018-11-13T08:43:05
https://przedwojski.com/2016/12/25/company-hackathon.html
hackathon, fun
--- title: How we held a company hackathon that was awesome published: true tags: hackathon,fun canonical_url: https://przedwojski.com/2016/12/25/company-hackathon.html cover_image: https://przedwojski.com/assets/images/hackathon_main.jpg --- Recently we organized a company hackathon at my workplace. Being one of the...
sprzedwojski
260,882
Binary in JavaScript
This article is based on a lightning talk I recently did at dotJS and it was written for Mariko’s Web...
0
2020-11-09T09:50:41
http://blog.gnclmorais.com/binary-in-javascript
binary, javascript
--- title: Binary in JavaScript published: true date: 2016-12-24 00:00:00 UTC tags: binary,javascript canonical_url: http://blog.gnclmorais.com/binary-in-javascript --- _This article is based on a [lightning talk](https://www.youtube.com/watch?v=Qyh_QcgotUY&hd=1) I recently did at dotJS and it was written for [Mariko]...
gnclmorais
12,327
Move files in vim with netrw
After some time with emacs I'm back to Vim. This time I'm using Neovim to see what it has to offer....
0
2017-12-23T11:36:40
http://dev.otrobloggeek.com/2016/12/23/move-files-with-netrw.html
vim
--- title: "Move files in vim with netrw" published: true tags: vim canonical_url: http://dev.otrobloggeek.com/2016/12/23/move-files-with-netrw.html --- After some time with emacs I'm back to Vim. This time I'm using [Neovim](https://neovim.io/) to see what it has to offer. One thing that I found myself trying to do ...
nflamel
95,872
Diverting functions in Windows with IAT patching
Recently I was stuck with a blocking issue that was putting a feature I worked on in jeopardy. To sum...
0
2019-03-31T15:26:08
https://blog.neteril.org/blog/2016/12/23/diverting-functions-windows-iat-patching/
--- title: Diverting functions in Windows with IAT patching published: true tags: canonical_url: https://blog.neteril.org/blog/2016/12/23/diverting-functions-windows-iat-patching/ --- Recently I was stuck with a blocking issue that was putting a feature I worked on in jeopardy. To summarize the problem, the entire fe...
garuma
445
NaNoGenMo 2016 and My Predictions About Text Generation
Though NaNoGenMo 2016 may be less active than previous years, real progress has been made in 'text generation', and the field itself is gradually changing.
0
2016-12-23T05:39:01
https://dev.to/tra/nanogenmo-2016-and-my-predictions-about-text-generation
--- title: NaNoGenMo 2016 and My Predictions About Text Generation published: true description: Though NaNoGenMo 2016 may be less active than previous years, real progress has been made in 'text generation', and the field itself is gradually changing. cover_image: http://s3.amazonaws.com/digitaltrends-uploads-prod/2016...
tra
381,632
How Do You Define “Good Code” ?
I was on a phone interview the other day where I was asked for my definition of “Good Code”. The...
0
2024-01-29T21:57:33
https://developerzen.com/how-do-you-define-good-code-c8a383c207a4
programming, softwaredevelopment
--- title: How Do You Define “Good Code” ? published: true date: 2016-12-23 01:07:17 UTC tags: programming,softwaredevelopment canonical_url: https://developerzen.com/how-do-you-define-good-code-c8a383c207a4 --- ![](https://cdn-images-1.medium.com/max/1024/1*1okxJmZ6yUyxeVhhZduR2A.jpeg) I was on a phone interview the...
ekampf
212,693
An introduction to containers and Kubernetes
A primer on the concepts underlying containers and Kubernetes, and how t...
0
2019-12-03T12:24:01
https://blog.hasura.io/frontiers-of-app-development-a-story-of-containers-and-kubernetes-ddad0052217e/
kubernetes, docker, containers, appdevelopment
--- title: An introduction to containers and Kubernetes published: true date: 2016-12-23 00:00:00 UTC tags: kubernetes, docker, containers, app development canonical_url: https://blog.hasura.io/frontiers-of-app-development-a-story-of-containers-and-kubernetes-ddad0052217e/ --- ### A primer on the concepts underlying ...
hasurahq_staff
161,755
Use software for what it's made, and you'll see the benefits!
Use software for what it's made, and you'll see the benefits! You! Yes, you there! Are...
0
2019-08-26T12:34:59
https://roelofjanelsinga.com/articles/use-software-for-what-its-made-and-benefit
software, search, solr, nosql
--- title: Use software for what it's made, and you'll see the benefits! published: true tags: software, search, solr, nosql canonical_url: https://roelofjanelsinga.com/articles/use-software-for-what-its-made-and-benefit --- ![Archive](https://thepracticaldev.s3.amazonaws.com/i/v13iobawrkc13vks3ihx.jpg) # Use softwar...
roelofjanelsinga
261,853
Modern SEO: Snake Oil vs. Substance
Modern SEO: Snake Oil vs. Substance SEO has got­ten a bad rap; but much of it des...
0
2020-02-14T23:01:19
https://nystudio107.com/blog/modern-seo-snake-oil-vs-substance
seo, frontend, performance
--- title: Modern SEO: Snake Oil vs. Substance published: true date: 2016-12-22 01:13:00 UTC tags: seo,frontend,performance canonical_url: https://nystudio107.com/blog/modern-seo-snake-oil-vs-substance --- # Modern SEO: Snake Oil vs. Substance ### SEO has got­ten a bad rap; but much of it deserved­ly so. Here’s a gui...
gaijinity
66,870
Mixins for Fun and Profit
This post originally appeared on Easy as Python in December 2016. There are...
0
2018-12-19T21:39:44
https://easyaspython.com/mixins-for-fun-and-profit-cb9962760556
programming, softwaredevelopment, python, django
--- title: Mixins for Fun and Profit published: true tags: programming,software-development,python,django canonical_url: https://easyaspython.com/mixins-for-fun-and-profit-cb9962760556 --- This post originally appeared on [Easy as Python](https://easyaspython.com/mixins-for-fun-and-profit-cb9962760556) in December 201...
easyaspython
381,628
99 Ways to Become a Better Developer
I’ve encountered this post on my weekend reading — 91 Surefire Ways to Become an Event Greater...
0
2024-01-29T21:52:42
https://developerzen.com/99-ways-to-become-a-better-developer-e1d252c9399f
programming, softwaredevelopment
--- title: 99 Ways to Become a Better Developer published: true date: 2016-12-22 00:59:55 UTC tags: programming,softwaredevelopment canonical_url: https://developerzen.com/99-ways-to-become-a-better-developer-e1d252c9399f --- ![](https://cdn-images-1.medium.com/max/1024/1*L6ry41DBNIJGc1hyFuwfKw.jpeg) I’ve encountered...
ekampf
75,631
Logging with Serilog, LibLog, and Seq
I’ve written and rewritten logging providers about 300 times in my career. It’s something I know how...
0
2019-01-16T00:40:14
https://blog.tonymorris.io/2016/12/logging-with-serilog-liblog-and-seq/
dotnet, serilog, seq, liblog
--- title: Logging with Serilog, LibLog, and Seq published: true tags: dotnet, serilog, seq, liblog canonical_url: https://blog.tonymorris.io/2016/12/logging-with-serilog-liblog-and-seq/ --- I’ve written and rewritten logging providers about 300 times in my career. It’s something I know how to do, I know how to extend...
tonytalkstech
507,518
Why I switched from Windows to a Mac, and won’t go back
As a .NET developer I have spent most of my computing career with Microsoft at the helm. So here is...
0
2020-11-05T20:53:52
https://www.alexhyett.com/switched-from-windows-to-mac/
--- title: Why I switched from Windows to a Mac, and won’t go back published: true date: 2016-12-20 18:58:00 UTC tags: canonical_url: https://www.alexhyett.com/switched-from-windows-to-mac/ cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dgx0ulqgjdx2okbuwfo7.jpg --- As a .NET developer I have sp...
alexhyettdev
1,244,817
HMIS, R, and SQL -- Introduction
"I love our software, I love our software." I'm a HMIS Database Manager for a living....
20,425
2016-12-20T10:00:00
https://ladvien.com/hmis-r-sql-introduction
hmis, r, sql
--- title: HMIS, R, and SQL -- Introduction published: true tags: hmis, r, sql published_at: 20161220T10:00Z series: SQL-R canonical_url: https://ladvien.com/hmis-r-sql-introduction main_image: https://ladvien.com/images/R_SQL.png --- ## "I love our software, I love our software." I'm a HMIS Database Manager for a liv...
ladvien
298,939
ターミナルでvim/emacsがつらい人向けのSublime風エディタslap
みなさん、ターミナルではどのエディタを使っていますか? 私は専ら、vimを使っていますが、ターミナルの作業に慣れていない人に勧めるにはちょっとためらってしまいます。 他の候補にnanoも悪くないのですが...
0
2016-12-20T01:03:00
https://qiita.com/shiena/items/5605b2f6eb8f93bd1a94
node, terminal, editor
--- title: ターミナルでvim/emacsがつらい人向けのSublime風エディタslap published: true tags: Node.js, Terminal, editor date: 20161220T01:03Z canonical_url: https://qiita.com/shiena/items/5605b2f6eb8f93bd1a94 --- みなさん、ターミナルではどのエディタを使っていますか? 私は専ら、vimを使っていますが、ターミナルの作業に慣れていない人に勧めるにはちょっとためらってしまいます。 他の候補にnanoも悪くないのですが、見た目がよさげなslapがあったので紹介します。 ...
shiena
147,218
Spring-Session Grails Plugin (Part 1)
This tutorial will guide you on how to configure and use spring-session grails plugin in grails 2x...
0
2019-07-24T07:45:50
https://jsblogs.github.io/blogs/2016/12/15/Spring-Session-Grails-Plugin
grails, java, springsession, groovy
--- title: Spring-Session Grails Plugin (Part 1) published: true tags: GRAILS, JAVA, SPRINGSESSION, GROOVY canonical_url: https://jsblogs.github.io/blogs/2016/12/15/Spring-Session-Grails-Plugin --- [![Fork me on GitHub](https://camo.githubusercontent.com/e7bbb0521b397edbd5fe43e7f760759336b5e05f/68747470733a2f2f73332e6...
jeetmp3
439
Hi, I'm Serguei Cambour
My introduction post
0
2016-12-19T13:14:38
https://dev.to/belgoros/hi-im-serguei-cambour
introductions
--- title: Hi, I'm Serguei Cambour published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 12 years. You can find me on GitHub as [@Javix](https://github.com/javix) I live in [Tournai, Belgium]. I work for [GFI France] I mostly program in these languages: [Jav...
belgoros
438
Hi, I'm Zafer Gurel
My introduction post
0
2016-12-19T06:46:25
https://dev.to/zaff/hi-im-zafer-grel
introductions
--- title: Hi, I'm Zafer Gurel published: true description: My introduction post cover_image: tags: introductions --- I have been coding since 1999. You can find me on GitHub as [@zafergurel](https://github.com/zafergurel) I live in Istanbul. I'm the co-founder and CTO of Advancity. I mostly program in these lang...
zaff
435
Hi, I'm Ross Kaffenberger
My introduction post
0
2016-12-19T04:09:21
https://dev.to/rossta/hi-im-ross-kaffenberger
introductions
--- title: Hi, I'm Ross Kaffenberger published: true description: My introduction post cover_image: tags: introductions --- I have been coding since college and write about my journey on [rossta.net](https://rossta.net). You can find me on [Twitter](https://twitter.com/rossta) and [GitHub](https://github.com/rossta)...
rossta
299,020
Unity5.5とVSCode連携
趣味でUnityで遊んでいるのですが、Visual Studio 2015が重くて小さなコードを作るだけだとイライラしてしまいます。 そこで最近サポートが充実してきて動作も軽いVisual Studio...
0
2016-12-18T15:53:00
https://qiita.com/shiena/items/0a4471d4902109eb309b
unity3d, vscode
--- title: Unity5.5とVSCode連携 published: true tags: Unity, VSCode date: 20161218T15:53Z canonical_url: https://qiita.com/shiena/items/0a4471d4902109eb309b --- 趣味でUnityで遊んでいるのですが、Visual Studio 2015が重くて小さなコードを作るだけだとイライラしてしまいます。 そこで最近サポートが充実してきて動作も軽いVisual Studio Codeに切り替えてみました。 # 設定およびインストールしたもの ![2016-12-18_14h53_37.p...
shiena
8,286
How I got into Mozilla’s Outreachy open source internship program
Mozilla’s Silicon Valley headquarters. Photo Bernard Andre I recently joined M...
0
2018-02-08T17:37:44
https://medium.freecodecamp.org/outreachy-what-how-why-4fb60d10a228
programming, startup, opensource, womenintech
--- title: "How I got into Mozilla’s Outreachy open source internship program" published: true tags: programming,startup,open-source,women-in-tech canonical_url: https://medium.freecodecamp.org/outreachy-what-how-why-4fb60d10a228 --- ![](https://cdn-images-1.medium.com/max/1024/1*4p3xb9__LY2feOIZWfKHxg.jpeg)<figcaptio...
shubheksha
433
Hi, I'm Scott P. Jones
My introduction post
0
2016-12-17T20:28:33
https://dev.to/scottpjones/hi-im-scott-p-jones
introductions
--- title: Hi, I'm Scott P. Jones published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 46 years. You can find me on GitHub as [@](https://github.com/) I live in Beverly, MA, USA. I own Gandalf Software, Inc. (my own consulting company, I consulted for 2 year...
scottpjones
432
Hi, I'm Peter Mbanugo
My introduction post
0
2016-12-17T18:25:34
https://dev.to/pmbanugo/hi-im-peter-mbanugo
introductions
--- title: Hi, I'm Peter Mbanugo published: true description: My introduction post cover_image: http://xsense.net/wp-content/uploads/2015/04/650eb0acc6f786aaa8b3392d21cb6876.jpg tags: introductions --- I have been coding since 2012. You can find me on Twitter as [@p_mbanugo](https://twitter.com/p_mbanugo) I live in ...
pmbanugo
431
Hi, I'm Josh Dover
My introduction post
0
2016-12-17T17:49:49
https://dev.to/joshdover/hi-im-josh-dover
introductions
--- title: Hi, I'm Josh Dover published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 13 years. You can find me on Twitter as [@joshdover](https://twitter.com/joshdover) I live in Austin, TX. I work for Cratejoy I mostly program in these languages: Python, Jav...
joshdover
430
Hi, I'm coyotespike
My introduction post
0
2016-12-17T17:30:49
https://dev.to/coyotespike/hi-im-coyotespike
introductions
--- title: Hi, I'm coyotespike published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [@](https://github.com/) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I am currentl...
coyotespike
261,852
Installing mozjpeg on Ubuntu 16.04 & 18.04 (Forge)
Installing mozjpeg on Ubuntu 16.04 &amp; 18.04 (Forge) If you want to go the extr...
0
2020-02-14T23:00:13
https://nystudio107.com/blog/installing-mozjpeg-on-ubuntu-16-04-forge
devops, images, performance, webperf
--- title: Installing mozjpeg on Ubuntu 16.04 & 18.04 (Forge) published: true date: 2016-12-14 00:57:00 UTC tags: devops,images,performance,webperf canonical_url: https://nystudio107.com/blog/installing-mozjpeg-on-ubuntu-16-04-forge --- # Installing mozjpeg on Ubuntu 16.04 & 18.04 (Forge) ### If you want to go the ex...
gaijinity
429
Building an API Backend with TypeScript and Express - Part One: Setup
Want to learn how to create a Node API backend with TypeScript and Express? Get up and running in a few minutes with this post.
0
2016-12-17T16:35:12
https://dev.to/ryanworl/building-an-api-backend-with-typescript-and-express---part-one-setup
typescript, express, node
--- title: "Building an API Backend with TypeScript and Express - Part One: Setup" published: true description: "Want to learn how to create a Node API backend with TypeScript and Express? Get up and running in a few minutes with this post." cover_image: http://i.imgur.com/LKY13Lq.png tags: typescript,express,node --- ...
ryanworl
95,871
Custom controls in the Xamarin Android Designer
aka an introductory look at the internals of our Android ecosystem In the latest stable release of t...
0
2019-03-31T15:26:55
https://blog.neteril.org/blog/2016/12/17/custom-controls-xamarin-android-designer/
--- title: Custom controls in the Xamarin Android Designer published: true tags: canonical_url: https://blog.neteril.org/blog/2016/12/17/custom-controls-xamarin-android-designer/ --- _aka an introductory look at the internals of our Android ecosystem_ In the latest stable release of the Xamarin platform, one specifi...
garuma
426
Hi, I'm Chris Billiau
My introduction post
0
2016-12-17T12:48:58
https://dev.to/cbilliau/hi-im-chris-billiau
introductions
--- title: Hi, I'm Chris Billiau published: true description: My introduction post cover_image: tags: introductions --- I have been coding for one year. You can find me on GitHub as cbilliau[@](https://github.com/) I live in Connecticut. I mostly program in these languages: JavaScript. I am currently learning mor...
cbilliau
425
Hi, I'm Satyajeet 🎩
My introduction post
0
2016-12-17T10:45:45
https://dev.to/satyajeet/hi-im-satyajeet-
introductions
--- title: Hi, I'm Satyajeet 🎩 published: true description: My introduction post cover_image: tags: introductions --- I have been around computers for ~12 years. You can find me on Twitter as [@iamDeveloper](https://twitter.com/iamDeveloper) I live in [Mumbai, India](https://www.google.co.in/#q=satyajeet+vishwak...
satyajeet
424
Hi, I'm Andrei Dziahel
My introduction post
0
2016-12-17T10:44:45
https://dev.to/adziahel/hi-im-andrei-dziahel
introductions
--- title: Hi, I'm Andrei Dziahel published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 11 years. You can find me on GitHub as [@develop7](https://github.com/develop7) I live in Brest, Belarus. I mostly program in these languages: Ruby, Javascript, Erlang, El...
adziahel
423
Hi, I'm Nikita Zdanovitch
My introduction post
0
2016-12-17T03:28:32
https://dev.to/jbatjumper/hi-im-nikita-zdanovitch
introductions
--- title: Hi, I'm Nikita Zdanovitch published: true description: My introduction post cover_image: https://avatars2.githubusercontent.com/u/2244403 tags: introductions --- I have been coding for a random number of years, but I'm sure more than 10. You can find me on GitHub with the strange username of [Jbat1Jumper](h...
jbatjumper
422
Hi, I'm David A. Wheeler
My introduction post
0
2016-12-17T01:23:08
https://dev.to/davidawheeler/hi-im-david-a-wheeler
introductions
--- title: Hi, I'm David A. Wheeler published: true description: My introduction post cover_image: tags: introductions --- You can find me on my [website](http://www.dwheeler.com), or on GitHub as [@david-a-wheeler](https://github.com/david-a-wheeler).
davidawheeler
3,309
Building the African Software Engineering Ecosystem
In Steve Case’ book, The Third Wave: An Entrepreneur’s Vision for The Future, Steve outlined the diff...
0
2018-02-10T22:20:50
http://cyberomin.github.io/ecosystem/2016/12/17/building-african-engineering-ecosystem.html
ecosystem
--- title: "Building the African Software Engineering Ecosystem" published: true tags: ecosystem canonical_url: http://cyberomin.github.io/ecosystem/2016/12/17/building-african-engineering-ecosystem.html --- In Steve Case’ book, The Third Wave: An Entrepreneur’s Vision for The Future, Steve outlined the different wave...
cyberomin
186,390
Como foi participar do #RailsGirlsSP2016
Cover muito fofo de uma das organizadoras Recentemente tive o prazer de particip...
0
2019-10-08T23:45:43
https://medium.com/@debborafernandess/rails-girls-sp-2016-df772b0ef83b
railsgirlssp2016, rails, mulheresqueprogram, iniciante
--- title: Como foi participar do #RailsGirlsSP2016 published: true date: 2016-12-16 20:51:23 UTC tags: railsgirlssp2016,ruby-on-rails,mulheres-que-program,iniciante canonical_url: https://medium.com/@debborafernandess/rails-girls-sp-2016-df772b0ef83b --- ![](https://cdn-images-1.medium.com/max/310/1*SuJe30FHT-AmX2Mhi...
debborafernandess
7,875
Django Administration: Inlines for Inlines
The default Django model administration comes with a concept of inlines. If you have a one-to-many...
0
2019-04-06T21:06:05
http://djangotricks.blogspot.com/2016/12/django-administration-inlines-for-inlines.html
admin, django, basics, intermediate
--- title: "Django Administration: Inlines for Inlines" published: true tags: Admin,Django,Basics,Intermediate canonical_url: http://djangotricks.blogspot.com/2016/12/django-administration-inlines-for-inlines.html --- ![](https://1.bp.blogspot.com/-76HnA7StJQA/WFN_Rn-JDSI/AAAAAAAABxQ/WNkXJyBjuxEv4jT3_p91b4vSP2w7x-Hag...
djangotricks
22,932
Git: Squash Commits
With git it’s possible to squash previous commits into one before sharing them ...
0
2018-03-19T18:35:02
https://dev.to/katpadi/git-squash-commits-48c6
myworklog, git, gitrebase, gitsquash
--- title: Git: Squash Commits published: true tags: my-work.log,git,git rebase,git squash canonical_url: --- With git it’s possible to [squash](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History) previous commits into one before sharing them with others. ## Step 1 For example you want to squash your last 3...
katpadi
417
Hi, I'm Jordi Riera
My introduction post
0
2016-12-16T18:18:55
https://dev.to/foutoucour/hi-im-jordi-riera
introductions
--- title: Hi, I'm Jordi Riera published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [10] years. You can find me on GitHub as [@foutoucour](https://github.com/foutoucour) I live in [Montreal]. I work for [cgstudiomap] I mostly program in these languages: [py...
foutoucour
416
Hi, I'm Leway Colin
My introduction post
0
2016-12-16T17:21:50
https://dev.to/colin/hi-im-leway-colin
introductions
--- title: Hi, I'm Leway Colin published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [@](https://github.com/) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I am currentl...
colin
414
Hi, I'm Wilkes Joiner
My introduction post
0
2016-12-16T15:41:11
https://dev.to/wilkesj/hi-im-wilkes-joiner
introductions
--- title: Hi, I'm Wilkes Joiner published: true description: My introduction post cover_image: tags: introductions --- I have been coding for many years. You can find me on Twitter as [@wilkesj](https://twitter.com/wilkesj) I live in Nashville. I work for NationBuilder I mostly program in these languages: Clojur...
wilkesj
413
Hi, I'm Peter Ferak
My introduction post
0
2016-12-16T14:17:20
https://dev.to/ferakpeter/hi-im-peter-ferak
introductions
--- title: Hi, I'm Peter Ferak published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on Twitter as [@ferakpeter](https://twitter.com/ferakpeter) I live in Vienna. I work for bwin I mostly program in these languages: JS, Clojure, C# ...
ferakpeter
407
Hi, I'm Miron Brezuleanu
My introduction post
0
2016-12-15T08:16:09
https://dev.to/mbrezurinf/hi-im-miron-brezuleanu
introductions
--- title: Hi, I'm Miron Brezuleanu published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [@](https://github.com/) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I am cur...
mbrezurinf
411
Hi, I'm Raul Neis
My introduction post
0
2016-12-16T13:41:25
https://dev.to/raulneis/hi-im-raul-neis
introductions
--- title: Hi, I'm Raul Neis published: true description: My introduction post cover_image: tags: introductions --- Hi, I'm a computer engineer, software developer and consultant, currently based on Argentina. I love Laravel and APIs and backends. I also work with Symfony, and Vue when it's about frontend. I also us...
raulneis
409
Hi, I'm yaiba
init
0
2016-12-16T06:20:46
https://dev.to/yaiba/hi-im-yaiba
introductions
--- title: Hi, I'm yaiba published: true description: init cover_image: http://img08.deviantart.net/ca60/i/2014/048/e/a/yaiba_by_vuhoaivu-d76udw1.png tags: introductions --- I have been coding for [3] years. You can find me on GitHub as [yaiba](https://github.com/yaiba) I live in [Beijing China]. I work for [compan...
yaiba
507,460
Golpo Bilash
অজানা অচেনা অনিয়মিত কিন্তু লিখার মান ভালো, এমন কিছু লেখক/লেখিকার খোঁজে ফেসবুকের মাধ্যমে শুরু হয় তল্...
0
2020-11-05T19:22:30
https://medium.com/@zuhaworld1/golpo-bilash-91cc9ec10a26
beststorybookapp
--- title: Golpo Bilash published: true date: 2016-12-15 17:24:28 UTC tags: beststorybookapp canonical_url: https://medium.com/@zuhaworld1/golpo-bilash-91cc9ec10a26 --- অজানা অচেনা অনিয়মিত কিন্তু লিখার মান ভালো, এমন কিছু লেখক/লেখিকার খোঁজে ফেসবুকের মাধ্যমে শুরু হয় তল্লাশি। একের পর এক প্রতিযোগিতার আয়োজনের মাধ্যমে নি...
armandsl
161,757
IndexedDB: Caching your data on the client side
IndexedDB: Caching your data on the client-side A few months ago I started saving data...
0
2019-08-26T11:17:28
https://roelofjanelsinga.com/articles/indexeddb-caching-your-data-on-the-client-side
webdev, caching, indexeddb, performance
--- title: IndexedDB: Caching your data on the client side published: true tags: webdevelopment, caching, indexeddb, performance canonical_url: https://roelofjanelsinga.com/articles/indexeddb-caching-your-data-on-the-client-side --- ![IndexedDB](https://thepracticaldev.s3.amazonaws.com/i/iiym2ijrao6c3qqh59pm.jpg) # I...
roelofjanelsinga
1,244,815
ETO REST API in Swift -- Enterprise, Site, and Program Select
Unwrap SSOAuthToken.  Else, handle error. Create request from webservice and SSOAuthToken. Make a...
20,423
2016-12-15T10:00:00
https://ladvien.com/eto-rest-api-swift-enterprise-site-program
eto, hmis, ios, rest
--- title: ETO REST API in Swift -- Enterprise, Site, and Program Select published: true tags: eto, hmis, ios, rest published_at: 20161215T10:00Z series: None canonical_url: https://ladvien.com/eto-rest-api-swift-enterprise-site-program main_image: https://ladvien.com/images/ETO_and_Swift_0.png --- 1. Unwrap SSOAuthTok...
ladvien
406
Hi, I'm Reece Heineke
My introduction post
0
2016-12-14T20:06:06
https://dev.to/rheineke/hi-im-reece-heineke
introductions
--- title: Hi, I'm Reece Heineke published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on GitHub as [@](https://github.com/rheineke) I live in New York City. I work for Credibly I mostly program in these languages: Python, C++, Java...
rheineke
405
Hi, I'm Kunle Oyedele
My introduction post
0
2016-12-14T19:01:13
https://dev.to/koyedele/hi-im-kunle-oyedele
introductions
--- title: Hi, I'm Kunle Oyedele published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. You can find me on Twitter as [@_koyedele](https://twitter.com/_koyedele) I live in Sunnyvale, CA. I work for Zettaset I mostly program in these languages: Java. ...
koyedele
402
Hi, I'm Baptiste Lecocq
My introduction post
0
2016-12-14T13:25:10
https://dev.to/tiste/hi-im-baptiste-lecocq
introductions
--- title: Hi, I'm Baptiste Lecocq published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 7 years. You can find me on Twitter as [@tiste](https://twitter.com/tiste). I live in Lille. I work for Ineat. I mostly program in these languages: Javascript, ruby, pyt...
tiste
114,647
Throttling Events in Angular with Rxjs
Both Angular and Rxjs give you the ability to easily listen to events. Using Angualr's...
0
2019-05-27T11:18:58
https://dev.to/martinmcwhorter/throttling-events-in-angular-with-rxjs-105c
angular, rxjs
--- title: Throttling Events in Angular with Rxjs published: true tags: angular, rxjs canonical_url: --- Both Angular and Rxjs give you the ability to easily listen to events. Using Angualr's @HostListener() annotation allows a declarative binding while using Rxjs event binding allows for filtering, debouncing and th...
martinmcwhorter
401
Hi, I'm Yehonathan Sharvit
My introduction post
0
2016-12-14T11:21:30
https://dev.to/viebel/hi-im-yehonathan-sharvit
introductions
--- title: Hi, I'm Yehonathan Sharvit published: true description: My introduction post cover_image: tags: introductions --- I have been coding since 2001. You can find me on Twitter as [@viebel](https://twitter.com/viebel) I mostly program in these languages: Clojure, ClojureScript and JavaScript. I am writing a ...
viebel
399
You Wouldn't Base64 a Password! Cryptography Terms and Concepts for Developers
A gentle introduction to cryptography concepts and terminology.
0
2016-12-13T21:57:50
https://dev.to/paragonie/you-wouldnt-base64-a-password-cryptography-terms-and-concepts-for-developers
--- title: You Wouldn't Base64 a Password! Cryptography Terms and Concepts for Developers published: true description: A gentle introduction to cryptography concepts and terminology. cover_image: http://i.imgur.com/ryBM6PI.png tags: --- > Originally published at: [You Wouldn't Base64 a Password! on the Paragon Initia...
paragoniescott
398
The Idea of Lisp
How a programming language can be an idea.
0
2016-12-13T21:35:15
http://www.lispcast.com/idea-of-lisp
lisp, alankay
--- title: The Idea of Lisp published: true description: How a programming language can be an idea. cover_image: http://www.lispcast.com/img/alan%20kay%20lisp%20idea.jpg tags: lisp, alan kay canonical_url: http://www.lispcast.com/idea-of-lisp --- LISP. It conjures up visions of a bygone age of computers the size of re...
ericnormand
130,210
DCCP: The socket type you probably never heard of
TL;DR: DCCP is a relatively newer transport layer protocol which draws from both TCP and UDP. Jump st...
0
2019-06-30T14:32:37
https://www.anmolsarma.in/post/dccp/
network, protocol
--- title: DCCP: The socket type you probably never heard of published: true tags: network, protocol canonical_url: https://www.anmolsarma.in/post/dccp/ --- _TL;DR: DCCP is a relatively newer transport layer protocol which draws from both TCP and UDP. Jump straight to the example C code._ ## Background Historically...
anmolsarma
396
Hi, I'm Evil Commissar
My introduction post
0
2016-12-13T15:58:57
https://dev.to/abandonedsign/hi-im-evil-commissar
introductions
--- title: Hi, I'm Evil Commissar published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@abandoned_sign](https://twitter.com/abandoned_sign) I live in [city]. I work for [company] I mostly program in these langu...
abandonedsign
395
Hi, I'm Constantine Nikolaou
My introduction post
0
2016-12-13T12:01:24
https://dev.to/cnikolaou/hi-im-costa
introductions
--- title: Hi, I'm Constantine Nikolaou published: true description: My introduction post cover_image: tags: introductions --- I have been writing code for +10 years. You can find me on Twitter as [@cnicolaou](https://twitter.com/cnicolaou) I live in Amsterdam, Netherlands. I work as a Solutions Architect at Mobiq...
cnikolaou