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
7,425
Free eBook: Understanding Azure – A Guide for Developers
Microsoft has shared new book on Azure. It contains all the services explained in “Why” and “How” sce...
0
2018-03-12T15:24:10
http://blog.mandarbadve.com/2016/10/18/free-ebook-understanding-azure-a-guide-for-developers/
azure, ebooks
--- title: "Free eBook: Understanding Azure – A Guide for Developers" published: true tags: Azure,eBooks, canonical_url: http://blog.mandarbadve.com/2016/10/18/free-ebook-understanding-azure-a-guide-for-developers/ --- Microsoft has shared new book on Azure. It contains all the services explained in “Why” and “Ho...
mandarbadve
380,943
Getting started with Scala
So you want to write your first Scala application? Before that, you need to install Scala on your PC...
0
2020-07-03T17:20:48
https://devz.life/blog/getting-started-with-scala/
scala
--- title: Getting started with Scala published: true date: 2016-10-17 22:00:00 UTC tags: scala cover_image: https://cdn.sanity.io/images/0a8atbln/production/49e1fc4af72a553a0578ebaddef09a97e9006d67-1920x1280.jpg?rect=0,100,1920,1080&w=1200&h=675&fit=crop&auto=format canonical_url: https://devz.life/blog/getting-starte...
mkovacek
105,953
Field Report: Elm
A first
0
2016-10-17T15:56:01
https://dev.to/jskulski/field-report-elm-1l26
javascript, elm, frontend, fieldreport
--- title: 'Field Report: Elm' description: A first date: '2016-10-17T15:56:01.040Z' tags: javascript, elm, front-end, field-report published: true --- *A few years ago I took Elm for a spin.* ### Elm? In brief, Elm is a functional language from the ML-family that compiles to javascript to run in the browser. It is...
jskulski
192
This Week in Code, October 17th
Facebook releases package manager, GitHub and GitLab expose ethical grey area of censoring information, and so much more!
0
2016-10-17T14:31:17
https://dev.to/ben/this-week-in-code-october-17th
twic, yarn, gitlab
--- title: This Week in Code, October 17th published: true description: Facebook releases package manager, GitHub and GitLab expose ethical grey area of censoring information, and so much more! cover_image: http://i.imgur.com/IbmVSrr.png tags: twic, yarn, gitlab --- In case you missed any of it, here are some of the m...
ben
191
Hi, I'm Shrikrishna Bhardwaj
My introduction post
0
2016-10-17T06:12:38
https://dev.to/skbhardwaj/hi-im-sk-bhardwaj
introductions
--- title: Hi, I'm Shrikrishna Bhardwaj published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 7 years. You can find me on Twitter as [@skbhardwaj](https://twitter.com/skbhardwaj) I live in New Delhi, India. I mostly program in these languages: JavaScript, HTM...
skbhardwaj
189
A Mentor's Crossroad
Tips for Mentoring and Menteeing
0
2016-10-15T03:54:22
https://dev.to/rubynista/a-mentors-crossroad
mentorship
--- title: "A Mentor\'s Crossroad" published: true description: Tips for Mentoring and Menteeing cover_image: tags: mentorship --- Being an experienced developer puts me in a unique position: I am finding opportunities to mentor while still absorbing the lessons of those around me. The best ways to be a supportive fi...
rubynista
188
Hi, I'm Theresa Luu
My introduction post
0
2016-10-15T02:57:50
https://dev.to/rubynista/hi-im-theresa-luu
introductions
--- title: Hi, I'm Theresa Luu published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 5 years- 3 years professionally. You can find me on Twitter as [@theresaluu](https://twitter.com/theresaluu) I live in Souther California. I am a developer/analyst for LeVeck...
rubynista
187
Hi, I'm BoJack Horseman
My introduction post
0
2016-10-14T19:10:11
https://dev.to/ochente/hi-im-bojack-horseman
introductions
--- title: Hi, I'm BoJack Horseman published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 1 years. You can find me on Twitter as [@ochente](https://twitter.com/ochente) I live in São Paulo. I work for myself I mostly program in these languages: Node-js, Java...
ochente
186
Hi, I'm Eduardo Coelho
My introduction post
0
2016-10-14T18:14:47
https://dev.to/ebcoelho/hi-im-eduardo-coelho
introductions
--- title: Hi, I'm Eduardo Coelho published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@ebcoelho20](https://twitter.com/ebcoelho20) I live in [city]. I work for [company] I mostly program in these languages: [l...
ebcoelho
716,851
AB Test jQuery Performance Cheat Sheet
If you write AB tests with jQuery you have to make sure you write your code as optimised as possibl...
0
2021-06-03T08:43:23
https://www.recoveryarea.nl/ab-testing/ab-test-jquery-performance-cheat-sheet/
abtesting, javascript, performance
--- title: AB Test jQuery Performance Cheat Sheet published: true date: 2016-10-14 16:02:50 UTC tags: ABTesting,JavaScript,Performance canonical_url: https://www.recoveryarea.nl/ab-testing/ab-test-jquery-performance-cheat-sheet/ --- ![cheating](http://static.recoveryarea.nl/uploads/2016/10/Cheating-In-Exams-16.jpg) I...
ipasqualito
69,717
Purging files from Git history
Most developers, like me, use Git for versioning. Even for personal projects, it’s great to have a hi...
0
2019-10-27T09:38:34
https://dev.to/gerbrandvd/purging-files-from-git-history-2j89
--- title: Purging files from Git history published: true tags: canonical_url: --- Most developers, like me, use Git for versioning. Even for personal projects, it’s great to have a history of files available. Deleting a file in git will cause it to remove from your working directory, while the file is still present...
gerbrandvd
16,694
How to Use Real Constants in Laravel
I’ve read several posts around the web suggesting the use of config variables as constants in...
0
2018-01-11T19:35:18
https://dev.to/mariordev/how-to-use-real-constants-in-laravel-977
laravel, php, constants
--- title: "How to Use Real Constants in Laravel" published: true tags: laravel,php,constants,Laravel canonical_url: --- I’ve read several posts around the web suggesting the use of config variables as constants in Laravel. The issue I see with that, is that those are not real constants. They are variables. If you ne...
mariordev
185
Hi, I'm Tiffany White
My introduction post
0
2016-10-14T05:49:31
https://dev.to/0x8c/hi-im-tiffany-white
introductions
--- title: Hi, I'm Tiffany White published: true description: My introduction post cover_image: https://hd.unsplash.com/photo-1461749280684-dccba630e2f6 tags: introductions --- I have been coding for 2 and 1/2 years. You can find me on GitHub as [@twhite96](https://github.com/twhite96) I live in Pittsburgh. I am a ...
0x8c
184
Hi, I'm Christian Schlensker
Hello Dev.to 👋
0
2016-10-13T21:36:58
https://dev.to/wordofchristian/hi-im-christian-schlensker
introductions
--- title: Hi, I'm Christian Schlensker published: true description: Hello Dev.to 👋 cover_image: tags: introductions --- I am a former web designer and have been coding for 10 years. I live in sunny San Francisco and am a Senior Frontend Engineer at [Bugsnag](https://bugsnag.com) - You can find my code on GitHub...
wordofchristian
183
Replacing npm with Yarn
Bugsnag's initial reactions to the new package-manager, Yarn
0
2016-10-13T18:32:04
https://blog.bugsnag.com/replacing-npm-with-yarn/
yarn, npm, javascript, packagemanager
--- title: Replacing npm with Yarn published: true description: Bugsnag's initial reactions to the new package-manager, Yarn cover_image: tags: yarn, npm, javascript, package-manager --- *This post was originally published on the [Bugsnag blog](https://blog.bugsnag.com/replacing-npm-with-yarn/). [Bugsnag's real-time...
wordofchristian
177
This Week in Code, October 10th
A major open-source company shuts down, the Internet argues about JavaScript, and more!
0
2016-10-10T14:39:51
https://dev.to/ben/this-week-in-code-october-10th
rethinkdb, javascript, plang
--- title: This Week in Code, October 10th published: true description: A major open-source company shuts down, the Internet argues about JavaScript, and more! cover_image: http://i.imgur.com/cyNVO8X.png tags: rethinkdb,javascript,p-lang --- In case you missed any of it, here are some of the most noteworthy links for ...
ben
115,665
What is Blockchain, Bitcoin, Ethereum and Smart Contracts
by Liz Broekhuyse You may or may not heard about Blockchain, but is the technolo...
0
2019-05-30T00:25:25
https://dev.to/tonioriol/what-is-blockchain-bitcoin-ethereum-and-smart-contracts-354i
blockchain, bitcoin, smartcontracts, ethereum
--- title: What is Blockchain, Bitcoin, Ethereum and Smart Contracts published: true tags: blockchain,bitcoin,smart-contracts,ethereum canonical_url: --- ![](https://cdn-images-1.medium.com/max/800/1*Yl8N6V5UghPCmpqVuobO8A.jpeg)<figcaption>by <a href="https://dribbble.com/Theysaurus">Liz Broekhuyse</a></figcaption> ...
tonioriol
77,802
Write your first web scraper in Python with Beautifulsoup
Ok so I am going to write the simplest web scraper in Python with the help of l...
0
2019-01-24T19:17:23
http://blog.adnansiddiqi.me/write-your-first-web-scraper-in-python-with-beautifulsoup/
python, scraping, webscraping
--- title: Write your first web scraper in Python with Beautifulsoup published: true tags: Python,scraping, web scraping canonical_url: http://blog.adnansiddiqi.me/write-your-first-web-scraper-in-python-with-beautifulsoup/ --- Ok so I am going to write the simplest web scraper in Python with the help of libraries like...
kadnan
27,565
Recursion in JavaScript with ES6, destructuring and rest/spread
The latest ECMA standard for JavaScript (ECMAScript 6) makes JavaScript more readable by encouraging...
0
2018-04-22T23:00:31
https://codewithhugo.com/recursion-in-javascript-with-es6-destructuring-and-rest/spread/
javascript, es6, recursion, functional
--- title: Recursion in JavaScript with ES6, destructuring and rest/spread published: true tags: javascript,es6,recursion,functional canonical_url: https://codewithhugo.com/recursion-in-javascript-with-es6-destructuring-and-rest/spread/ cover_image: https://images.unsplash.com/photo-1416269223193-bc45028133f5?ixlib=rb-...
hugo__df
865,359
Step by step instructions on how to convert Excel spreadsheet to Entity Framework solution
Sometimes you have some Excel data and all you want to do is quickly analyse it. This article details...
0
2021-10-16T02:12:00
https://waiholiu.blogspot.com/2016/10/excel2EF.html
net, c, nerdspeak
--- title: Step by step instructions on how to convert Excel spreadsheet to Entity Framework solution published: true date: 2016-10-09 12:12:00 UTC tags: NET,c,nerdSpeak canonical_url: https://waiholiu.blogspot.com/2016/10/excel2EF.html --- Sometimes you have some Excel data and all you want to do is quickly analyse i...
diskdrive
175
Hi, I'm Nicotupe
My introduction post
0
2016-10-06T15:08:07
https://dev.to/nicotupe/hi-im-nicotupe
introductions
--- title: Hi, I'm Nicotupe published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on GitHub as [@BCoulange](https://github.com/BCoulange) I live in Paris. I work for [Cornis](http://web.cornis.fr) and podcast (in french) each week ab...
nicotupe
174
The Concepts and Misconceptions of Reactive Programming
An interview with reactive programming expert André Staltz
0
2016-10-06T14:09:34
https://dev.to/reactiveconf/the-concepts-and-misconceptions-of-reactive-programming
reactive, rxjs, cyclejs
--- title: The Concepts and Misconceptions of Reactive Programming published: true description: An interview with reactive programming expert André Staltz cover_image: http://i.imgur.com/2TKriCb.png tags: reactive, rxjs, cyclejs --- Reactive programming is a powerful, and sometimes misunderstood, programming paradigm...
ben
173
Hi, I'm MT
My introduction post
0
2016-10-06T13:52:27
https://dev.to/mtuulu/hi-im-mt
introductions
--- title: Hi, I'm MT published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 7 years. I live in New York. I mostly program in these languages: java, python. I am currently learning more about GraphQL, ProtoBuffer. Nice to meet you.
mtuulu
170
Hi, I'm Laud B
a javascript dev exploring the web landscape.
0
2016-10-06T09:03:01
https://dev.to/laudb/hi-im-laud-b
introductions
--- title: Hi, I'm Laud B published: true description: a javascript dev exploring the web landscape. cover_image: tags: introductions --- I have been coding for 2 years. You can find me on GitHub as [@laudb](https://github.com/laudb) I live in Ghana. I mostly program in these languages: javascript. I am currentl...
laudb
3,306
The New World
“The line it is drawn The curse it is cast The slow one now Will later be fast As the present now Wi...
0
2018-02-10T22:20:50
http://cyberomin.github.io/startup/2016/10/06/the-new-world.html
startup
--- title: "The New World" published: true tags: startup canonical_url: http://cyberomin.github.io/startup/2016/10/06/the-new-world.html --- > “The line it is drawn The curse it is cast The slow one now Will later be fast As the present now Will later be past The order is rapidly fadin’ And the first one now will late...
cyberomin
570,609
WHERE_TO_PUT.CONSTANTS
When writing software, some conversations happen over and over again. Over the years, I’ve seen diffe...
0
2021-01-14T19:55:42
https://bmuskalla.github.io/blog/2016-10-06-wheretoputconstants/
java, programming, computerscience
--- title: WHERE_TO_PUT.CONSTANTS published: true date: 2016-10-06 00:00:00 UTC tags: java, programming, computerscience canonical_url: https://bmuskalla.github.io/blog/2016-10-06-wheretoputconstants/ --- When writing software, some conversations happen over and over again. Over the years, I’ve seen different solution...
bmuskalla
169
Hi, I'm Tiago Faustino
My introduction post
0
2016-10-05T19:36:08
https://dev.to/tiagofaustino/hi-im-tiago-faustino
introductions
--- title: Hi, I'm Tiago Faustino published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 4 years. You can find me on GitHub as [@tiagofaustino](https://github.com/tiagofaustino) I live in Rio de Janeiro. I work for Accenture Brasil. I mostly program in these la...
tiagofaustino
167
Why I believe GraphQL will come to replace REST
0
2016-10-04T18:12:48
https://dev.to/martijnwalraven/why-i-believe-graphql-will-come-to-replace-rest
graphql, apidesign, querylanguages
--- title: Why I believe GraphQL will come to replace REST published: true description: cover_image: tags: graphql, api-design, query-languages --- [GraphQL](http://graphql.org) is a product-developer-friendly and efficient method for fetching structured data from a server, designed to be an alternative to REST. It w...
martijnwalraven
166
Hi, I'm Andrew Petro
My introduction post
0
2016-10-03T20:41:40
https://dev.to/apetro/hi-im-andrew-petro
introductions
--- title: Hi, I'm Andrew Petro published: true description: My introduction post cover_image: tags: introductions --- I have been coding for a number of years. You can find me on GitHub as [@apetro](https://github.com/apetro) I live in Madison, WI. I work for UW-Madison. I mostly program in these languages: Java...
apetro
165
Demanding transparency during your job search
A few years ago, I was working as an in-house recruiter for a large global hedge fund. For a financia...
0
2016-10-03T20:32:48
https://dev.to/jodionis/demanding-transparency-during-your-job-search
recruiting, startup, developer, devpost
--- title: Demanding transparency during your job search published: true description: cover_image: https://challengepost-assets.s3.amazonaws.com/emails/careers-newsletter/email-teampage-sample.jpg tags: recruiting,startups,developer,Devpost --- A few years ago, I was working as an in-house recruiter for a large glob...
jodionis
164
Hi, I'm Joanna Dionis
My introduction post
0
2016-10-03T20:05:16
https://dev.to/jodionis/hi-im-joanna-dionis
introductions
--- title: Hi, I'm Joanna Dionis published: true description: My introduction post cover_image: tags: introductions --- I've been working with the developer community for four years. You can find me on Twitter as [@jodionis](https://twitter.com/jodionis) I live in New York, with frequent stops in Sydney. I work fo...
jodionis
162
World-Class Conference in 90 Days, Part 1 – Speakers
Pulling together a great developer conference
0
2016-10-02T19:20:31
https://dev.to/reactiveconf/world-class-conference-in-90-days--speakers
--- title: World-Class Conference in 90 Days, Part 1 – Speakers published: true description: Pulling together a great developer conference cover_image: https://scontent-vie1-1.xx.fbcdn.net/t31.0-8/12188021_420890934787240_908683823679590536_o.jpg tags: --- When we started organizing the first year of [ReactiveConf]...
hleumas
161
Hi, I'm Samuel Hapák
My introduction post
0
2016-10-02T19:02:16
https://dev.to/hleumas/hi-im-samuel-hapk
introductions
--- title: Hi, I'm Samuel Hapák published: true description: My introduction post cover_image: tags: introductions --- I am co-organizer of [ReactiveConf](https://reactiveconf.com) and co-founder of software boutique [VacuumLabs](https://vacuumlabs.com). I play board games and I am a fan of the healthy lifestyle. M...
hleumas
160
Hi, I'm Jess
My introduction post
0
2016-10-02T16:25:42
https://dev.to/jess/hi-im-jess
introductions
--- title: Hi, I'm Jess published: true description: My introduction post cover_image: tags: introductions --- I have been coding for one year. You can find me on GitHub as [@jessleenyc](https://github.com/jessleenyc) I live in Brooklyn, NY. I work for dev.to & dosomething.org. I mostly program in these language...
jess
159
This Week in Code, for the Week of Sep 26 to Oct 2
Several major releases, a big corporate AI partnership and more
0
2016-10-01T16:03:34
https://dev.to/ben/this-week-in-code-for-the-week-of-sep-26-to-oct-2
rust, postgres, ai
--- title: This Week in Code, for the Week of Sep 26 to Oct 2 published: true description: Several major releases, a big corporate AI partnership and more cover_image: http://i.imgur.com/KWwAqXu.png tags: rust, postgres, artificialintelligence --- It was a big week for all things [Cyber](http://www.theverge.com/2016/9...
ben
1,244,813
How to Build a Robotics Digital-Hackerspace
Some HTML Why the Hell? Wow, it's been awhile since I've actually written anything in...
20,423
2016-10-01T10:00:00
https://ladvien.com/how-to-build-a-robotics-digital-hackerspace
robots, hacker
--- title: How to Build a Robotics Digital-Hackerspace published: true tags: robots, hacker published_at: 20161001T10:00Z series: None canonical_url: https://ladvien.com/how-to-build-a-robotics-digital-hackerspace main_image: https://ladvien.com/images/a1.JPG --- ### Some HTML <u>Why the Hell?</u> ![LeavingLMR.jpg](h...
ladvien
8,675
Git Basics
Fortunately/unfortunately, I've had the pleasure of working with very young folks. For their benefit...
0
2018-09-13T02:26:28
https://dev.to/mohanarpit/git-basics-47da
git, newbie
--- title: Git Basics published: true tags: git, newbie canonical_url: --- Fortunately/unfortunately, I've had the pleasure of working with very young folks. For their benefit, I ended up creating a short presentation on Git and how to use it within the team. I’m sharing that here in the hope that some poor soul out...
mohanarpit
158
Hi, I'm Erin Morrissey
My introduction post
0
2016-09-30T21:13:15
https://dev.to/erinmorrissey/hi-im-erin-morrissey
introductions
--- title: Hi, I'm Erin Morrissey published: true description: My introduction post cover_image: tags: introductions --- I have been technically been coding since 2001, but decided to double-down on my front and back end skills this summer. You can find me on GitHub as [@erinmorrissey](https://github.com/erinmorriss...
erinmorrissey
1,792,130
How to use the Doctrine command line developing a Symfony Bundle
Maybe you need to use the Doctrine’s command line while you are developing a Symfony Bundle (or...
0
2024-03-16T10:06:51
https://io.serendipityhq.com/experience/doctrine-command-line-symfony-bundle/
experience, doctrine, php
--- title: How to use the Doctrine command line developing a Symfony Bundle published: true date: 2016-09-30 16:14:04 UTC tags: Experience,Doctrine,PHP canonical_url: https://io.serendipityhq.com/experience/doctrine-command-line-symfony-bundle/ --- Maybe you need to use the Doctrine’s command line while you are develo...
aerendir
157
Bots are Playing a Bigger Role in the Election than People Realize
The role of automation in the US presidential election is substantial and future events of this nature may become even moreso.
0
2016-09-30T15:45:17
https://dev.to/ben/bots-are-playing-a-bigger-role-in-the-election-than-people-realize
politics, automation, security
--- title: Bots are Playing a Bigger Role in the Election than People Realize published: true description: The role of automation in the US presidential election is substantial and future events of this nature may become even moreso. cover_image: http://i.imgur.com/1JLjfnB.png tags: politics, automation, security --- ...
ben
36,087
Lets make a chat app over telnet
Its completely okay to play with your terminal The idea is very simple. Build a server a...
0
2018-06-21T08:06:25
https://dev.to/sadick/lets-make-a-chat-over-telnet-f88
chat, terminal, go, programming
--- title: Lets make a chat app over telnet published: true tags: chat,terminal,golang,programming canonical_url: --- #### Its completely okay to play with your terminal ![](https://cdn-images-1.medium.com/max/960/1*yFPFek93DYHDwE5uvTSnbw.gif) The idea is very simple. Build a server and use telnet as a client to re...
sadick
156
What I've Learned After Three Months of Coding (Almost) Daily
Focus is key. Maaajor key. This has been the single most important factor on my coding journey. And i...
0
2016-09-29T20:22:36
https://dev.to/shanise/what-ive-learned-after-three-months-of-coding-almost-daily
webdev, coding
--- title: What I've Learned After Three Months of Coding (Almost) Daily published: true description: cover_image: https://c4.staticflickr.com/2/1444/25392390163_b8392b85db_z.jpg tags: web development, coding, web dev --- <strong>Focus is key. Maaajor key.</strong> This has been the single most important factor on my...
shanise
1,092,228
Looking back Ten years
Next month I will celebrate ten years working at my current job, two weeks after that I will start...
0
2022-05-23T06:58:57
https://www.funkysi1701.com/posts/2016/looking-back-ten-years/
--- title: Looking back Ten years published: true date: 2016-09-29 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2016/looking-back-ten-years/ --- ![](https://storageaccountblog9f5d.blob.core.windows.net/blazor/wp-content/uploads/2016/09/10-year-term-life-insurance.gif?resize=471%2C314) Next mon...
funkysi1701
153
Hi, I'm Mike Coutermarsh
My introduction post
0
2016-09-28T22:22:45
https://dev.to/mscccc/hi-im-mike-coutermarsh
introductions
--- title: Hi, I'm Mike Coutermarsh published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@mscccc](https://twitter.com/mscccc) I live in [city]. I work for [company] I mostly program in these languages: [languag...
mscccc
303,353
Une stack ELK from scratch avec Docker
Ou comment déployer une architecture de monitoring en quelques minutes. Mo-ni-to-rer En q...
0
2020-04-09T13:54:51
https://d3rwan.github.io/d3rwan-blog/posts/elk-depuis-zero
monitoring, elk, elasticsearch, kibana
--- title: Une stack ELK from scratch avec Docker published: true date: 2016-09-28 12:00:00 UTC tags: monitoring, elk, elasticsearch, kibana canonical_url: https://d3rwan.github.io/d3rwan-blog/posts/elk-depuis-zero --- Ou comment déployer une architecture de monitoring en quelques minutes. ## Mo-ni-to-rer En quelque...
d3rwan
303,352
An ELK stack from scratch, with Docker
Or how to deploy a complete monitoring architecture in few minutes. Monitor In few years,...
0
2020-04-09T13:55:41
https://d3rwan.github.io/d3rwan-blog/posts/elk-from-scratch
monitoring, elk, elasticsearch, kibana
--- title: An ELK stack from scratch, with Docker published: true date: 2016-09-28 12:00:00 UTC tags: monitoring, elk, elasticsearch, kibana canonical_url: https://d3rwan.github.io/d3rwan-blog/posts/elk-from-scratch --- Or how to deploy a complete monitoring architecture in few minutes. ## Monitor In few years, moni...
d3rwan
152
Hi, I'm Roger Verhoeven
My introduction post
0
2016-09-28T05:14:04
https://dev.to/rogerverhoeven/hi-im-roger-verhoeven
introductions
--- title: Hi, I'm Roger Verhoeven published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 5 years. You can find me on Twitter as [@Rogeliketweety](https://twitter.com/Rogeliketweety) All My Blogs Social Media : http://appearoo.com/RogerBLVerhoeven I live in Am...
rogerverhoeven
151
Hi, I'm Leigh Lawhon
My introduction post
0
2016-09-28T00:11:00
https://dev.to/carbondesign/hi-im-leigh-lawhon
introductions
--- title: Hi, I'm Leigh Lawhon 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/carbondesign/) I live in Ashburn which is just outside of Washington DC. I work for Booz Allen Hamilton I mos...
carbondesign
11,175
XojoTalk 029 – I Went to High School with the Apple File System Guy
In this special episode of XojoTalk, the tables are turned as XojoTalk host Paul Lefebvre is...
0
2017-11-28T14:25:27
https://blog.xojo.com/2016/09/27/xojotalk-029-i-went-to-high-school-with-the-apple-file-system-guy/
apfs, apple, atari
--- title: "XojoTalk 029 – I Went to High School with the Apple File System Guy" published: true tags: APFS,Apple,Atari canonical_url: https://blog.xojo.com/2016/09/27/xojotalk-029-i-went-to-high-school-with-the-apple-file-system-guy/ --- In this special episode of XojoTalk, the tables are turned as XojoTalk host Paul...
lefebvre
8,283
Tweaking Configuration For React Scripts In Create React App
I recently worked on an issue on Create React App (CRA) for which I needed to u...
0
2018-02-08T17:38:34
https://medium.com/@shubheksha/tweaking-configuration-for-react-scripts-in-create-react-app-d91e9d03a42f
webdev, npm, react, javascript
--- title: "Tweaking Configuration For React Scripts In Create React App" published: true tags: web-development,npm,react,javascript canonical_url: https://medium.com/@shubheksha/tweaking-configuration-for-react-scripts-in-create-react-app-d91e9d03a42f --- I recently worked on an [issue](https://github.com/facebookinc...
shubheksha
150
This Week in Code, for the Week of Sep 19-25
In case you missed this week's programming news and commentary
0
2016-09-24T16:01:21
https://dev.to/ben/this-week-in-code-for-the-week-of-sep-19-25
--- title: This Week in Code, for the Week of Sep 19-25 published: true description: In case you missed this week's programming news and commentary cover_image: http://media.indiedb.com/images/games/1/47/46436/Typography-Numbers-Binary-World-.1.jpg tags: --- In case you missed any of this, here are some of this week'...
ben
34,428
Essential JavaScript Array Functions
Arrays are everywhere in JavaScript, but it’s easy to make a mess of them and m...
0
2018-06-19T10:26:32
https://medium.com/@jackmarchant/essential-javascript-array-functions-82a00487d43e
javascript, functionalprogrammi, programming, arrays
--- title: Essential JavaScript Array Functions published: true tags: javascript,functional-programmi,programming,arrays canonical_url: https://medium.com/@jackmarchant/essential-javascript-array-functions-82a00487d43e --- Arrays are everywhere in JavaScript, but it’s easy to make a mess of them and make it almost imp...
jackmarchant
149
Past and future of client-side routing
A short introduction to my ReactiveConf talk next month
0
2016-09-23T22:28:25
https://dev.to/reactiveconf/past-and-future-of-client-side-routing
javascript, routing
--- title: Past and future of client-side routing published: true description: A short introduction to my ReactiveConf talk next month cover_image: tags: javascript,routing --- I've been given the opportunity to speak at [ReactiveConf](https://reactiveconf.com/) next month where I'll talk about client application rou...
troch
148
Hi, I'm Thomas Roch
My introduction post
0
2016-09-23T22:10:30
https://dev.to/troch/hi-im-thomas-roch
introductions
--- title: Hi, I'm Thomas Roch published: true description: My introduction post cover_image: tags: introductions --- I have been coding for several years. You can find me on GitHub as [@troch](https://github.com/troch) I live in Glasgow (UK). I work for FanDuel. I mostly program in these languages: JavaScript. ...
troch
85,746
Introduction to ARIA Attributes
Making the web accessible for all who use it is a massively important part of our job. Recently I was...
0
2019-02-25T03:05:34
https://dommagnifi.co/2016-09-23-introduction-to-aria-attributes/
a11y, aria
--- title: Introduction to ARIA Attributes published: true tags: a11y, aria, accessibility canonical_url: https://dommagnifi.co/2016-09-23-introduction-to-aria-attributes/ --- Making the web accessible for all who use it is a massively important part of our job. Recently I was able to work on a component library that ...
magnificode
142
Make good decisions
Being a great developer boils down to one simple thing.
0
2016-09-20T21:46:31
https://dev.to/developerscode/make-good-decisions
--- title: Make good decisions published: true description: Being a great developer boils down to one simple thing. cover_image: https://c1.staticflickr.com/7/6030/5966894496_cdfeb202cc_b.jpg tags: --- My alma mater, Northwestern University, holds the unfortunate distinction of being the only school in a major athlet...
developerscode
465,338
Personal Branding For Developers: Why and How?
Many of the developers believe that they are immune to the need of marketing/branding themselves. As...
0
2020-09-25T04:44:28
https://www.loginradius.com/engineering/blog/personal-branding-for-developers/
branding
--- title: Personal Branding For Developers: Why and How? published: true date: 2016-09-23 00:00:00 UTC tags: Branding canonical_url: https://www.loginradius.com/engineering/blog/personal-branding-for-developers/ --- Many of the developers believe that they are immune to the need of marketing/branding themselves. As a...
mohammed786
147
Hi, I'm Erkut Doru
My introduction post
0
2016-09-22T23:33:33
https://dev.to/wannabneo/hi-im-erkut-doru
introductions
--- title: Hi, I'm Erkut Doru published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 0.1 years. You can find me on Twitter as [@WannaBNeo](https://twitter.com/WannaBNeo) I live in London. I work for money. I code for love. I mostly program in these languages...
wannabneo
1,093,999
10 Ways to Survive as an IT Manager
So after five and a bit years of being an IT Manager here is some advice I have learned along the way...
0
2022-05-24T08:17:01
https://www.funkysi1701.com/posts/2016/10-ways-to-survive-as-an-it-manager/
--- title: 10 Ways to Survive as an IT Manager published: true date: 2016-09-22 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2016/10-ways-to-survive-as-an-it-manager/ --- So after five and a bit years of being an IT Manager here is some advice I have learned along the way in no particular order...
funkysi1701
8,282
How to find your first open source bug to fix
When you’re new to open source, you’ll find yourself asking: I know some [p...
0
2017-10-11T20:10:41
https://medium.freecodecamp.org/finding-your-first-open-source-project-or-bug-to-work-on-1712f651e5ba
lifelessons, webdev, opensource, programming
--- title: "How to find your first open source bug to fix" published: true tags: life-lessons,web-development,open-source,programming canonical_url: https://medium.freecodecamp.org/finding-your-first-open-source-project-or-bug-to-work-on-1712f651e5ba --- ![](https://cdn-images-1.medium.com/max/640/1*qaM9LjB9PY5pwj9RDt...
shubheksha
143
How Igor Minar and the AngularJS Team Build Software
A few questions for Google's Igor Minar, who heads up the Angular project.
0
2016-09-21T14:14:25
https://dev.to/reactiveconf/how-igor-minar-and-the-angularjs-team-build-software
angular, javascript, opensource
--- title: How Igor Minar and the AngularJS Team Build Software published: true description: A few questions for Google's Igor Minar, who heads up the Angular project. cover_image: http://i.imgur.com/uNSBmx8.png tags: angularjs, javascript, open-source --- Software development can be as much about choosing the right t...
ben
15,214
Introducing Review Roulette
At Moxio we recently started an experiment we called ‘Review Roulette’: a pro...
0
2017-12-27T14:58:24
https://www.moxio.com/blog/8/introducing-review-roulette
learning, softwaredevelopment, knowledgesharing, codequality
--- title: "Introducing Review Roulette" published: true tags: learning,software-development,knowledge-sharing,code-quality canonical_url: https://www.moxio.com/blog/8/introducing-review-roulette --- ![](https://cdn-images-1.medium.com/max/813/1*l0cszOg2FUShauNqL6dayA.png) At Moxio we recently started an experiment w...
arnoutboks
131,536
On Democratizing the Next Generation of User Interfaces
Musings of a dev trying to plan for the future I remember making a program come alive back...
0
2019-07-05T03:16:13
https://tryexceptpass.org/article/on-democratizing-the-next-generation-of-user-interfaces/
python, 3d, gui
--- title: On Democratizing the Next Generation of User Interfaces published: true tags: python, 3d, gui canonical_url: https://tryexceptpass.org/article/on-democratizing-the-next-generation-of-user-interfaces/ cover_image: https://tryexceptpass.org/images/democratizing-next-gen-ui.jpeg --- ### Musings of a dev trying...
tryexceptpass
76,671
String Interpolation - So Hot Right Now
One of my theories about modern programming languages is that they are all slow...
0
2019-01-20T15:00:04
https://horia141.com/string-interpolation.html
computerscience, programminglanguage, post
--- title: String Interpolation - So Hot Right Now published: true tags: computer_science,programming_language,post canonical_url: https://horia141.com/string-interpolation.html --- One of my theories about modern programming languages is that they are all slowly converging towards two-to-five archetypes. And this hap...
horia141
141
Considering the Tradeoffs in Page Size Optimization
Why is it sometimes worthwhile to save a few bytes and sometimes not.
0
2016-09-19T15:44:37
https://dev.to/ben/considering-the-tradeoffs-in-page-size-optimization
webperf, html, optimization
--- title: Considering the Tradeoffs in Page Size Optimization published: true description: Why is it sometimes worthwhile to save a few bytes and sometimes not. cover_image: tags: web-performance, html, optimization --- Google's style guide suggests [omitting optional tags](https://google.github.io/styleguide/htmlcs...
ben
140
Hi, I'm Chris Laughlin
My introduction post
0
2016-09-19T13:44:37
https://dev.to/chrislaughlin/hi-im-chris-laughlin
introductions
--- title: Hi, I'm Chris Laughlin published: true description: My introduction post cover_image: https://en.gravatar.com/userimage/15886840/566f2646f29cfe1cc5aab5b27dd50cdd.jpeg tags: introductions --- I have been coding for 10 years. You can find me on Twitter as [@chrislaughlin](https://twitter.com/chrislaughlin) ...
chrislaughlin
122
A Beginner's Very Bumpy Journey Through The World of Open Source
0
2016-09-11T22:32:25
https://dev.to/shubheksha/a-beginners-very-bumpy-journey-through-the-world-of-opensource
opensource, beginners, programming, learningtocode
--- title: A Beginner's Very Bumpy Journey Through The World of Open Source published: true description: cover_image: tags: open source,beginners,programming,learning to code --- Did you land on this story looking for advice on how to start contributing to open source? There are tons of these stories on the inter-...
shubheksha
1,674,822
ECMAScript 2016 – ES7 – zaczynamy!
ECMAScript to standard programistyczny i wyrocznia dla wielu języków skryptowych (m.in. JavaScriptu)....
0
2023-11-22T12:50:06
https://dawidrylko.com/ecmascript-2016-es-7-zaczynamy/
javascript
--- title: ECMAScript 2016 – ES7 – zaczynamy! published: true date: 2016-09-19 00:00:00 UTC tags: [javascript] canonical_url: https://dawidrylko.com/ecmascript-2016-es-7-zaczynamy/ cover_image: https://dawidrylko.com/static/a40f962a7aa4d8d057e2a912037dcaf7/416c3/es2016-ecmascript-logo.webp --- **ECMAScript to standard...
dawidrylko
130
This Week in Code, for the Week of Sep 12-18
What happened this week in terms of industry news and interesting posts.
0
2016-09-18T13:58:33
https://dev.to/ben/this-week-in-code-for-the-week-of-sep-12-18
--- title: This Week in Code, for the Week of Sep 12-18 published: true description: What happened this week in terms of industry news and interesting posts. cover_image: https://d3thflcq1yqzn0.cloudfront.net/012189476_prevstill.jpeg tags: --- This the first of a weekly look at what happened this week in terms of ind...
ben
380,942
I started learning Scala programming language and I don’t regret
Couple months ago I start learning Scala programming language and I want to share what I have learned...
0
2020-07-03T17:21:35
https://devz.life/blog/i-started-learning-scala-programming-language-and-i-don-t-regret/
scala
--- title: I started learning Scala programming language and I don’t regret published: true date: 2016-09-18 08:30:00 UTC tags: scala cover_image: https://cdn.sanity.io/images/0a8atbln/production/a26602fdd162ab0b255db3ad7476ca25dd2209f6-2500x1656.jpg?rect=0,124,2500,1406&w=1200&h=675&fit=crop&auto=format canonical_url:...
mkovacek
135
Who are the Audiences of Computer-Generated Novels?
There are five different groups of people that might be able to tolerate--maybe even enjoy--the output of an algorithm.
0
2016-09-18T03:08:01
https://dev.to/tra/who-are-the-audiences-of-computer-generated-novels
--- title: Who are the Audiences of Computer-Generated Novels? published: true description: There are five different groups of people that might be able to tolerate--maybe even enjoy--the output of an algorithm. cover_image: https://cdn1.vox-cdn.com/uploads/chorus_image/image/44219766/2174504149_b7dfc9b9b7_o.0.0.jpg ta...
tra
48,779
Being Senior Part 1- the books and data
This is just a quick post to throw up the books I quoted from and a link to the data for anyone who a...
0
2018-09-25T19:20:13
http://designfrontier.net/being-senior-part-1-the-books-and-data
speaking, senior, eng, engineering
--- title: Being Senior Part 1- the books and data published: true tags: speaking,senior,eng,engineering canonical_url: http://designfrontier.net/being-senior-part-1-the-books-and-data --- This is just a quick post to throw up the books I quoted from and a link to the data for anyone who attended my presentation at Ut...
designfrontier
133
Hi, I'm Mahabub Islam Prio
My introduction post
0
2016-09-16T07:48:51
https://dev.to/priomahabub/hi-im-mahabub-islam-prio
introductions
--- title: Hi, I'm Mahabub Islam Prio published: true description: My introduction post cover_image: https://images.unsplash.com/photo-1473042904451-00171c69419d?dpr=1&auto=compress,format&fit=crop&w=1975&h=&q=80&cs=tinysrgb&crop= tags: introductions --- I have been coding for 4.5 years. You can find me on Twitter as...
priomahabub
3,129
Quick tip on Git diffs for PHP files
Ever pulled your hair when you get lost on long CLI diffs of PHP files?
0
2016-09-15T23:00:00
https://medium.com/@igorsantos07/quick-tip-on-git-diffs-for-php-files-9a99151333ef
git, php, codereview
--- title: Quick tip on Git diffs for PHP files published: true description: Ever pulled your hair when you get lost on long CLI diffs of PHP files? tags: git, php, codeReview canonical_url: https://medium.com/@igorsantos07/quick-tip-on-git-diffs-for-php-files-9a99151333ef date: 09/15/2016 --- Every time a PHP develop...
igorsantos07
132
Today I went back to some of the basics with Node and Express
When I got started with Node, I sort of rushed right in, assuming I knew how a few things worked....
0
2016-09-15T21:17:07
https://dev.to/ben/today-i-went-back-to-some-of-the-basics-with-node-and-express
devlog, node, varnish
--- title: Today I went back to some of the basics with Node and Express published: true description: cover_image: tags: devlog,node,varnish --- When I got started with Node, I sort of rushed right in, assuming I knew how a few things worked. Today I went way back to the basics and learned a few of the basic impleme...
ben
1,093,998
Imposter Syndrome
This week I handed in my notice at a job I have had for almost ten years. In a few weeks time I will...
0
2022-05-24T08:16:48
https://www.funkysi1701.com/posts/2016/imposter-syndrome/
--- title: Imposter Syndrome published: true date: 2016-09-15 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2016/imposter-syndrome/ --- This week I handed in my notice at a job I have had for almost ten years. In a few weeks time I will start a brand new job as a web applications developer. Thi...
funkysi1701
129
Hi, I'm Michal Davídek
My introduction post
0
2016-09-15T07:43:15
https://dev.to/mikealdo/hi-im-michal-davdek
introductions
--- title: Hi, I'm Michal Davídek published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 9 years. You can find me on Twitter as [@mikealdo007](https://twitter.com/mikealdo007) I live in Sedlec-Prčice. I work for Deutsche Boerse Germany. I mostly program in ...
mikealdo
128
New Contributors To Open Source, Please Blog More
I wrote this post a while back to help newbie contributors realize that they’re...
0
2016-09-14T21:33:38
https://dev.to/shubheksha/new-contributors-to-open-source-please-blog-more
blogging, opensource
--- title: New Contributors To Open Source, Please Blog More published: true description: cover_image: http://i.imgur.com/cNncnpL.png tags: blogging,open-source --- I wrote [this post](https://medium.freecodecamp.com/a-beginners-very-bumpy-journey-through-the-world-of-open-source-4d108d540b39#.9qxdyihio) a while ba...
shubheksha
126
Avoid the Code Crawl by Reading Tests
Using test cases to effectively supplement documentation
0
2016-09-14T15:01:46
https://dev.to/0x4445565a/avoiding-the-code-crawl-with-tests
tdd, tests, opensource, documentation
--- title: Avoid the Code Crawl by Reading Tests published: true description: Using test cases to effectively supplement documentation cover_image: tags: TDD, tests, open-source, documentation --- ## TL;DR 1. Test driven development is fantastic 2. Reading tests can supplement/replace documentation 3. Go read tests. ...
0x4445565a
147,217
Introduction to Lombok (Speeding-up Java development)
Hi Guys, today I am going to talk about Project Lombok. This blog post is divided into 3 parts: Int...
0
2019-07-24T07:28:42
https://jsblogs.github.io/java/2016/09/14/Introduction-to-Lombok-(Speeding-up-Java-development)
java, lombok
--- title: Introduction to Lombok (Speeding-up Java development) published: true tags: java,JAVA,LOMBOK canonical_url: https://jsblogs.github.io/java/2016/09/14/Introduction-to-Lombok-(Speeding-up-Java-development) --- Hi Guys, today I am going to talk about [Project Lombok](https://projectlombok.org/). This blog post...
jeetmp3
118
Apple Event tl;dr for Developers
September 7th Apple announcement, the good parts
0
2016-09-13T23:10:55
https://dev.to/ben/apple-event-tldr-for-developers
apple, news
--- title: Apple Event tl;dr for Developers published: true description: September 7th Apple announcement, the good parts cover_image: http://i.imgur.com/NvKV007.jpg tags: apple,news --- From a developer's perspective, this event was pretty lame. A few new features and upgraded chips for better performance. This is ni...
ben
1,575,640
Azure Marketplace, Weekly ISO Builds
Kali Linux in the Azure Marketplace Over the past couple of weeks we’ve been working on...
0
2023-08-21T21:22:22
https://www.kali.org/blog/azure-marketplace-weekly-iso-builds/
--- title: Azure Marketplace, Weekly ISO Builds published: true date: 2016-09-13 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/azure-marketplace-weekly-iso-builds/ --- ## Kali Linux in the Azure Marketplace Over the past couple of weeks we’ve been working on building and implementing Kali 2016.2 in the...
mohammadtaseenkhan
147,216
Deserialize json with Java parameterized constructor
Hi Guys in my previous blog JSON deserialize generic types using Gson and Jackson I talked about how...
0
2019-07-24T07:08:45
https://jsblogs.github.io/blogs/2016/09/12/Deserialize-json-with-Java-parameterized-constructor
blogs, jackson, java, json
--- title: Deserialize json with Java parameterized constructor published: true tags: blogs,JACKSON,JAVA,JSON canonical_url: https://jsblogs.github.io/blogs/2016/09/12/Deserialize-json-with-Java-parameterized-constructor --- Hi Guys in my previous blog [JSON deserialize generic types using Gson and Jackson](/blogs/201...
jeetmp3
106
The target="_blank" vulnerability by example
Instagram leaves its users open to a simple phishing attack
0
2016-09-11T17:04:16
https://dev.to/ben/the-targetblank-vulnerability-by-example
security, html, phishing
--- title: The target="_blank" vulnerability by example published: true description: Instagram leaves its users open to a simple phishing attack cover_image: https://i.vimeocdn.com/video/570148251_1280x720.jpg tags: security,html,phishing --- _**Edit:** We took the behavior to point out this flaw in Facebook because, ...
ben
187,423
Setting up Let's Encrypt with NGINX on Ubuntu
This guide is more a reference to myself how to setup a fresh auto-renewing certificatie on a Ubuntu...
0
2019-10-10T18:40:59
https://alex.bouma.blog/posts/setting-up-lets-encrypt-with-nginx-on-ubuntu/
server, security, linux, letsencrypt
--- title: Setting up Let's Encrypt with NGINX on Ubuntu published: true date: 2016-09-10 22:41:17 UTC tags: server,security,linux,letsencrypt cover_image: https://alex.bouma.blog/img/ghost/ssl-padlock.jpg canonical_url: https://alex.bouma.blog/posts/setting-up-lets-encrypt-with-nginx-on-ubuntu/ --- This guide is more...
stayallive
225,474
Rebasing Toward Independence
Introduction One of the things I will usually do when reviewing code is to verify that eve...
0
2019-12-22T20:15:07
http://www.jwir3.com/rebasing-toward-independence/
software, git, rebase, commits
--- title: Rebasing Toward Independence published: true date: 2016-09-08 21:09:12 UTC tags: software,git,rebase,commits canonical_url: http://www.jwir3.com/rebasing-toward-independence/ --- # Introduction One of the things I will usually do when reviewing code is to verify that _every_ commit within a pull request at...
jwir3
93
Determining the Width of a String
I am no expert in word arrangement aesthetics, but I think it's ugly when a body of text, especially...
0
2016-09-07T20:20:11
https://dev.to/ben/determining-the-width-of-a-string
ruby, design
--- title: Determining the Width of a String published: true description: cover_image: https://artistrybylisamarie.files.wordpress.com/2015/04/kittenwithturquoiseyarn.jpg tags: ruby,design --- I am no expert in word arrangement aesthetics, but I think it's ugly when a body of text, especially a centered one, has one ...
ben
102
The poor, misunderstood decorator
One of the least understood design patterns, explained with practical examples.
0
2016-09-07T20:12:53
https://dev.to/oddlyfunctional/the-poor-misunderstood-decorator
oop, ruby, designpatterns
--- title: "The poor, misunderstood decorator" published: true description: "One of the least understood design patterns, explained with practical examples." cover_image: "http://www.oddlyfunctional.com/images/covers/colorful-nesting-matryoshka-dolls.jpg" tags: oop,ruby,design-patterns --- This is an old pet peeve of ...
oddlyfunctional
3,305
Chapter Two: This is Andela.
There’s something about starting anew, it’s a gift. It’s an opportunity to apply the experience, know...
0
2018-02-10T22:20:50
http://cyberomin.github.io/life/2016/09/05/this-is-andela.html
life
--- title: "Chapter Two: This is Andela." published: true tags: life canonical_url: http://cyberomin.github.io/life/2016/09/05/this-is-andela.html --- There’s something about starting anew, it’s a gift. It’s an opportunity to apply the experience, knowledge and lessons gleaned over the years to a new journey, chapter ...
cyberomin
147,215
JSON deserialize generic types using Gson and Jackson
This blog will guide you how to deserialize json into java generic types. Suppose we have 2 json as g...
0
2019-07-24T06:55:57
https://jsblogs.github.io/blogs/2016/09/07/JSON-deserialize-generic-types-using-Gson-and-Jackson
blogs, gson, jackson, java
--- title: JSON deserialize generic types using Gson and Jackson published: true tags: blogs,GSON,JACKSON,JAVA canonical_url: https://jsblogs.github.io/blogs/2016/09/07/JSON-deserialize-generic-types-using-Gson-and-Jackson --- This blog will guide you how to deserialize json into java generic types. Suppose we have 2 ...
jeetmp3
117
Better ActionMailer testing with ActionMailerMatchers
RSpec one-liners that help you to test sending emails in your Rails application.
0
2016-09-07T15:59:20
https://dev.to/aaackerman/better-actionmailer-testing-with-actionmailermatchers
ruby, rails, rspec
--- title: Better ActionMailer testing with ActionMailerMatchers published: true description: RSpec one-liners that help you to test sending emails in your Rails application. cover_image: tags: ruby, ruby on rails, rspec --- [ActionMailerMatchers](https://github.com/contently/action_mailer_matchers) provides you with...
aaackerman
114
Important style modifications and added tags to articles
This is my first post in a Devlog. I will keep these up as long as I find it valuable. It's more of a...
0
2016-09-07T15:54:31
https://dev.to/ben/devlog--made-important-style-modifications-and-added-tags-to-articles
devlog, design, markdown
--- title: Important style modifications and added tags to articles published: true description: cover_image: tags: devlog,design,markdown --- This is my first post in a Devlog. I will keep these up as long as I find it valuable. It's more of a personal exercise. I will not share these to [@ThePracticalDev](https://...
ben
111
This Website is Basically AMP HTML
By relying on the same software design constraints that AMP enforces, we are able to deliver the best user experience.
0
2016-09-05T17:06:44
https://dev.to/ben/this-website-is-basically-amp-html
amp, webperf
--- title: This Website is Basically AMP HTML published: true description: By relying on the same software design constraints that AMP enforces, we are able to deliver the best user experience. cover_image: http://static.comicvine.com/uploads/original/12/123242/3791927-4719519625-Storm.jpg tags: amp,web-performance ---...
ben
45,905
Adding an external file to JIRA
This is something I worked on a few years ago. As a part of my companies personal project time, a...
0
2018-09-03T14:29:25
https://dev.to/mfurmaniuk/adding-an-external-file-to-jira-dmh
automation, jira, python, restful
--- title: Adding an external file to JIRA published: true tags: automation,JIRA,python,RESTful canonical_url: --- This is something I worked on a few years ago. As a part of my companies personal project time, a yearly occurrence they called "Off The Grid", I was part of a team project where the goal was to add exte...
mfurmaniuk
197,975
GPU Memory Splitting on Raspbian Jessie
Lately, I’ve running a little side project with the aim of setting up a self-hosted array of software...
0
2020-10-15T21:59:11
http://hugomartins.io/blog/gpu-memory-splitting-on-raspbian-jessie/
--- title: GPU Memory Splitting on Raspbian Jessie published: true date: 2016-09-05 00:00:00 UTC tags: canonical_url: http://hugomartins.io/blog/gpu-memory-splitting-on-raspbian-jessie/ --- Lately, I’ve running a little side project with the aim of setting up a self-hosted array of software in one my old, beat up lap...
caramelomartins
68,185
How to share your visual studio code settings and extensions
You can now share your visual studio code settings with your users or team members, you will just edi...
2,000
2019-08-02T13:19:45
http://shanalikhan.github.io/2016/09/02/how-to-Share-visual-studio-code-settings.html
vscode, productivity
--- title: How to share your visual studio code settings and extensions published: true tags: vscode, productivity canonical_url: http://shanalikhan.github.io/2016/09/02/how-to-Share-visual-studio-code-settings.html series: Code Settings Sync --- You can now share your visual studio code settings with your users or te...
shanalikhan
54,946
How to use ssh as a socks5 proxy with autossh
To randomize my ssh tunnels, I use a small script. This script looks at my ~/.ssh/config for hosts...
0
2018-10-14T12:57:42
https://wildauer.io/proxy-sh/
privacy
--- title: How to use ssh as a socks5 proxy with autossh published: true tags: privacy canonical_url: https://wildauer.io/proxy-sh/ --- To randomize my ssh tunnels, I use a small script. This script looks at my `~/.ssh/config` for hosts with the comment `#socks5` after the `Host` and picks one out. I use `autossh` to ...
mnlwldr
131,535
Hacking Together a Simple Graphical Python Debugger
Zero-to-Debugging in 15 mins You don’t realize the value of a debugger...
0
2019-07-05T03:15:16
https://tryexceptpass.org/article/hacking-together-a-simple-python-debugger/
python, debugger, webdev, sofi
--- title: Hacking Together a Simple Graphical Python Debugger published: true tags: python, debugger, web development, sofi canonical_url: https://tryexceptpass.org/article/hacking-together-a-simple-python-debugger/ cover_image: https://tryexceptpass.org/images/simple-python-debugger.jpeg --- ##### Zero-to-Debugging ...
tryexceptpass
110
The Anatomy of an Expertise
The fascinating process learning new things
0
2016-08-30T16:37:39
https://dev.to/ben/the-anatomy-of-an-expertise
--- title: The Anatomy of an Expertise published: true description: The fascinating process learning new things cover_image: http://orig12.deviantart.net/0bfd/f/2015/117/a/9/path_of_wisdom_by_andreasrocha-d80wb3y.jpg --- Not too long ago, I had not thought much about Content Delivery Networks. Some time before that,...
ben
11,174
XojoTalk 028 – Email is Not a Project Management Tool
Join Paul as he talks with Susan Fennema of Beyond the Chaos. Susan helps small business owners...
0
2018-01-03T20:17:46
https://blog.xojo.com/2016/08/30/xojotalk-028-email-is-not-a-project-management-tool/
productivity, technology, podcast, saas
--- title: "XojoTalk 028 – Email is Not a Project Management Tool" published: true tags: Productivity,Technology,Podcast,SaaS canonical_url: https://blog.xojo.com/2016/08/30/xojotalk-028-email-is-not-a-project-management-tool/ --- Join Paul as he talks with Susan Fennema of [Beyond the Chaos](http://beyondthechaos.biz...
lefebvre