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
3,388
Why I don't like traits
Avoid using Traits in PHP, they lead to bad code
0
2017-05-01T15:55:18
https://dev.to/barryosull/why-i-dont-like-traits
php, traits, antipattern
--- title: Why I don't like traits published: true description: Avoid using Traits in PHP, they lead to bad code tags: php, traits, anti-pattern cover_image: https://thepracticaldev.s3.amazonaws.com/i/mdufkfeb46p3xtxmtpjv.jpg --- Traits in PHP are shite. At best they are an ineffective way to append functionality to ...
barryosull
3,396
Set Theory: the Method To Database Madness
All of that seemingly boring set theory, when put into practice, makes databases seem like the COOLEST THINGS EVER.
0
2017-09-23T21:59:34
https://medium.com/basecs/set-theory-the-method-to-database-madness-5ec4b4f05d79
database, datastructures, computerscience, code
--- title: "Set Theory: the Method To Database Madness" published: true tags: database,data-structures,computer-science,code canonical_url: https://medium.com/basecs/set-theory-the-method-to-database-madness-5ec4b4f05d79 description: All of that seemingly boring set theory, when put into practice, makes databases seem ...
vaidehijoshi
3,387
Hi, I'm Barry O Sullivan
My introduction post
0
2017-05-01T15:13:45
https://dev.to/barryosull/hi-im-barry-o-sullivan
introductions
--- title: Hi, I'm Barry O Sullivan published: true description: My introduction post cover_image: tags: introductions --- Here there, I've been coding professionally for 12 years. You can find me on GitHub as [barryosull](https://github.com/barryosull) You can find me on Twitter as [@barryosull](https://twitter.c...
barryosull
3,386
New version... new features
New features in MongoDB 3.4
0
2017-05-01T14:21:21
https://dev.to/kenwalger/new-version-new-features
mongodb
--- title: New version... new features published: true description: New features in MongoDB 3.4 tags: MongoDB --- If you get involved in the software development industry, or heck, even just use a computer, you know that vendors pump out new versions of their software very frequently. It often seems like just when you ...
kenwalger
3,045
Coding In The Age Of Code Components
Code components are the building blocks of todays applications. Bit is a new open source project for making these components easily reusable across repositories and applications to build anything.
0
2017-05-01T09:18:00
https://dev.to/jonisar/coding-in-the-age-of-code-components
programming, opensource, softwareengineering, webcomponents
--- title: "Coding In The Age Of Code Components" published: true description: Code components are the building blocks of todays applications. Bit is a new open source project for making these components easily reusable across repositories and applications to build anything. tags: programming, open source, software eng...
jonisar
3,384
Hi, I'm Umar Lone
My introduction post
0
2017-05-01T07:07:43
https://dev.to/umarlone/hi-im-umar-lone
introductions
--- title: Hi, I'm Umar Lone published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [UmarLone](https://github.com/UmarLone) I live in [city]. I work for [company] I mostly program in these languages: [languages]. ...
umarlone
256,209
Office Move
For the past few weeks my software developing has been taking a back seat as I planned and coordinate...
0
2020-02-07T06:00:06
https://www.funkysi1701.com/2017/05/01/office-move/
itadmin, officemove, routers, servers
--- title: Office Move published: true date: 2017-05-01 07:00:54 UTC tags: IT Admin,office move,routers,servers canonical_url: https://www.funkysi1701.com/2017/05/01/office-move/ --- ![New Rack](https://i1.wp.com/www.funkysi1701.com/wp-content/uploads/2017/04/20170422_191127-e1493403982560-169x300.jpg?resize=169%2C300...
funkysi1701
1,346,415
The big enterprise question: ESB vs API
APIs have changed the applications development landscape in this decade. But large organizations are...
0
2023-01-30T08:15:47
https://dev.to/deepakrkris/the-big-enterprise-question-esb-vs-api-4a49
esb, microservices, api, messagequeue
--- title: The big enterprise question: ESB vs API published: true date: 2017-05-01 06:48:14 UTC tags: esb,microservices,api,messagequeue canonical_url: --- APIs have changed the applications development landscape in this decade. But large organizations are well invested in SOA (Service Oriented Architecture) and mid...
deepakrkris
115,613
Vertical Centering HTML Elements
I dont' know how many of you have tried to vertically center HTML elements before, but it can be a...
0
2019-05-31T06:30:35
https://www.prestonlamb.com/blog/vertical-centering
css
--- title: Vertical Centering HTML Elements published: true tags: [css] canonical_url: https://www.prestonlamb.com/blog/vertical-centering --- I dont' know how many of you have tried to vertically center HTML elements before, but it can be a big pain in the butt. A coworker had once given me some hints and a couple of...
prestonjlamb
6,843
Don’t do extra work, use Publish()
When using Reactive Extensions you sooner or later encounter a point where you end up re-using the sa...
0
2017-09-26T05:49:22
https://blog.jonstodle.com/dont-do-extra-work-use-publish/
reactiveextensions
--- title: "Don’t do extra work, use Publish()" published: true tags: Reactive Extensions canonical_url: https://blog.jonstodle.com/dont-do-extra-work-use-publish/ --- When using [Reactive Extensions](http://reactivex.io/) you sooner or later encounter a point where you end up re-using the same source observable to bu...
jonstodle
3,382
Hi, I'm jbwebtech
My introduction post
0
2017-05-01T05:08:47
https://dev.to/jbwebtech/hi-im-jbwebtech
introductions
--- title: Hi, I'm jbwebtech published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 17+ years. You can find me on GitHub as [jbwebtech](https://github.com/jbwebtech) I own [Paesano Design, Inc.](http://paesanodesign.com/) and live in California. I'm a Microsof...
jbwebtech
3,381
Reusing Design Systems with Yarn and Gulp
Dive into an example of how to reuse design systems in a flexible and scalable way.
0
2017-05-01T04:51:23
https://dev.to/sebnitu/reusing-design-systems-with-yarn-and-gulp
frameworks, uidesign, yarn, gulp
--- title: Reusing Design Systems with Yarn and Gulp published: true description: Dive into an example of how to reuse design systems in a flexible and scalable way. tags: frameworks, ui-design, yarn, gulp --- Throughout my years of working with design systems, I've developed a different perspective on front-end devel...
sebnitu
3,380
Building todometer: a meter-based to-do list
Just released my latest side project with Electron, React, and Redux!
0
2017-05-01T04:19:14
https://cassidoo.co/post/todometer-build-log
electron, react, redux, showdev
--- title: "Building todometer: a meter-based to-do list" published: true description: Just released my latest side project with Electron, React, and Redux! tags: electron, react, redux, showdev canonical_url: https://cassidoo.co/post/todometer-build-log --- After a bunch of on and off development, I finally finis...
cassidoo
3,378
Hi, I'm Christopher Whalen
My introduction post
0
2017-05-01T00:31:24
https://dev.to/christopherwhalen/hi-im-christopher-whalen
introductions
--- title: Hi, I'm Christopher Whalen published: true description: My introduction post cover_image: tags: introductions --- <img src="https://thepracticaldev.s3.amazonaws.com/i/w1jf3n0ugy4e4u4d3ukx.jpg"> Hello, I'm Christopher Whalen. I'm a Senior Signals Intelligence Analyst for the USAF in Omaha, NE. I graduated ...
christopherwhalen
3,377
Hi, I'm Hani Gamal
My introduction post
0
2017-05-01T00:12:50
https://dev.to/hanigamal/hi-im-hani-gamal
introductions
--- title: Hi, I'm Hani Gamal published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 20 years. You can find me on Twitter as @hanigamal(https://twitter.com/hanigamal) I live in Cairo. I work for Maktabak Dot Net(https://maktabak.net) I mostly program in these...
hanigamal
3,571
Data Modeling Is Important For Product Managers
Product managers who understand data modeling will understand their product better, communicate with developers better, and better understand the costs/benefits of their ideas.
0
2018-02-10T22:21:48
https://blog.professorbeekums.com/data-modeling-product-managers/
data, productmanagement
--- title: "Data Modeling Is Important For Product Managers" published: true tags: data, product-management canonical_url: https://blog.professorbeekums.com/data-modeling-product-managers/ cover_image: https://thepracticaldev.s3.amazonaws.com/i/t1pp5w5vegth3pzlgt4j.png description: Product managers who understand data ...
pbeekums
3,376
Hi, I'm Klaus Donnert
My introduction post
0
2017-04-30T23:16:29
https://dev.to/klausdonnert/hi-im-klaus-donnert
introductions
--- title: Hi, I'm Klaus Donnert published: true description: My introduction post cover_image: tags: introductions --- I have been coding since 1980. You can find me on GitHub as [klaus-donnert](https://github.com/klaus-donnert) I live just outside Nashville TN. I am a freelancer. I mostly program in these langu...
klausdonnert
3,375
Hi, I'm Adel Tahri
My introduction post
0
2017-04-30T22:03:22
https://dev.to/adeldima/hi-im-adel-tahri
introductions
--- title: Hi, I'm Adel Tahri published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 8 years. You can find me on GitHub as [AdelDima](https://github.com/AdelDima) I live in Algeria. I work for PixelDima I mostly program in these languages: PHP/JS/JAVA. I am ...
adeldima
3,339
The Windows CLI sucks, and that's good.
TL;DR Windows' shell sucks so people write tools. Tools are fun to use. Linux's shell is...
0
2017-04-30T21:20:42
https://tamir.dev/posts/the-windows-cli-sucks-and-thats-good/
rant, shell
--- title: The Windows CLI sucks, and that's good. published: true description: tags: rant, shell canonical_url: https://tamir.dev/posts/the-windows-cli-sucks-and-thats-good/ --- ## TL;DR Windows' shell sucks so people write tools. Tools are fun to use. Linux's shell is amazing so people write terrible bash scripts...
tmr232
3,373
At Offline Camp 2
Sunday at Offline Camp
0
2017-04-30T18:58:01
https://dev.to/kayis/at-offline-camp-2
offlinefirst, report
--- title: At Offline Camp 2 published: true description: Sunday at Offline Camp tags: offlineFirst, report --- Be proud of me, for I also survived the Sunday of __Offline Camp__. The Saturday evening was rather nice, because there was much beer and s'mores. I also learned that some people here have hard feelings a...
kayis
77,409
Create-react-app react-router and Heroku
I’ve been putting together a React app and I needed cheap, fast hosting so I went to put it on Heroku...
0
2019-01-23T03:34:58
http://www.darraghoriordan.com/2017/04/30/create-react-app-react-router-and-heroku-the-404-gotcha/
react, heroku
--- title: Create-react-app react-router and Heroku published: true tags: #react #heroku canonical_url: http://www.darraghoriordan.com/2017/04/30/create-react-app-react-router-and-heroku-the-404-gotcha/ --- I’ve been putting together a React app and I needed cheap, fast hosting so I went to put it on Heroku. ### Conf...
darraghor
3,345
What I look for in a Junior Android Dev
A ramble about the qualities I look for when interviewing Junior Android Developers
0
2017-04-28T18:59:56
https://dev.to/ditn/what-i-look-for-in-a-junior-android-dev
android, career, development, junior
--- title: What I look for in a Junior Android Dev published: true description: A ramble about the qualities I look for when interviewing Junior Android Developers tags: Android, Career, Development, Junior --- About a week ago, someone on [/r/androiddev](https://www.reddit.com/r/androiddev/) asked the question [“What...
ditn
3,371
Hi, I'm Juan Pablo Duque
I'm a systems engineering student (aka computer science in Colombia), I like programming contests, investigation and solving problems.
0
2017-04-30T16:30:05
https://dev.to/diuke/hi-im-juan-pablo-duque
introductions
--- title: Hi, I'm Juan Pablo Duque published: true description: I'm a systems engineering student (aka computer science in Colombia), I like programming contests, investigation and solving problems. cover_image: tags: introductions --- I have been coding for 3 years. You can find me on GitHub as [Diuke](https://git...
diuke
3,369
Hi, I'm David Leger
My introduction post
0
2017-04-30T14:37:33
https://dev.to/davejs/hi-im-david-leger
introductions
--- title: Hi, I'm David Leger published: true description: My introduction post cover_image: tags: introductions --- ![Header reading: David Leger - Coder // Designer // Creator](https://thepracticaldev.s3.amazonaws.com/i/zff6ozuqsp0pfjzl1uv0.png) I have been coding for 7 years. You can find me on Twitter (and oth...
davejs
3,368
Let’s Build a Web App with Vue, Chart.js and an API Part II
Second part of building a webapp which interacts with the npm api and generate charts
0
2017-04-30T11:56:29
https://dev.to/apertureless/lets-build-a-web-app-with-vue-chartjs-and-an-api-part-ii
javascript, vue, webdev, api
--- title: Let’s Build a Web App with Vue, Chart.js and an API Part II published: true description: Second part of building a webapp which interacts with the npm api and generate charts tags: javascript, vuejs, web development, api cover_image: https://i.imgur.com/eZtBCBa.png --- In case you missed the first part, yo...
apertureless
3,367
Coding Best Practices Part 1 (Naming Conventions & Class Designing Principles)
Coding Best Practices
0
2017-04-30T11:17:26
https://dev.to/mohitrajput987/coding-best-practices-part-1-naming-conventions--class-designing-principles
coding, bestpractices, namingconvention, classdesign
--- title: Coding Best Practices Part 1 (Naming Conventions & Class Designing Principles) published: true description: Coding Best Practices tags: coding, best practices, naming convention, class design cover_image: https://thepracticaldev.s3.amazonaws.com/i/0v8h9y49nxhmvgzr1heh.jpg --- In my last article [IMPORTANCE O...
mohitrajput987
3,366
Hi, I'm Aravind Putrevu
Hello !
0
2017-04-30T10:15:06
https://dev.to/aravind/hi-im-aravind-putrevu
introductions
--- title: Hi, I'm Aravind Putrevu published: true description: Hello ! cover_image: https://thepracticaldev.s3.amazonaws.com/i/1kwmb5vhjh74n9sl3gtt.jpg tags: introductions --- I have been coding for 9 years. You can find me on GitHub as [aravindputrevu](https://github.com/aravindputrevu) and twitter as [aravindputre...
aravind
2,710
How To Abuse the /docs "Feature" To Quickly Deploy a Middleman Static Site Onto GitHub Pages
This allows you to keep your static site pages on the same branch as your source code.
0
2017-04-29T22:20:11
https://dev.to/tra/how-to-abuse-the-docs-feature-to-quickly-deploy-a-middleman-static-site-onto-github-pages
--- title: How To Abuse the /docs "Feature" To Quickly Deploy a Middleman Static Site Onto GitHub Pages published: true description: This allows you to keep your static site pages on the same branch as your source code. cover_image: https://designmodo.com/wp-content/uploads/2015/11/05-middleman-app-website.jpg tags: ...
tra
3,360
At Offline Camp 1
Saturday at Offline Camp
0
2017-04-29T19:07:24
https://dev.to/kayis/at-offline-camp-1
offlinefirst, camp, report
--- title: At Offline Camp 1 published: true description: Saturday at Offline Camp tags: offlinefirst, camp, report --- So, this weekend I'm at [Offline Camp](http://offlinefirst.org/camp/) in Trebbin, Germany. So I thought, why not write about my experiences there? I only was on one other conference, the JavaScript ...
kayis
3,358
Hi, I'm Kyle Carter
My introduction post
0
2017-04-29T15:13:25
https://dev.to/kylec32/hi-im-kyle-carter
introductions
--- title: Hi, I'm Kyle Carter published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2 1/2 years. You can find me on GitHub as [kylec32](https://github.com/kylec32) I live in Salt Lake City. I work for MasterControl I mostly program in these languages: Java,...
kylec32
3,258
Built-In Methods
A quick trick for internet-free documentation
0
2017-04-25T22:46:52
https://www.assertnotmagic.com/2017/04/25/built-in-methods/
ruby, tricks
--- title: Built-In Methods published: true description: A quick trick for internet-free documentation tags: Ruby, tricks canonical_url: https://www.assertnotmagic.com/2017/04/25/built-in-methods/ --- This is just going to be a quick one. Recently, I was working on something (that I will discuss in an upcoming post) ...
rpalo
3,357
Hi, I'm Grant Ivison-Lane
My introduction post
0
2017-04-29T09:29:26
https://dev.to/givisonlane/hi-im-grant-ivison-lane
introductions
--- title: Hi, I'm Grant Ivison-Lane published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 1 year. You can find me on GitHub as [givisonlane](https://github.com/givisonlane) I live in seattle. I'm a student I mostly program in these languages: python, SQL. ...
givisonlane
3,177
Importance of Writing Clean Code
“Programming is an art of telling another human what one wants the computer to do. - Donald Knuth
0
2017-04-24T12:18:11
https://dev.to/mohitrajput987/importance-of-writing-clean-code
code, programming, cleancode, bestpractices
--- title: Importance of Writing Clean Code published: true description: “Programming is an art of telling another human what one wants the computer to do. - Donald Knuth tags: Code, Programming, Clean Code, Best practices --- _“Programming is an art of telling another human what one wants the computer to do.” -Donald...
mohitrajput987
3,356
Hi, I'm Raymel.
Hello folks!
0
2017-04-29T08:36:15
https://dev.to/raymelon/hi-im-raymel
introductions
--- title: Hi, I'm Raymel. published: true description: Hello folks! cover_image: tags: introductions --- I have been coding since 2012. You can find me on GitHub as [raymelon](https://github.com/raymelon) I currently work as a Full Stack Developer for [Orangefix](http://orangefix.net/). I mostly program in these ...
raymelon
3,355
Certifications I'm considering, as an experienced software engineer
In building more and more open source projects spanning the full project lifecycle, I am appreciating...
0
2017-04-29T02:10:29
https://dev.to/scalawilliam/certifications-im-considering-as-an-experienced-software-engineer
--- title: Certifications I'm considering, as an experienced software engineer published: true description: tags: --- In building more and more open source projects spanning the full project lifecycle, I am appreciating the importance of structured business requirement analysis, architecture, software testing and pr...
scalawilliam
3,233
Yes! You can plan your projects!
Project planning. It's what makes engineers productive. You should definitely do it.
0
2017-04-28T22:28:41
https://dev.to/mistermocha/yes-you-can-plan-your-projects
projects, planning, tasks, goals
--- title: "Yes! You can plan your projects!" published: true description: Project planning. It's what makes engineers productive. You should definitely do it. tags: projects, planning, tasks, goals --- _This is my first article here. I'm welcoming of feedback so I can make this better._ **Project planning. It's what...
mistermocha
9,231
Glow LEDs with Google Home
Recently I tried experimenting with Google Home, trying to voice control LEDs. ...
0
2017-10-04T02:04:41
https://codeflu.blog/2017/04/29/glow-leds-with-google-home/
iot, python, glowleds, googlehome
--- title: "Glow LEDs with Google Home" published: true tags: IoT,Python,Glow leds,google home canonical_url: https://codeflu.blog/2017/04/29/glow-leds-with-google-home/ --- Recently I tried experimenting with Google Home, trying to voice control LEDs. Majorly&nbsp;the whole thing can be split into two parts, 1. A cu...
_no_rules_
3,350
The 500-foot Cab Ride: Using BigQuery to find out how dirty (sinister?) NYC's cab ride data is
Is the data dirty in a conventional sense or in a criminal manner?
0
2017-04-28T18:53:47
https://dev.to/walker/the-500-foot-cab-ride-using-bigquery-to-find-out-how-dirty-sinister-nycs-cab-ride-data-is
bigquery, datascience, nyc, sql
--- title: "The 500-foot Cab Ride: Using BigQuery to find out how dirty (sinister?) NYC's cab ride data is" published: true description: Is the data dirty in a conventional sense or in a criminal manner? tags: bigquery, data-science, nyc, sql cover_image: https://thepracticaldev.s3.amazonaws.com/i/77td91dy6s6ld7es6mit....
walker
3,352
Hi, I'm Nemanja Vlahović
My introduction post
0
2017-04-28T17:59:22
https://dev.to/nemanjavlahovic/hi-im-nemanja-vlahovi
introductions
--- title: Hi, I'm Nemanja Vlahović published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2 years. You can find me on GitHub as [nemanjavlahovic](https://github.com/nemanjavlahovic) I live in Belgrade, Serbia. I work for mySkin Inc. I mostly program in thes...
nemanjavlahovic
3,349
Understanding Hoisting in JavaScript
In this article about JavaScript, I'll explain what hoisting is and show different examples so that you can better understand what it's all about.
0
2017-04-28T17:34:00
https://www.designingforscale.com/understanding-hoisting-in-javascript/
javascript, programming, softwaredevelopment
--- title: Understanding Hoisting in JavaScript published: true description: In this article about JavaScript, I'll explain what hoisting is and show different examples so that you can better understand what it's all about. tags: javascript, programming, software development canonical_url: https://www.designingforscale...
imwiss
3,348
Hi, I'm Elena
My introduction post
0
2017-04-28T16:39:40
https://dev.to/ice_lenor/hi-im-elena
introductions
--- title: Hi, I'm Elena published: true description: My introduction post cover_image: tags: introductions --- Hi! I'm Elena. I’m an experienced software developer with 8+ years in the industry. I build professional solutions from scratch and test small changes through A/B testing. I mentor junior developers and es...
ice_lenor
3,347
Hi, I'm JuanMa Ruiz
I'm a simple guy trying to do my best in the front end development.
0
2017-04-28T13:41:59
https://dev.to/juanmaruiz/hi-im-juanma-ruiz
introductions
--- title: Hi, I'm JuanMa Ruiz published: true description: I'm a simple guy trying to do my best in the front end development. cover_image: http://deepu.xhtmlcrab.com/images/header-image/banner01.jpg tags: introductions --- I have been coding for at less 5 years. You can find me on GitHub as [JuanMaRuiz](https://git...
juanmaruiz
38,419
Teaching Others About What Quality Engineers Do. Teaching Testing to Non-Testers
Each month at Veterans United we provide a forum for lunch and learn activities. These can be...
0
2018-07-20T00:31:04
https://dev.to/alanmbarr/teaching-others-about-what-quality-engineers-do-teaching-testing-to-non-testers-3fch
teaching, testing, speaking
--- title: Teaching Others About What Quality Engineers Do. Teaching Testing to Non-Testers published: true tags: teaching,testing,speaking canonical_url: --- Each month at Veterans United we provide a forum for lunch and learn activities. These can be instructional, similar to TED talks or sharing new information re...
alanmbarr
3,343
Hi, I'm Florian
My introduction post
0
2017-04-27T23:15:54
https://dev.to/phiilu/hi-im-florian-kapfenberger
introductions
--- title: Hi, I'm Florian published: true description: My introduction post cover_image: tags: introductions --- I am currently learning more about React.js, JavaScript and programming concepts in general (like functional programming, design patterns, clean code, etc.). You can find me on GitHub as [phiilu](https:/...
phiilu
3,277
Managing By Whiteboard
The whiteboard is a valuable tool for managing the people that make up a project
0
2017-04-27T20:22:20
https://www.gunnargissel.com/managing-by-whiteboard.html
tips, management, leadership, skills
--- title: Managing By Whiteboard published: true description: The whiteboard is a valuable tool for managing the people that make up a project tags: tips, management, leadership, skills canonical_url: https://www.gunnargissel.com/managing-by-whiteboard.html cover_image: https://thepracticaldev.s3.amazonaws.com/i/jc8hs...
monknomo
3,337
Lazy – Exploiting a New Programming Paradigm
Should developers adopt habits of their compilers?
0
2017-04-27T18:36:26
https://dev.to/loicniragire/lazy--exploiting-a-new-programming-paradigm
softwaredevelopment, programming
--- title: Lazy – Exploiting a New Programming Paradigm published: true description: Should developers adopt habits of their compilers? tags: Software development, programming --- Should developers adopt habits of their compilers? In the world of modern programming languages, a new paradigm of laziness has emerged. In...
loicniragire
372,022
Zen and the Art of Software Engineering
As part of my on-boarding as software engineer at Nuvi, I had the opportunity to read the classic boo...
0
2020-06-29T12:51:44
https://mjswensen.com/blog/zen-and-the-art-of-software-engineering/
--- title: Zen and the Art of Software Engineering published: true date: 2017-03-25 00:58:00 UTC tags: canonical_url: https://mjswensen.com/blog/zen-and-the-art-of-software-engineering/ --- As part of my on-boarding as software engineer at [Nuvi](https://www.nuvi.com/), I had the opportunity to read the classic book ...
mjswensen
3,336
Hi, I'm Scotty Le
My introduction post
0
2017-04-27T18:23:55
https://dev.to/codescottle/hi-im-scotty-le
introductions
--- title: Hi, I'm Scotty Le published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 5 years. You can find me on GitHub as [Code-ScottLe](https://github.com/Code-ScottLe) I live in Bellevue, WA. I mostly program in these languages: C# and XAML. I am currently...
codescottle
3,332
Take Time To Explain
There is this great article about how Kotaku made a post about clever tricks used by game developers...
0
2018-02-10T22:20:54
https://blog.professorbeekums.com/take-time-to-explain/
--- title: "Take Time To Explain" published: true tags: canonical_url: https://blog.professorbeekums.com/take-time-to-explain/ --- There is [this great article](http://www.polygon.com/2017/4/18/15340296/horizon-zero-dawn-kotaku-developer-backlash) about how Kotaku made a post about clever tricks used by game develope...
pbeekums
3,335
Hi, I'm Hans Arne Vartdal
My introduction post
0
2017-04-27T18:21:05
https://dev.to/superhansa/hi-im-hans-arne-vartdal
introductions
--- title: Hi, I'm Hans Arne Vartdal published: true description: My introduction post cover_image: tags: introductions --- I have been coding professionally for 10 years. Script kid for 20. You can find me on Twitter as [@superhansa](https://twitter.com/superhansa) I live in Oslo, Norway! I work for Novanet AS as...
superhansa
118,978
Simpol Jekyll Website Theme - Minimal theme for blogging, focus on the writing.
Introducing Simpol Theme Simpol Theme is a minimal, clean website theme made for...
0
2019-06-07T04:42:43
https://scottmathson.com/blog/2017/04/27/developing-a-jekyll-website-theme/
--- title: Simpol Jekyll Website Theme - Minimal theme for blogging, focus on the writing. published: true tags: canonical_url: https://scottmathson.com/blog/2017/04/27/developing-a-jekyll-website-theme/ --- # Introducing Simpol Theme Simpol Theme is a minimal, clean website theme made for Jekyll. It’s a free, open...
scottmathson
3,317
Hi, I'm Andrew Tanner
Front-end Developer.
0
2017-04-27T16:44:12
https://dev.to/andrewdtanner/hi-im-andrew-tanner
introductions
--- title: Hi, I'm Andrew Tanner published: true description: Front-end Developer. cover_image: tags: introductions --- I have been coding professionally for two years but an off-and-on hobbyist for near twenty. You can find me on Twitter as [@andrewdtanner](https://twitter.com/andrewdtanner) I live in Leeds, UK. ...
andrewdtanner
3,280
Capture the Flag: It's a game for hack...I mean security professionals
I competed in my first capture the flag competition as a security professional and placed 6th place out of ~20.
0
2017-04-27T16:09:14
https://dev.to/antoinette0x53/capture-the-flag-its-a-game-for-hacki-mean-security-professionals
ctf, security, hacking
--- title: "Capture the Flag: It's a game for hack...I mean security professionals" published: true description: I competed in my first capture the flag competition as a security professional and placed 6th place out of ~20. tags: ctf, security, hacking --- # My First Big Girl Capture the Flag Competition Last weekend...
antoinette0x53
3,316
The 3 Stages of Beauty in Emacs (from a 17 year old’s perspective)
A status update on my 1-year relationship with Emacs and what I've learned along the way.
0
2017-04-27T15:58:41
https://dev.to/sishaarrao/the-3-stages-of-beauty-in-emacs-from-a-17-year-olds-perspective
emacs, eshell
--- title: The 3 Stages of Beauty in Emacs (from a 17 year old’s perspective) published: true description: A status update on my 1-year relationship with Emacs and what I've learned along the way. tags: Emacs, Eshell cover_image: http://i.imgur.com/7ll1xSn.png --- In a mostly overlooked corner of my school lies an ant...
sishaarrao
3,304
Hi, I'm henriquemota99
My introduction post
0
2017-04-27T13:39:12
https://dev.to/henriquemota99/hi-im-henriquemota99
introductions
--- title: Hi, I'm henriquemota99 published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2 years. You can find me on GitHub as [henriquemota99](https://github.com/henriquemota99) I work for Beemybees. I mostly program in these languages: JS, PHP, HTML. Nice ...
henriquemota99
3,314
A pull request is submitted, what next?
A look at some of the inherent problems with pull requests and code reviews amongst team members, and possible ways to overcome some of these problems.
0
2017-09-23T21:59:26
http://cyberomin.github.io/engineering/2017/04/27/pull-request.html
engineering
--- title: "A pull request is submitted, what next?" published: true tags: engineering canonical_url: http://cyberomin.github.io/engineering/2017/04/27/pull-request.html description: A look at some of the inherent problems with pull requests and code reviews amongst team members, and possible ways to overcome some of t...
cyberomin
3,294
Hi, I'm Chris
Intro
0
2017-04-27T11:04:10
https://dev.to/nespera/hi-im-chris
introductions
--- title: Hi, I'm Chris published: true description: Intro cover_image: tags: introductions --- I have been coding for many years. You can find me on Twitter as [@nespera](https://twitter.com/nespera) I live in Oxford. I work for [67Bricks](http://67bricks.com/blog/) I mostly program in these languages: Scala, J...
nespera
3,289
Consuming Restful API in PHP with Guzzle
Learn how to consume rest api in PHP with Guzzle
0
2017-04-27T07:43:42
https://dev.to/_shahroznawaz/consuming-restful-api-in-php-with-guzzle
restapi, guzzle, php
--- title: Consuming Restful API in PHP with Guzzle published: true description: Learn how to consume rest api in PHP with Guzzle tags: rest api, guzzle, php cover_image: https://cdn-images-1.medium.com/max/800/1*9N-c3COr6dswpkK6PuCMjg.png --- *Originally Published at [HackerNoon.com](https://hackernoon.com/creating-r...
_shahroznawaz
131,542
How to Turn a Web App Into a Desktop App, Using Chromium and PyInstaller
Packaging and distributing your app sounds simple in principle. It’s just software. But in practice,...
0
2019-07-05T03:22:29
https://tryexceptpass.org/article/how-to-turn-a-web-app-into-a-desktop-app/
python, packaging, sofi
--- title: How to Turn a Web App Into a Desktop App, Using Chromium and PyInstaller published: true tags: python, packaging, sofi canonical_url: https://tryexceptpass.org/article/how-to-turn-a-web-app-into-a-desktop-app/ cover_image: https://tryexceptpass.org/images/how-to-turn-web-app-into-desktop-app.jpeg --- Packag...
tryexceptpass
3,284
Hi, I'm Rich Clarke
My introduction post
0
2017-04-26T20:31:47
https://dev.to/richscrich/hi-im-rich-clarke
introductions
--- title: Hi, I'm Rich Clarke published: true description: My introduction post cover_image: tags: introductions --- I have been coding since I ported Turtle Bridge from Game & Watch to the ZX Spectrum around 1982. You can find me on Twitter as [@richscrich](https://twitter.com/richscrich) I live in Brighton where...
richscrich
3,283
Using Terraform for Cloud Deployments - Part 1
This post explores Terraform from a beginner's perspective.
0
2017-04-26T19:24:34
https://dev.to/koenighotze/using-terraform-for-cloud-deployments---part-1
aws, terraform, devops, cloud
--- title: Using Terraform for Cloud Deployments - Part 1 published: true description: This post explores Terraform from a beginner's perspective. tags: AWS, Terraform, DevOps, Cloud --- This post explores [Terraform] from a beginner's perspective. We'll look at the problem Terraform solves and what it's distinct feat...
koenighotze
3,281
Hi, I'm David Schmitz
My introduction post
0
2017-04-26T18:59:58
https://dev.to/koenighotze/hi-im-david-schmitz
introductions
--- title: Hi, I'm David Schmitz published: true description: My introduction post cover_image: tags: introductions --- GitHub: [koenighotze](https://github.com/koenighotze) I work for [Senacor Technolgies](https://senacor.com) in Germany.
koenighotze
3,279
Productivity Secrets for Success as a Freelance Consultant
As an independent developer, you have to be responsible for getting things done. This applies whether you are building your own (startup) business or working as a freelancer.
0
2017-04-26T16:54:40
https://dev.to/codeforcashbook/productivity-secrets-for-success-as-a-freelance-consultant
productivity, independent
--- title: "Productivity Secrets for Success as a Freelance Consultant" published: true description: As an independent developer, you have to be responsible for getting things done. This applies whether you are building your own (startup) business or working as a freelancer. tags: productivity, independent --- *This...
codeforcashbook
3,278
Hi, I'm Nuno Ferreira
My introduction post
0
2017-04-26T16:43:12
https://dev.to/nunofilipesf/hi-im-nuno-ferreira
introductions
--- title: Hi, I'm Nuno Ferreira published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@parvodavida](https://twitter.com/parvodavida) I live in [city]. I work for [company] I mostly program in these languages: [...
nunofilipesf
3,276
Java 8 Functional Interface Cheatsheet
A cheatsheet that describes the 4 functional interfaces Java 8 provides
0
2017-04-26T15:54:44
https://www.gunnargissel.com/java8-functional-interface-cheatsheet.html
java, cheatsheet, functional
--- title: Java 8 Functional Interface Cheatsheet published: true description: A cheatsheet that describes the 4 functional interfaces Java 8 provides tags: java, cheatsheet, functional canonical_url: https://www.gunnargissel.com/java8-functional-interface-cheatsheet.html cover_image: https://thepracticaldev.s3.amazona...
monknomo
3,060
Problem Behavior Correction Flowchart
It's often difficult to separate problem behavior from the employee. This flowchart provides a framework for correcting problem behavior by identifying its underlying cause and addressing the root cause, rather than just punishing the employee to little or no effect
0
2017-04-26T15:51:09
https://www.gunnargissel.com/problem-behavior-correction-flowchart.html
management, leadership, howto, flowchart
--- title: Problem Behavior Correction Flowchart published: true description: It's often difficult to separate problem behavior from the employee. This flowchart provides a framework for correcting problem behavior by identifying its underlying cause and addressing the root cause, rather than just punishing the employ...
monknomo
3,275
Hi, I'm Andrew
Hello Everyone
0
2017-04-26T15:30:27
https://dev.to/andrewjbyrne/hi-im-andrew
introductions
--- title: Hi, I'm Andrew published: true description: Hello Everyone cover_image: tags: introductions --- Hi everyone! It is great to be joining this exciting, vibrant community. Software Development has been a passion of mine for a very long time. My motto of #AlwaysBeShipping is my way of reminding myself that I...
andrewjbyrne
3,274
Where editors and developers align
My introduction post
0
2017-04-26T15:11:02
https://dev.to/joannabrenner/where-editors-and-developers-align
introductions, editing, frontenddev
--- title: Where editors and developers align published: true description: My introduction post cover_image: tags: introductions, editing, front-end dev --- Greetings! I'm (Jo)anna and this is my first post on dev.to. For the past several years I have been stuck between the "digital media" world and the coding worl...
joannabrenner
3,272
Hi, I'm Obalolu
My introduction post
0
2017-04-26T14:52:03
https://dev.to/oreophe/hi-im-obalolu
introductions
--- title: Hi, I'm Obalolu published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@oreophe](https://twitter.com/oreophe) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I...
oreophe
7,594
Designing Data-Intensive Applications
I recently read Designing Data-Intensive Applications by Martin Kleppmann and I really appreciated it...
0
2017-10-01T20:49:41
http://mariosangiorgio.github.io/post/data-intensive/
--- title: "Designing Data-Intensive Applications" published: true tags: canonical_url: http://mariosangiorgio.github.io/post/data-intensive/ --- I recently read [Designing Data-Intensive Applications](http://dataintensive.net) by [Martin Kleppmann](https://martin.kleppmann.com) and I really appreciated it. I especia...
mariosangiorgio
3,271
Hi, I'm Pete Cartwright
My introduction post
0
2017-04-26T14:37:10
https://dev.to/petecartwright/hi-im-pete-cartwright
introductions
--- title: Hi, I'm Pete Cartwright published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [petecartwright](https://github.com/petecartwright) I live in [city]. I work for [company] I mostly program in these languag...
petecartwright
3,270
An Overview of MicroPython
Well, for many micro-controllers there is a Python option which is, arguably easier to learn in many ways than Java, JavaScript, C or C++.
0
2017-04-26T14:00:10
https://dev.to/kenwalger/an-overview-of-micropython
iot, micropython, nodemcu, esp8266
--- title: An Overview of MicroPython published: true description: Well, for many micro-controllers there is a Python option which is, arguably easier to learn in many ways than Java, JavaScript, C or C++. tags: IoT, MicroPython, NodeMCU, ESP8266 --- There are a lot of options available when one starts exploring the ...
kenwalger
3,269
Hi, I'm Dirk Lammers
My introduction post
0
2017-04-26T13:44:56
https://dev.to/drklmmrs/hi-im-dirk-lammers
introductions
--- title: Hi, I'm Dirk Lammers published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 25 years. You can find me on Twitter as [@DrkLmmrs](https://twitter.com/DrkLmmrs) I live in Muenster, Germany. I work for LVM & CloudFactor.de I mostly program in these lan...
drklmmrs
3,267
Consuming Restful API in PHP with Guzzle
Learn how to consume rest api in PHP with Guzzle
0
2017-04-26T12:51:55
https://dev.to/cloudways/consuming-restful-api-in-php-with-guzzle
restapi, guzzle, php
--- title: Consuming Restful API in PHP with Guzzle published: true description: Learn how to consume rest api in PHP with Guzzle tags: rest api, guzzle, php cover_image: https://cdn-images-1.medium.com/max/800/1*9N-c3COr6dswpkK6PuCMjg.png --- *Originally Published at [HackerNoon.com](https://hackernoon.com/creating-r...
cloudways
26,344
The Dependency Inversion Principle For Beginners
No diagrams, and nothing gets inverted.
0
2018-04-12T13:58:06
http://scotthannen.org/blog/2017/04/26/dependency-inversion-principle-for-beginners.html
blog, oop, dependencyinversion, beginners
--- title: The Dependency Inversion Principle For Beginners published: true tags: blog, oop, dependencyinversion, beginners canonical_url: http://scotthannen.org/blog/2017/04/26/dependency-inversion-principle-for-beginners.html description: No diagrams, and nothing gets inverted. --- The definition of the principle, f...
scotthannen
3,266
Hi, I'm Josef Nevoral
My introduction post
0
2017-04-26T11:00:34
https://dev.to/lovec/hi-im-josef-nevoral
introductions
--- title: Hi, I'm Josef Nevoral published: true description: My introduction post cover_image: https://thepracticaldev.s3.amazonaws.com/i/46eqihyk9r7tkchplw38.jpg tags: introductions --- I have been coding for 10 years. You can find me on GitHub as [lovec](https://github.com/lovec) I live in Prague. I work for Gue...
lovec
3,265
Algorithmics with Rust: Bubble sort
Originally post on my blog. Hello, today we are going to talk about the bubble...
0
2017-04-26T10:43:26
https://dev.to/mnivoliez/algorithmics-with-rust-bubble-sort
rustmathematics
--- title: "Algorithmics with Rust: Bubble sort" published: true description: tags: Rust Mathematics --- *Originally post on my [blog](https://mathieu-nivoliez.com/posts/2017-04-26-algorithmics-with-rust-bubble-sort/).* <p style="text-align: justify;">Hello, today we are going to talk about the bubble sort.</p> <h2 ...
mnivoliez
3,263
Hi, I'm Stephen Swindley
My introduction post
0
2017-04-26T08:28:00
https://dev.to/swinders/hi-im-stephen-swindley
introductions
--- title: Hi, I'm Stephen Swindley published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 32 years, starting with BASIC on the Sinclair ZX Spectrum, progressing through Pascal, Z80/PIC/ARM assembly languages, a little Java and C#.net until picking up LabVIEW whi...
swinders
3,259
How Facebook Live Scales
How does Facebook Live scale so seamlessly to millions of people around the world? Learn about the challenges they face and the architecture they chose.
0
2017-04-26T01:33:07
https://designingforscale.com/how-facebook-live-scales/
scale, programming, design, tech
--- title: How Facebook Live Scales published: true description: How does Facebook Live scale so seamlessly to millions of people around the world? Learn about the challenges they face and the architecture they chose. tags: scale, programming, design, tech canonical_url: https://designingforscale.com/how-facebook-live...
imwiss
46,625
Grammatical CSS Lists
The Situation You have a list of items that you need to render with comma separation, and...
0
2018-08-28T20:27:14
https://www.chrisdeluca.me/article/grammatical-css-lists/
css
--- title: Grammatical CSS Lists published: true tags: css canonical_url: https://www.chrisdeluca.me/article/grammatical-css-lists/ --- ## The Situation You have a list of items that you need to render with comma separation, and an “and” at the end. For example: `Cookies, rice, and farts`. ## The Problem This dis...
bronzehedwick
3,019
Hi, I'm jeffam70
My introduction post
0
2017-04-18T12:59:33
https://dev.to/jeffam70/hi-im-jeffam70
introductions
--- title: Hi, I'm jeffam70 published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 34 years. You can find me on GitHub as [jeffam70](https://github.com/jeffam70)
jeffam70
3,255
Hi, I'm Kevin Fries
My introduction post
0
2017-04-25T20:46:32
https://dev.to/kelfink/hi-im-kevin-fries
introductions
--- title: Hi, I'm Kevin Fries published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 20+ years. You can find me on GitHub as [kelfink](https://github.com/kelfink) I live in the Sacramento area. I mostly program in these languages: Ruby, Java, Javascript, C/C...
kelfink
3,254
Hi, I'm István Lantos
My introduction post
0
2017-04-25T20:27:30
https://dev.to/djviolin/hi-im-istvn-lantos
introductions
--- title: Hi, I'm István Lantos published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [DJviolin](https://github.com/DJviolin) I live in [city]. I work for [company] I mostly program in these languages: [language...
djviolin
76,684
Some Notes On Microservices
The hardest thing about building internet applications with microservices is th...
0
2019-01-20T15:01:46
https://horia141.com/some-notes-on-microservices.html
distributedsystems, microservices, queue, post
--- title: Some Notes On Microservices published: true tags: distributed_systems,microservices,queue,post canonical_url: https://horia141.com/some-notes-on-microservices.html --- The hardest thing about building internet applications with microservices is the lack of transactions. While the production issues are nothi...
horia141
3,253
Formula Pi: Racing Software Engineers
A contest for Software Developers to show their racing prowess.
0
2017-04-25T20:05:30
https://dev.to/thetuftii/formula-pi-racing-software-engineers
robotics, computervision, autonomous, python
--- title: "Formula Pi: Racing Software Engineers" published: true description: A contest for Software Developers to show their racing prowess. tags: robotics, computer vision, autonomous, python cover_image: https://thepracticaldev.s3.amazonaws.com/i/z41w4slb0kikx2cvl982.png --- This feels a little shameless (and a c...
thetuftii
3,252
Hi, I'm Jordan Sutton
My introduction post
0
2017-04-25T19:33:55
https://dev.to/jsutcodes_84/hi-im-jordan-sutton
introductions
--- title: Hi, I'm Jordan Sutton published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 4 years. You can find me on GitHub as [jsutcodes](https://github.com/jsutcodes) I live in fort Collins. I work for HPE I mostly program in these languages: Javascript and ...
jsutcodes_84
3,251
Hi, I'm Jesse Fulton
Jesse Fulton - Creative Technologist
0
2017-04-25T18:36:53
https://dev.to/jessefulton/hi-im-jesse-fulton
introductions
--- title: Hi, I'm Jesse Fulton published: true description: Jesse Fulton - Creative Technologist cover_image: tags: introductions --- I began coding over 20 years ago and landed my first paying job in 2000. I've been a Java Engineer, Web Architect, and Unity Developer, amongst many other things. I am currently work...
jessefulton
3,250
Hi, I'm Rhanyel Rodrigues
MEEEEET ME
0
2017-04-25T18:23:15
https://dev.to/rhanys/hi-im-rhanyel-rodrigues
introductions
--- title: Hi, I'm Rhanyel Rodrigues published: true description: MEEEEET ME cover_image: tags: introductions --- I have been coding for [3] years. You can find me on GitHub as [rhanys](https://github.com/rhanys) I live in [Uberlandia- BR]. I work for [eNe Soluções] I mostly program in these languages: [javascrip...
rhanys
3,234
10 Tips to Win your Next Hackathon
10 tips to help make the most of your next hackathon!
0
2017-04-25T16:22:43
https://girlknowstech.com/10-tips-win-hackathon/
hackathons, girlknowstech, womenintech
--- title: 10 Tips to Win your Next Hackathon published: true description: 10 tips to help make the most of your next hackathon! tags: hackathons, girlknowstech, women in tech canonical_url: https://girlknowstech.com/10-tips-win-hackathon/ cover_image: https://thepracticaldev.s3.amazonaws.com/i/loaiyu1tczsnq99hkdpk.jp...
girlknowstech
3,232
Algoritmics with Rust
Originaly posted on my blog. Hello, today we are going to talk about Algoritmics! "Algoritmics? Is...
0
2017-04-25T13:12:23
https://dev.to/mnivoliez/algoritmics-with-rust
mathematics, rust
--- title: Algoritmics with Rust published: true description: tags: Mathematics, Rust --- *Originaly posted on my [blog](https://mathieu-nivoliez.com/posts/2017-04-25-algoritmics-with-rust/)*. <p style="text-align: justify;">Hello, today we are going to talk about Algoritmics!</p> <h2 style="text-align: justify;">"...
mnivoliez
3,231
Nitish Dayal
About
0
2017-04-25T10:58:14
https://dev.to/nitishdayal/nitish-dayal
introductions
--- title: Nitish Dayal published: true description: About cover_image: tags: introductions --- Tunes and tech. I'm...very boring. Twitter: [@nitish_dayal](https://twitter.com/nitish_dayal) Employment Status: Taken ❤️ Programming Languages I'm familiar with: JavaScript(ES5 and on, TypeScript, Flow), Swift (3),...
nitishdayal
3,230
Hi, I'm Dhwanil Vyas
A passionate Full stack web developer
0
2017-04-25T10:29:18
https://dev.to/dhwanilvyas/hi-im-dhwanil-vyas
introductions
--- title: Hi, I'm Dhwanil Vyas published: true description: A passionate Full stack web developer cover_image: https://thepracticaldev.s3.amazonaws.com/i/9l88fase25yu9af1s3if.JPG tags: introductions --- I have been coding for 2 years. You can find me on GitHub as [dhwanilvyas](https://github.com/dhwanilvyas) I live...
dhwanilvyas
3,229
Hi, I'm Adam McKenna
My introduction post
0
2017-04-25T09:41:01
https://dev.to/adammckenna/hi-im-adam-mckenna
introductions
--- title: Hi, I'm Adam McKenna published: true description: My introduction post cover_image: tags: introductions --- I have been coding for some years. You can find me on Twitter as [@AdamMcQuiff](https://twitter.com/AdamMcQuiff) I live in Newcastle upon Tyne. I work for [Zetec Digital](http://zetec-it.com) I m...
adammckenna
3,228
CerebralJS Part 2 - Debugger
Devtools to the rescue!
0
2017-04-25T08:49:33
https://blog.reflog.me/post/cerebral-part-2-debugger/
cerebraljs, javascript, react
--- title: CerebralJS Part 2 - Debugger published: true description: Devtools to the rescue! tags: cerebraljs, javascript, react canonical_url: https://blog.reflog.me/post/cerebral-part-2-debugger/ --- In the [previous post](https://dev.to/reflog/cerebraljs) we've seen how to create a simple counter application using ...
reflog
3,227
CerebralJS
Introduction to the new hotness in the world of React state management
0
2017-04-25T08:45:57
https://blog.reflog.me/post/cerebraljs/
cerebraljs, react, javascript, redux
--- title: CerebralJS published: true cover_image: description: Introduction to the new hotness in the world of React state management tags: cerebraljs, react, javascript, redux canonical_url: https://blog.reflog.me/post/cerebraljs/ --- I want to preface this post with the following disclaimer: <blockquote>I am not...
reflog
3,226
Programming won't be automated, or it already has been
Why I don't fear a robot taking over my job.
0
2017-04-25T06:45:57
https://mortoray.com/2017/03/22/programming-wont-be-automated-or-it-already-has-been/
programming, automation, ai, job
--- title: Programming won't be automated, or it already has been published: true description: Why I don't fear a robot taking over my job. tags: programming, automation, AI, job canonical_url: https://mortoray.com/2017/03/22/programming-wont-be-automated-or-it-already-has-been/ cover_image: https://thepracticaldev.s3....
mortoray
3,225
Hi, I'm ahamidou
My introduction post
0
2017-04-25T03:33:02
https://dev.to/ahamidou/hi-im-ahamidou
introductions
--- title: Hi, I'm ahamidou published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [ahamidou](https://github.com/ahamidou) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I...
ahamidou
3,224
Hi, I'm Megha Rajput
My introduction post
0
2017-04-25T03:16:52
https://dev.to/megharajput/hi-im-matt-smith
introductions
--- title: Hi, I'm Megha Rajput published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@iastechnology](https://twitter.com/iastechnology) I live in [city]. I work for [company] I mostly program in these languages...
megharajput
3,223
Modeling your Data with Documents
How to utilize a document data model
0
2017-04-25T00:53:08
https://dev.to/kenwalger/modeling-your-data-with-documents
mongodb, documentmodel, rdms
--- title: Modeling your Data with Documents published: true description: How to utilize a document data model tags: MongoDB, Document model, RDMS --- I'm writing this post today while waiting for my oldest daughter to start her high school track and field event. I'm watching these talented athletes push their bodies ...
kenwalger
3,222
Using Turbolinks to speed up your site
How to install and integrate the Turbolinks library into your site.
0
2017-04-25T00:41:03
https://dev.to/sunnysingh/using-turbolinks-to-speed-up-your-site
javascript, performance, turbolinks
--- title: Using Turbolinks to speed up your site published: true description: How to install and integrate the Turbolinks library into your site. tags: javascript, performance, turbolinks cover_image: https://thepracticaldev.s3.amazonaws.com/i/dt2gfgejy6uv388ujlfv.jpg --- *Originally posted on [the Ninjality blog](ht...
sunnysingh