id
int64
5
1.93M
title
stringlengths
0
128
description
stringlengths
0
25.5k
collection_id
int64
0
28.1k
published_timestamp
timestamp[s]
canonical_url
stringlengths
14
581
tag_list
stringlengths
0
120
body_markdown
stringlengths
0
716k
user_username
stringlengths
2
30
2,781
Hi, I'm Madiyar
I'm web developer, also playing Dota 2 and interested in gadgets
0
2017-04-10T17:20:33
https://dev.to/rlymdk/hi-im-madiyar
introductions
--- title: Hi, I'm Madiyar published: true description: I'm web developer, also playing Dota 2 and interested in gadgets cover_image: tags: introductions --- I have been coding for 3 years. You can find me on GitHub as [rlymdk](https://github.com/rlymdk) I live in Almaty. I work for aviapoisk.kz I mostly program ...
rlymdk
2,780
Breaking Down Breadth-First Search
Everything you need to know about this important computer science concpet
0
2017-04-10T16:33:57
https://dev.to/vaidehijoshi/breaking-down-breadth-first-search
computerscience, algorithms, javascript
--- title: Breaking Down Breadth-First Search published: true description: Everything you need to know about this important computer science concpet cover_image: tags: computer science, algorithms, javascript --- When it comes to learning, there are generally two approaches one can take: you can either go wide, and t...
vaidehijoshi
2,779
Indexing and collations application on queries
A post by Niraj Adhikary
0
2017-04-10T15:52:38
https://dev.to/nirajmind/indexing-and-collations-application-on-queries
--- layout: post title : Indexing and collations application on queries cover_image: https://medium.com/@nirajmind/indexing-and-collations-application-on-queries-8621f659f4f8 published: true ---
nirajmind
2,775
Hi, I'm Andrew Coulson
My introduction post
0
2017-04-10T13:49:03
https://dev.to/ancoul/hi-im-andrew-coulson
introductions
--- title: Hi, I'm Andrew Coulson published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2 years. You can find me on Twitter as [@ancoul](https://twitter.com/ancoul) I live in Cypress. I mostly program in these languages: java. I am currently learning more a...
ancoul
2,774
Hi, I'm Sakib Hadžiavdić
Hello, the one who is reading this!
0
2017-04-10T13:33:54
https://dev.to/sake_92/hi-im-sakib-hadiavdi
introductions
--- title: Hi, I'm Sakib Hadžiavdić published: true description: Hello, the one who is reading this! cover_image: https://thepracticaldev.s3.amazonaws.com/i/leauiot6nlzek0sr58mo.jpg tags: introductions --- ```javascript { "hello": "world!", "startedCodingYear": 2011, "spaces": true, "location": "Sarajevo, Bosn...
sake_92
2,772
Oversized Pancake Flipper - Google Code Jam
My solution for the Problem A of the 2017's edition
0
2017-04-10T12:43:37
https://dev.to/greenkey/oversized-pancake-flipper---google-code-jam
programming, python, googlecodejam
--- title: Oversized Pancake Flipper - Google Code Jam published: true description: My solution for the Problem A of the 2017's edition cover_image: https://images.pexels.com/photos/4626/food-plate-morning-breakfast.jpg?w=940&h=650&auto=compress&cs=tinysrgb tags: programming, python, Google Code Jam --- ## Google Code...
greenkey
2,771
Hi, I'm Abhishek Robert
My introduction post
0
2017-04-10T10:58:30
https://dev.to/abheerob/hi-im-abhishek-robert
introductions
--- title: Hi, I'm Abhishek Robert published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2 years. You can find me on Twitter as [@AbheeRob](https://twitter.com/AbheeRob) I live in Gurgaon, India. I work for Hughes Systique Corporation. I mostly program in th...
abheerob
2,769
Hi, I'm Andrew McGuinness
My introduction post
0
2017-04-10T10:14:55
https://dev.to/andrewmcguinness/hi-im-andrew-mcguinness
introductions
--- title: Hi, I'm Andrew McGuinness published: true description: My introduction post cover_image: tags: introductions --- I have been coding for getting on for 40 years. You can find me on GitHub as [andrewmcguinness](https://github.com/andrewmcguinness) I mostly program in java, but familiar with C++, javascript...
andrewmcguinness
2,767
Hi, I'm Daniel Mwakanema
learn;learn;learn
0
2017-04-10T08:22:33
https://dev.to/danielmwakanema/hi-im-daniel-mwakanema
introductions
--- title: Hi, I'm Daniel Mwakanema published: true description: learn;learn;learn cover_image: https://thepracticaldev.s3.amazonaws.com/i/s00f2pv3116b9jteollf.gif tags: introductions --- Hello there, I am currently a code monkey in the industry focused on becoming an intermediate beginner. I love JavaScript but also...
danielmwakanema
3,248
How to automate all the things with Gulp
Have you ever been tired of hitting the F5 key once too often? Yeah, I understand the pain. Here’s wh...
0
2018-02-10T22:20:39
https://hackernoon.com/how-to-automate-all-the-things-with-gulp-b21a3fc96885
gulp, startup, node, softwaredevelopment
--- title: "How to automate all the things with Gulp" published: true tags: gulp,startup,nodejs,software-development canonical_url: https://hackernoon.com/how-to-automate-all-the-things-with-gulp-b21a3fc96885 cover_image: https://thepracticaldev.s3.amazonaws.com/i/7g2uzm7ofsuzvf469dyh.png --- Have you ever been tired ...
adnanrahic
2,766
The Root Cause of Input-Based Security Vulnerabilities – Don’t Fear the Grammar
In this post I wrap up some ideas of Language Security http://langsec.org which find a general solution to this problem and provide some tools to fix it.
0
2017-04-10T07:31:52
https://dev.to/bob5ec/the-root-cause-of-input-based-security-vulnerabilities--dont-fear-the-grammar
security, input, parser, output
--- title: The Root Cause of Input-Based Security Vulnerabilities – Don’t Fear the Grammar published: true description: In this post I wrap up some ideas of Language Security http://langsec.org which find a general solution to this problem and provide some tools to fix it. cover_image: http://langsec.org/babel.jpg tags...
bob5ec
89,976
Trivia Kata: A Refactoring Story
Refactoring a legacy code can be a tricky business. More often than not, the code is not tested, uncl...
0
2019-03-11T02:51:43
https://dev.to/rnowif/trivia-kata-a-refactoring-story-4bb9
refactoring, kata, java
--- title: Trivia Kata: A Refactoring Story published: true tags: refactoring, kata, java canonical_url: --- Refactoring a legacy code can be a tricky business. More often than not, the code is not tested, unclear and contains some bugs. If not planned, the time required to refactor will eat all the time allocated to...
rnowif
2,764
Hi Internet
Hi Internet, My full name is Faridzi Febrian. But people usually call me idzi. That nickname actual...
0
2017-04-10T06:35:05
https://dev.to/faridzif/hi-internet
--- title: Hi Internet published: true description: cover_image: tags: --- Hi Internet, My full name is Faridzi Febrian. But people usually call me idzi. That nickname actually work for me, cause i think there's no rude way to call me. In my country it's pronounce e-G, which even if u yell my name out loud it wil...
faridzif
2,762
You Can Create Private Properties In JS (accessor pattern)
In this article I describe a cross-browser, non-ES6 way to create private properties usable on object's prototype in JS.
0
2017-04-09T22:44:36
https://dev.to/guitarino/you-can-create-truly-private-properties-in-js-accessor-pattern
javascript, es6, webdev
--- title: You Can Create Private Properties In JS (accessor pattern) published: true description: In this article I describe a cross-browser, non-ES6 way to create private properties usable on object's prototype in JS. cover_image: https://thepracticaldev.s3.amazonaws.com/i/zmwxs89wpy34gmjq8i2y.png tags: JavaScript, E...
guitarino
2,761
Hi, I'm Kirill Shestakov
My introduction post
0
2017-04-09T22:41:24
https://dev.to/guitarino/hi-im-kirill-shestakov
introductions
--- title: Hi, I'm Kirill Shestakov published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on GitHub as [guitarino](https://github.com/guitarino) I live in Vancouver, Canada. I mostly program in these languages: HTML, CSS and JavaScri...
guitarino
3,330
Why I Don't Prepare For Job Interviews
Cramming may get a candidate a job. But they won’t succeed at the job if they don’t have the skills and experience needed.
0
2017-09-23T21:59:28
https://blog.professorbeekums.com/why-i-dont-prepare-for-interviews/
career
--- title: "Why I Don't Prepare For Job Interviews" published: true tags: career canonical_url: https://blog.professorbeekums.com/why-i-dont-prepare-for-interviews/ cover_image: https://thepracticaldev.s3.amazonaws.com/i/857t0cnwyw6t7o1j3wig.png description: Cramming may get a candidate a job. But they won’t succeed at...
pbeekums
2,756
Pimp My Server #1 - Unicode, xterm-256color and MOTDs
...
0
2017-04-09T15:57:46
https://dev.to/moriczgergo/pimp-my-server-1---unicode-xterm-256color-and-motds
server, xterm256color, unicode, motd
--- title: "Pimp My Server #1 - Unicode, xterm-256color and MOTDs" published: true description: I am starting a post-series where I show cool tricks to pimp your server. This one is about MOTDs, and quite cool! cover_image: https://i.gyazo.com/33b68ca269adc1071e5855d09b4c2685.png tags: server, xterm-256color, unicode, ...
mogery
2,757
How I Built a Serverless Function Without Knowing It, I Think*
It’s the weekend after a week full of exams. I’m exhausted and am just waiting to graduate high schoo...
0
2017-04-09T15:06:29
https://dev.to/aunyks/how-i-built-a-serverless-function-without-knowing-it-i-think
serverless, javascript, api
--- title: How I Built a Serverless Function Without Knowing It, I Think* published: true description: cover_image: https://thepracticaldev.s3.amazonaws.com/i/6554q8e972c2pim8vjvg.png tags: serverless, javascript, api --- It’s the weekend after a week full of exams. I’m exhausted and am just waiting to graduate high s...
aunyks
76,683
Life - Moments Vs Processes
Chalk this up to random musings. In everyone’s life there a bunch of big moments. By definition, the...
0
2019-01-20T15:01:42
https://horia141.com/life-biggest-moments.html
life, musings, post
--- title: Life - Moments Vs Processes published: true tags: life,musings,post canonical_url: https://horia141.com/life-biggest-moments.html --- Chalk this up to random musings. In everyone’s life there a bunch of _big moments_. By definition, they’re quite _short_, but their effects are quite profound. Some of them ...
horia141
2,755
Hi, I'm Mateusz Zdanowicz
My introduction post
0
2017-04-09T11:48:36
https://dev.to/zmateusz/hi-im-mateusz-zdanowicz
introductions
--- title: Hi, I'm Mateusz Zdanowicz published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 5 years. You can find me on GitHub as [zmateusz](https://github.com/zmateusz) I'm writing a [blog](https://zmateusz.wordpress.com/) I live in Mińsk Mazowiecki, Poland....
zmateusz
6,842
A C#-er’s love affair with Swift
My language of choice is C#. This is partly because it’s the first language I learned properly,...
0
2017-09-23T22:07:42
https://blog.jonstodle.com/a-c-ers-love-affair-with-swift/
c, swift
--- title: "A C#-er’s love affair with Swift" published: true tags: C#,Swift canonical_url: https://blog.jonstodle.com/a-c-ers-love-affair-with-swift/ --- My language of choice is C#. This is partly because it’s the first language I learned properly, partly because it’s familiar and comfortable, and partly because I l...
jonstodle
2,754
Hi, I'm Rhymes
My introduction post
0
2017-04-09T07:31:32
https://dev.to/triplejdev/hi-im-rhymes-toasterface
introductions
--- title: Hi, I'm Rhymes published: true description: My introduction post cover_image: tags: introductions --- I started programming properly in September of 2016. I started my first commercial job as a Software Engineer in March 2017. You can find me on Twitter as [@TripleJDev](https://twitter.com/TripleJDev). ...
triplejdev
2,752
Hi, I'm Jared Price
My introduction post
0
2017-04-08T23:22:07
https://dev.to/jaredprice/hi-im-jared-price
introductions
--- title: Hi, I'm Jared Price published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [2] years. You can find me on GitHub as [theXodus](https://github.com/theXodus) I live in [memphis]. I work for [looking] I mostly program in these languages: [javascript, r...
jaredprice
2,751
Hi, I'm Damien Cosset
My introduction post
0
2017-04-08T21:39:41
https://dev.to/damcosset/hi-im-damien-cosset
introductions
--- title: Hi, I'm Damien Cosset published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2.5 years. You can find me on Twitter as [@DamCosset](https://twitter.com/DamCosset) I live in Auzay, in France. I work for HelloMarkets as a freelancer. I've been working ...
damcosset
2,750
The Power of the TODO List
I wanted to share a simple, yet powerful technique I discovered during my 2nd year as a software developer, which has served me extremely well ever since. I recommend it to everyone I mentor and have received positive feedback from other devs who've used this technique. Drumroll please...
0
2017-04-08T20:39:30
http://jlhood.com/the-power-of-the-todo-list/
productivity
--- title: "The Power of the TODO List" canonical_url: http://jlhood.com/the-power-of-the-todo-list/ published: true description: I wanted to share a simple, yet powerful technique I discovered during my 2nd year as a software developer, which has served me extremely well ever since. I recommend it to everyone I mentor...
jlhcoder
2,749
Hi, I'm Adam Vinueza
My introduction post
0
2017-04-08T20:06:25
https://dev.to/adamvinueza/hi-im-adam-vinueza
introductions
--- title: Hi, I'm Adam Vinueza published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 16 years. Virtually all of the code I write belongs to a big corporation ([CoreLogic](http://www.corelogic.com)), for which I work. This is why you won't find anything remotely...
adamvinueza
2,748
Hi, I'm Alex Cullimore
My introduction post
0
2017-04-08T19:57:18
https://dev.to/cullimoreorless/hi-im-alex-cullimore
introductions
--- title: Hi, I'm Alex Cullimore published: true description: My introduction post cover_image: tags: introductions --- I've been coding professionally for about 6 years. After several years in the consulting side of things, I've moved over to the industry. You can find me on GitHub as [Cullimoreorless](https://gith...
cullimoreorless
2,747
What's the Unit Type in F#?
Unit Type is the same as (or resembles) void in C#.
0
2017-04-08T17:32:55
https://dev.to/josegonz321/whats-the-unit-type-in-fsharp
fsharp, functional
--- title: What's the Unit Type in F#? published: true description: Unit Type is the same as (or resembles) void in C#. cover_image: http://www.mindbodysouldeveloper.com/wp-content/uploads/2017/04/Fsharp-01-500x410.jpg tags: f-sharp, functional-programming --- *Originally posted at: http://www.mindbodysouldeveloper.co...
josegonz321
2,746
Game Side Project 2 - Just go with a framework
From the dev.to() community. Sharing ideas that makes us all better developers.
0
2017-04-08T15:47:12
https://dev.to/sethrah/game-side-project-2---just-go-with-a-framework
--- title: Game Side Project 2 - Just go with a framework published: true description: cover_image: tags: side-projects, game-programming, amateur-game-programming --- So in my last game related post, I mentioned that I was trying to make a base game template for C++ so that I could just jump in and try prototyping ...
sethrah
2,744
📦 How to publish your package on npm
...
0
2017-04-08T14:42:09
https://dev.to/apertureless/-how-to-publish-your-package-on-npm
javascript, npm, node, beginner
--- title: 📦 How to publish your package on npm published: true description: An in-depth guide on how to publish your modules on npm, without pain. cover_image: https://i.imgur.com/a37Ss7A.jpg tags: javascript, npm, node, beginner, nodejs, module --- ## An in-depth guide on how to publish your modules on [npm](htt...
apertureless
2,743
CMake, Visual Studio, and the Command Line
This post was originally posted on my blog For quite some time now I've been working inside teams wh...
0
2017-04-08T13:54:56
https://dmerej.info/blog/post/cmake-visual-studio-and-the-command-line/
visualstudio, cmake, commandline, python
--- title: CMake, Visual Studio, and the Command Line canonical_url: https://dmerej.info/blog/post/cmake-visual-studio-and-the-command-line/ published: true tags: Visual Studio, CMake, Command Line, Python --- *This post was originally posted on [my blog](https://dmerej.info/blog/post/cmake-visual-studio-and-the-comma...
dmerejkowsky
2,742
Compound Index Vs Multiple Single Field Index in MongoDB 3.x
Investigating performance impact between compound and single field index
0
2017-04-08T12:52:25
https://dev.to/weiiishannn/compound-index-vs-multiple-single-field-index-in-mongodb-3x
mongodb32, mongodb, mongodb34
--- title: Compound Index Vs Multiple Single Field Index in MongoDB 3.x published: true description: Investigating performance impact between compound and single field index cover_image: tags: mongodb3.2, mongodb, mongodb3.4, --- <h1>Compound Index Vs Multiple Single Field Index in MongoDB 3.x</h1> MongoDB supports ...
weiiishannn
2,741
Hi, I'm kavyarani7
My introduction post
0
2017-04-08T10:45:43
https://dev.to/kavyarani7/hi-im-kavyarani7
introductions
--- title: Hi, I'm kavyarani7 published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 9 years. You can find me on GitHub as [kavyarani7](https://github.com/kavyarani7) I live in Bengaluru. I work for Ametek. Nice to meet you.
kavyarani7
2,740
Hi, I'm kgashok
My introduction post
0
2017-04-08T10:33:35
https://dev.to/kgashok/hi-im-kgashok
introductions
--- title: Hi, I'm kgashok published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [10] years. You can find me on GitHub as [kgashok](https://github.com/kgashok) I live in [Coimbatore]. I work for [KGISL] I mostly program in these languages: [Python, Java, C++...
kgashok
2,739
Hi, I'm Vimal Bera
My introduction post
0
2017-04-08T10:32:38
https://dev.to/vimalbera92/hi-im-vimal-bera
introductions
--- title: Hi, I'm Vimal Bera published: true description: My introduction post cover_image: tags: introductions --- Hey what's up? Full name's Vimal Bera but friends calls me Batman ![alt text](http://clipart-library.com/images/pi5rBoBAT.png) I'm a Full Stack developer born & raised in India, and currently working...
vimalbera92
2,738
Hi, I'm anthyG
My introduction post
0
2017-04-08T08:51:02
https://dev.to/glightstar/hi-im-anthyg
introductions
--- title: Hi, I'm anthyG published: true description: My introduction post cover_image: tags: introductions --- Da peece! ;) I have been coding for about 5 years. You can find me on Twitter as [@Glightstar](https://twitter.com/Glightstar), on [GitHub](https://github.com/AnthyG), and probably almost every other soci...
glightstar
84,815
How to Verify Your Mastodon Account with Keybase
This article was originally posted on my personal site on April 8, 2017 At the time of this...
0
2019-07-27T10:41:42
https://ryanmaynard.co/mastodon-keybase
security, keybase, mastodon, tutorial
--- title: How to Verify Your Mastodon Account with Keybase published: true tags: security, keybase, mastodon, tutorial canonical_url: https://ryanmaynard.co/mastodon-keybase --- ![mastodon and keybase logos](https://ryanmaynard.co/images/mastodon/mastodonkeybase.png) *This article was originally posted on my [person...
ryanmaynard
1,130,453
Indexing arbitrary JSON into Elasticsearch
Using the Nested datatype, Multi-fields, ignore_malformed, and adding a pre-processing step to...
0
2017-04-08T00:00:00
https://dev.to/chrismwendt/indexing-arbitrary-json-into-elasticsearch-28m7
--- title: Indexing arbitrary JSON into Elasticsearch date: 20170408T00:00Z --- Using the [Nested datatype][1], [Multi-fields][2], [`ignore_malformed`][3], and adding a pre-processing step to flatten nested JSON into key-value pairs, it's possible to index arbitrary JSON (even with type conflicts) into Elasticsearch. ...
chrismwendt
2,736
Introduction to MongoDB Indexing
This post is about database indexing for MonogDB. I will provide a quick overview on what indexes are...
0
2017-04-07T22:34:44
https://dev.to/akazia_it/introduction-to-mongodb-indexing
mongodb
--- title: Introduction to MongoDB Indexing published: true description: cover_image: https://thepracticaldev.s3.amazonaws.com/i/uwm0sfu6zrdwtkbmdhkg.png tags: MongoDB --- This post is about database indexing for MonogDB. I will provide a quick overview on what indexes are and how to use them. ## Understanding Indexe...
akazia_it
2,735
Indexing in MongoDB
A quick look at performance improvements with indexes in MongoDB
0
2017-04-07T22:11:54
https://dev.to/kenwalger/indexing-in-mongodb
mongodb, indexing, performance, querying
--- title: Indexing in MongoDB published: true description: A quick look at performance improvements with indexes in MongoDB cover_image: tags: MongoDB, Indexing, Performance, Querying --- I get asked about, and see a lot of posts and comments on the internet about [MongoDB](http://www.mongodb.com) not being as quic...
kenwalger
2,733
RESTful API design with Node.js
It’s a remarkable beast of a tool, Node.js. If you’re a beginner, aspiring coder, or IT student, it may be hard to wrap your head around it, but when you eventually get used to it, it’s eyeopening.
0
2017-04-07T21:05:11
https://hackernoon.com/restful-api-design-with-node-js-26ccf66eab09
node, api, javascript, rest
--- title: RESTful API design with Node.js published: true description: It’s a remarkable beast of a tool, Node.js. If you’re a beginner, aspiring coder, or IT student, it may be hard to wrap your head around it, but when you eventually get used to it, it’s eyeopening. cover_image: https://thepracticaldev.s3.amazonaws....
adnanrahic
2,706
%$#@ This: Combing through 183 million git commits to find out when and how developers use the f-word
Spoiler: PHP and CSS were among the language most associated with the f-word.
0
2017-04-07T15:58:16
https://dev.to/walker/-this-combing-through-183-million-commits-to-find-out-when-and-how-developers-us-the-f-bomb
bigquery, github, datascience, git
--- title: "%$#@ This: Combing through 183 million git commits to find out when and how developers use the f-word" published: true description: "Spoiler: PHP and CSS were among the language most associated with the f-word." cover_image: tags: bigquery, github, data-science, git --- Programming can be frustrating. End...
walker
2,731
Hi, I'm Fabio Catunda Marreco
My introduction post
0
2017-04-07T15:49:43
https://dev.to/fabiomarreco/hi-im-fabio-catunda-marreco
introductions
--- title: Hi, I'm Fabio Catunda Marreco published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [fabiomarreco](https://github.com/fabiomarreco) I live in [city]. I work for [company] I mostly program in these langu...
fabiomarreco
2,727
React Without JSX, t7 To The Rescue!
...
0
2017-04-07T14:49:28
https://dev.to/kayis/react-without-jsx-t7-to-the-rescue
react, javascript, t7
--- title: React Without JSX, t7 To The Rescue! published: true description: How to use React with t7 instead of JSX. cover_image: tags: react, javascript, t7 --- _TL;DR Here is a [repository](https://github.com/kay-is/react-t7-example) with a working example. :)_ ## Why Not JSX When using [React](https://facebook....
kayis
2,728
Git rich or die tryin' 01: Ideas from our Git setups
This post is part of a series about our Git setups. In this series we will focus on the Git aliases we use the most, particularly the ones we find interesting (i.e., not `c = commit`) and that have increased our productivity using Git.
0
2017-04-07T14:09:57
https://dev.to/brainlessdeveloper/git-rich-or-die-tryin-01-ideas-from-our-git-setups
cli, git, alias
--- title: "Git rich or die tryin' 01: Ideas from our Git setups" published: true description: This post is part of a series about our Git setups. In this series we will focus on the Git aliases we use the most, particularly the ones we find interesting (i.e., not `c = commit`) and that have increased our productivity ...
brainlessdeveloper
2,726
Hi, I'm Insane10thlobbies
My introduction post
0
2017-04-07T12:22:50
https://dev.to/gdpgaming/hi-im-insane10thlobbies
introductions
--- title: Hi, I'm Insane10thlobbies published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [6] years. You can find me on Twitter as [@GDPGaming](https://twitter.com/GDPGaming) I live in [city]. I work for [Gdpgaming] I mostly program in these languages: [C++...
gdpgaming
49,064
Introduction to Zend Expressive (1.x/2.x)
This article is outdated, it is a direct copy from medium Enter fullscreen mode Ex...
0
2019-04-03T10:46:08
https://medium.com/@robopuff/introduction-to-zend-expressive-ce9e3db64a4e
php, expressive, zend
--- title: Introduction to Zend Expressive (1.x/2.x) published: true tags: php,expressive,zend canonical_url: https://medium.com/@robopuff/introduction-to-zend-expressive-ce9e3db64a4e --- ``` This article is outdated, it is a direct copy from medium ``` # What is Zend Expressive, and how to use it ![](https://cdn-im...
robopuff
2,643
Styles of Unit Test Writing
At what point should you write unit tests for code? I've progressed through a few different styles, and I find value in each of them.
0
2017-04-07T12:01:45
https://dev.to/vorahsa/styles-of-unit-test-writing
unittests, tdd
--- title: Styles of Unit Test Writing published: true description: At what point should you write unit tests for code? I've progressed through a few different styles, and I find value in each of them. cover_image: tags: unit tests, TDD --- It took me a long time to become so comfortable with unit tests that I can co...
vorahsa
2,685
Solve All Bugs Or Implement New Features?
An argument in favor of quality versus scope in software development
0
2017-04-06T14:39:02
https://dev.to/iamlucasmreis/solve-all-bugs-or-implement-new-features
codequality, scope, agile, risk
--- title: Solve All Bugs Or Implement New Features? published: true description: An argument in favor of quality versus scope in software development tags: quality, scope, agile, risk --- *This post was originally published on [my personal blog](https://lucasmreis.github.io/blog/solve-all-bugs-or-implement-new-featur...
iamlucasmreis
2,724
Hi, I'm Sam Anderson
My introduction post
0
2017-04-07T11:39:01
https://dev.to/andomain/hi-im-sam-anderson
introductions
--- title: Hi, I'm Sam Anderson published: true description: My introduction post cover_image: tags: introductions --- I have been coding for about 4 years. You can find me on GitHub as [andomain](https://github.com/andomain) I live in Sheffield. I work for [Joi Polloi](www.joipolloi.com) I mostly program in thes...
andomain
1,244,622
Lumi4 -- Unit and Integration Tests
Unit and Integration Testing I mentioned in an earlier entry that I had the hardest time...
20,426
2017-04-07T10:00:00
https://ladvien.com/lumi4-unit-and-integration-tests
robot, c, tinysafeboot
--- title: Lumi4 -- Unit and Integration Tests tags: robot, c#, tinysafeboot published_at: 20170407T10:00Z canonical_url: https://ladvien.com/lumi4-unit-and-integration-tests main_image: https://ladvien.com/images/Lumi_CSharp.png series: Lumi published: true --- ## Unit and Integration Testing I mentioned in an earli...
ladvien
2,722
The .NET IL (bytecode) Interpreter
Whilst writing a previous blog post I stumbled across the .NET Interpreter, tuc...
0
2017-04-07T09:09:34
http://mattwarren.org/2017/03/30/The-.NET-IL-Interpreter/
net, clr, opensource
--- title: The .NET IL (bytecode) Interpreter published: true description: canonical_url: http://mattwarren.org/2017/03/30/The-.NET-IL-Interpreter/ tags: .NET, CLR, Open Source --- Whilst writing a [previous blog post](http://mattwarren.org/2017/03/23/Hitchhikers-Guide-to-the-CoreCLR-Source-Code/) I stumbled across t...
mattwarren
17,503
Pingback
Starting with DataDigger version 23, DataDigger will ‘phone home’. This is done to keep track of the...
0
2018-01-22T20:07:39
https://datadigger.wordpress.com/2017/04/07/pingback/
openedge, datadigger
--- title: "Pingback" published: true tags: OpenEdge, DataDigger canonical_url: https://datadigger.wordpress.com/2017/04/07/pingback/ --- Starting with DataDigger version 23, DataDigger will ‘phone home’. This is done to keep track of the number of people that use DataDigger. Because I am somewhat allergic to applica...
patricktingen
2,721
Hi, I'm Gaby Serrato
My intro post
0
2017-04-07T06:14:14
https://dev.to/gabsete/hi-im-gaby-serrato
introductions
--- title: Hi, I'm Gaby Serrato published: true description: My intro post cover_image: tags: introductions --- I have been helping my fellow coders for 8 years by boosting the UX side of things. You can find me on Twitter as [@gabsete](https://twitter.com/gabsete) I live in Mexico City. I work as a UX freelancer ...
gabsete
2,720
Hi, I'm Sixolise Maboza
My introduction post
0
2017-04-07T06:08:39
https://dev.to/sixolisemaboza/hi-im-sixolise-maboza
introductions
--- title: Hi, I'm Sixolise Maboza published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. You can find me on GitHub as [sixolisemaboza](https://github.com/sixolisemaboza) I live in Port Elizabeth. I work for S4 I mostly program in these languages: C#...
sixolisemaboza
2,718
Hi, I'm Ezra
My introduction post
0
2017-04-07T02:08:39
https://dev.to/ezrabathini/hi-im-ezra
introductions
--- title: Hi, I'm Ezra published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 7 years. You can find me on Twitter as [@ezrabathini](https://twitter.com/ezrabathini) I live in Auckland, New Zealand. I work for Vodafone New Zealand I mostly program in these la...
ezrabathini
2,621
Building systems that don't match your worldview
Take a little more time to design for everyone.
0
2017-04-07T00:35:32
https://dev.to/aeiche/building-systems-that-dont-match-your-worldview
--- title: Building systems that don't match your worldview published: true description: Take a little more time to design for everyone. cover_image: tags: --- I wrote a [programming article](https://dev.to/aeiche/useful-js-functions-you-arent-using-arrayfilter) recently that started out describing an example proble...
aeiche
465,340
Javascript tips and tricks to Optimize Performance
Learn how to optimize performance using some useful javascript hacks, tips and tricks. Read On
0
2020-09-25T04:43:57
https://www.loginradius.com/engineering/blog/16-javascript-hacks-for-optimization/
engineering, javascript, hacks, array
--- title: Javascript tips and tricks to Optimize Performance published: true date: 2017-04-07 00:00:00 UTC tags: Engineering,JavaScript,Hacks,Array canonical_url: https://www.loginradius.com/engineering/blog/16-javascript-hacks-for-optimization/ --- Learn how to optimize performance using some useful javascript hacks...
mohammed786
441,464
How do I get my API Gateway URL?
Occasionally you need to know the API Gateway URL for your services inside your Lambda. This happened...
0
2020-09-02T21:58:44
https://www.goingserverless.com/blog/how-do-i-get-my-api-gateway-url
apigateway, aws, lambda, serverless
--- title: How do I get my API Gateway URL? published: true date: 2017-04-07 00:00:00 UTC tags: apigateway, aws, lambda, #serverless canonical_url: https://www.goingserverless.com/blog/how-do-i-get-my-api-gateway-url --- Occasionally you need to know the API Gateway URL for your services inside your Lambda. This happe...
richdevelops
2,715
Hi, I'm Artifex
My introduction post
0
2017-04-06T22:46:56
https://dev.to/drydrylan/hi-im-artifex
introductions
--- title: Hi, I'm Artifex published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on Twitter as [@drydrylan](https://twitter.com/drydrylan) I live in [city]. I work for [company] I mostly program in these languages: [languages]...
drydrylan
2,524
Non-Profits and the Tech Recruiting Game
We do offer equity, in fact–better equity than you can hope for from any theoretical IPO that an early-stage founder might be soft-selling you over your next cortado. Our equity is the future of the human race. And in fact the entire planet.
0
2017-04-06T20:03:47
https://dev.to/dosomething/non-profits-and-the-tech-recruiting-game
socialtech, recruiting
--- title: Non-Profits and the Tech Recruiting Game published: true description: We do offer equity, in fact–better equity than you can hope for from any theoretical IPO that an early-stage founder might be soft-selling you over your next cortado. Our equity is the future of the human race. And in fact the entire plane...
mshmsh5000
2,712
Hi, I'm Paden
My introduction post
0
2017-04-06T19:48:44
https://dev.to/p4d3n/hi-im-paden
introductions
--- title: Hi, I'm Paden published: true description: My introduction post cover_image: tags: introductions --- I have been coding for >1 year. You can find me on Twitter as [@p4d3n](https://twitter.com/p4d3n) I live in Philadelphia. I work for a company in Philly. I mostly program in these languages: Bash/Python...
p4d3n
2,679
node.js: Text Positioning 101
Fun fact: I learned this from 3DS development. And that was in C!
0
2017-04-06T17:03:19
https://dev.to/mogery/nodejs-text-positioning-101
node, javascript, text, position
--- title: "node.js: Text Positioning 101" published: true description: "Fun fact: I learned this from 3DS development. And that was in C!" cover_image: http://i.imgur.com/vsshism.jpg tags: node, js, text, position --- Yesterday, we covered text coloring, but today is more interesting. We are positioning text. The wa...
mogery
2,707
Introduction to Metabase
A short story on why to use Metabase and how to set it up.
0
2017-04-06T16:55:20
https://dev.to/peterfication/introduction-to-metabase
metabase, bi, postgres
--- title: Introduction to Metabase published: true description: A short story on why to use Metabase and how to set it up. cover_image: tags: Metabase,BI,PostgreSQL --- When you start a company, setting up a business intelligence (BI) solution is not the first thing most founding teams implement, I guess. Now that I...
peterfication
2,542
Programmers should be good at email too. Here is my guide to leveling up your Gmail game.
A few productivity tips to help you take control of your inbox.
0
2017-04-06T16:41:44
https://dev.to/peter/programmers-should-be-good-at-email-too-here-is-my-guide-to-leveling-up-your-gmail-game
productivity, email, gmail, guides
--- title: Programmers should be good at email too. Here is my guide to leveling up your Gmail game. published: true description: A few productivity tips to help you take control of your inbox. cover_image: tags: productivity, email, gmail, guides --- Some developers I work with are pretty bad at email. I get it, t...
peter
2,705
Hi, I'm Miguel Rentes
My introduction post
0
2017-04-06T15:40:47
https://dev.to/rentes/hi-im-miguel-rentes
introductions
--- title: Hi, I'm Miguel Rentes published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 17 years. You can find me on GitHub as [rentes](https://github.com/rentes) I live in Porto. I work for Efacec. I mostly program in these languages: Ruby, Python, C/C++. I...
rentes
1,331,340
Fluent Python - Microreview
If you really want to get into the details of Python and learn about how the language was built and...
0
2023-04-29T22:27:08
https://mikestaszel.com/2017/04/06/fluent-python-microreview.html
--- title: Fluent Python - Microreview published: true date: 2017-04-06 15:20:50 UTC tags: canonical_url: https://mikestaszel.com/2017/04/06/fluent-python-microreview.html --- If you really want to get into the details of Python and learn about how the language was built and how some of its internals are implemented,...
mikestaszel
2,704
New Blog Post - The First Pomodoro Habit for Continuous Learning
I just published a blog post documenting my team's journey towards developing a new organizational habit. After some team restructuring, we feared career stagnation. Read on to find out how we overcame them to become highly innovative and engaged.
0
2017-04-06T15:15:33
https://dev.to/snasirca/new-blog-post---the-first-pomodoro-habit-for-continuous-learning
career, softwaredevelopment, learning, pomodoro
--- title: "New Blog Post - The First Pomodoro Habit for Continuous Learning" published: true description: "I just published a blog post documenting my team's journey towards developing a new organizational habit. After some team restructuring, we feared career stagnation. Read on to find out how we overcame them to be...
snasirca
2,702
Explaining Programming to 6 Years Old Kids
It was more fun than I expected! I treated this seriously and I was well prepared, and it paid off. The kids were interested and I think they might even remember something.
0
2017-04-06T15:00:28
https://dev.to/tkaczanowski/explaining-programming-to-6-years-old-kids
--- title: Explaining Programming to 6 Years Old Kids published: true description: It was more fun than I expected! I treated this seriously and I was well prepared, and it paid off. The kids were interested and I think they might even remember something. cover_image: tags: --- The task: **explain what you do at work...
tkaczanowski
2,698
Beginners Tutorial: Docker with ASP.NET Core
In this tutorial, you will learn how to build and run your first asp.net core docker image.
0
2017-04-06T13:23:35
https://dev.to/schwamster/docker-tutorial-with-for-aspnet-core
aspnetcore, docker, beginners
--- title: "Beginners Tutorial: Docker with ASP.NET Core" published: true description: In this tutorial, you will learn how to build and run your first asp.net core docker image. cover_image: https://thepracticaldev.s3.amazonaws.com/i/tfzr1vovz6765r2muvox.png tags: ASP.NET Core, docker, beginners --- # Beginners Tuto...
schwamster
2,699
Hi, I'm Vincent Séguin
My introduction post
0
2017-04-06T12:47:46
https://dev.to/vincentseguin/hi-im-vincent-sguin
introductions
--- title: Hi, I'm Vincent Séguin published: true description: My introduction post cover_image: tags: introductions --- I have been coding for about 7 years. You can find me on Twitter as [@VincentSeguin](https://twitter.com/VincentSeguin) I live in Quebec City. I work for Coveo. I'm also a university lecturer,...
vincentseguin
2,696
Hi, I'm Alexandre Dutra
My introduction post
0
2017-04-06T12:15:39
https://dev.to/adutra/hi-im-alexandre-dutra
introductions
--- title: Hi, I'm Alexandre Dutra published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 15 years. You can find me on Twitter as [@alexdut](https://twitter.com/alexdut) I live in Paris, France. I work for [DataStax](http://www.datastax.com). I mostly program...
adutra
2,694
Comparison of various OpenApi/Swagger to Slate conversion tools
There's more than one way to skin an API
0
2017-04-06T10:01:38
https://dev.to/mikeralphson/comparison-of-various-openapiswagger-to-slate-conversion-tools
openapi, swagger, slate, widdershins
--- title: Comparison of various OpenApi/Swagger to Slate conversion tools published: true description: There's more than one way to skin an API cover_image: tags: - openapi - swagger - slate - widdershins --- Something a little different for this blog; a comparison of four tools which aim to do a similar jo...
mikeralphson
2,693
Five things they didn't tell you were changing in OpenAPI 3.0.0-RC0
Diving deeper into the next version of the OpenAPI (Swagger) spec
0
2017-04-06T09:49:10
https://dev.to/mikeralphson/five-things-they-didnt-tell-you-were-changing-in-openapi-300-rc0
openapi, swagger, openapi3, api
--- title: Five things they didn't tell you were changing in OpenAPI 3.0.0-RC0 published: true description: Diving deeper into the next version of the OpenAPI (Swagger) spec cover_image: tags: - openapi - swagger - openapi3 - api --- Articles like [this one](https://dzone.com/articles/what-you-need-to-know-ab...
mikeralphson
2,692
Senior UI Developer
I'm a Budapest-based frontend developer, currently doing some freelance work for agencies, open for other opportunities.
0
2017-04-06T09:34:28
https://dev.to/csabamarosi/senior-ui-developer
javascript, php, laravel, ui
--- title: Senior UI Developer published: true description: I'm a Budapest-based frontend developer, currently doing some freelance work for agencies, open for other opportunities. cover_image: https://thepracticaldev.s3.amazonaws.com/i/yj7jkmw5j9rsroxpuddj.jpg tags: javascript, php, laravel, ui ---
csabamarosi
2,688
UFHH01
A post by Uwe Filthaut
0
2017-04-06T06:07:21
https://dev.to/ufhh01/ufhh01
plesk
--- title: UFHH01 published: true description: cover_image: https://thepracticaldev.s3.amazonaws.com/i/hzotnkc6ea92eifx9v22.jpg tags: Plesk ---
ufhh01
2,684
Hi, I'm Kelly Adams
My introduction post
0
2017-04-06T01:10:48
https://dev.to/adamskt/hi-im-kelly-adams
introductions
--- title: Hi, I'm Kelly Adams published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 18 years. You can find me on GitHub as [adamskt](https://github.com/adamskt) I live in Spokane, WA. I work for [IntelliTect](http://intellitect.com) I mostly program in thes...
adamskt
884,647
Using select(2)
This started out as a Hacker News comment about a blog post about select being fundamentally broken...
0
2021-11-01T21:44:50
http://aivarsk.com/2017/04/06/select/
c, asyncio, select
--- title: Using select(2) published: true date: 2017-04-06 00:00:00 UTC tags: c,asyncio,select canonical_url: http://aivarsk.com/2017/04/06/select/ --- This started out as a Hacker News comment about a blog post about [select being fundamentally broken](https://idea.popcount.org/2017-01-06-select-is-fundamentally-bro...
aivarsk
159,821
The Mathematics of Sagefy
In this article, I’m going to talk about some of the mathematical models I’m using in Sagefy so far....
0
2019-08-21T22:43:31
http://heiskr.com/stories/the-mathematics-of-sagefy
--- title: The Mathematics of Sagefy published: true tags: canonical_url: http://heiskr.com/stories/the-mathematics-of-sagefy --- In this article, I’m going to talk about some of the mathematical models I’m using in Sagefy so far. I’m going to discuss some of the problems I’ve run into, and what problems are still ah...
heiskr
18,164
How to build a great MVP, fast
One of the first things a startuper has to do to get started is building a basic version of their app...
0
2019-07-01T14:20:26
https://helyo.world/2017/04/06/howto-build-great-mvp-fast.html
--- title: "How to build a great MVP, fast" published: true tags: canonical_url: https://helyo.world/2017/04/06/howto-build-great-mvp-fast.html --- One of the first things a startuper has to do to get started is building a basic version of their app/website/product to show it to investors. This <abbr title="Minimum V...
viki53
855,501
Ubuntu + Windows + .dotfiles
Ubuntu + Windows + .dotfiles 1. Open “Update &amp; Security” &gt; “For Developers” &gt; activate the...
0
2021-10-17T13:44:58
http://suckup.de/2017/04/ubuntu-windows-dotfiles/?pk_campaign=feed&pk_kwd=ubuntu-windows-dotfiles&utm_source=rss&utm_medium=rss&utm_campaign=ubuntu-windows-dotfiles
howto, shellbash, windows, windows10
--- title: Ubuntu + Windows + .dotfiles published: true date: 2017-04-05 20:51:09 UTC tags: HowTo,ShellBash,Windows,Windows10 canonical_url: http://suckup.de/2017/04/ubuntu-windows-dotfiles/?pk_campaign=feed&pk_kwd=ubuntu-windows-dotfiles&utm_source=rss&utm_medium=rss&utm_campaign=ubuntu-windows-dotfiles --- [Ubuntu +...
suckup_de
2,682
Hi, I'm Tomek Kaczanowski
My introduction post
0
2017-04-05T20:37:45
https://dev.to/tkaczanowski/hi-im-tomek-kaczanowski
introductions
--- title: Hi, I'm Tomek Kaczanowski published: true description: My introduction post tags: introductions --- You can find me on Twitter as [@tkaczanowski](https://twitter.com/tkaczanowski) Nice to meet you.
tkaczanowski
2,678
Hi, I'm Justin Léger
My introduction post
0
2017-04-05T19:58:24
https://dev.to/justin/hi-im-justin-lger
introductions
--- title: Hi, I'm Justin Léger published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 5 years. You can find me on GitHub as [jusleg](https://github.com/jusleg) I live in Montreal. I mostly program in these languages: Java, Ruby, Python, JS. I am currently l...
justin
2,569
Writing My First Compiler
This is a resumed but technical description of my first compiler making.
0
2017-04-05T19:43:37
https://dev.to/fcpauldiaz/writing-my-first-compiler
compiler, java, arm
--- title: Writing My First Compiler published: true description: This is a resumed but technical description of my first compiler making. cover_image: tags: compiler, java, arm --- ##Start I wrote my first compiler for a university class project and I really enjoyed it so I want to share my experience on t...
fcpauldiaz
2,677
node.js: Console Colors 101
Many beginner programmers ask "How can I change the console font's color?". I will cover multiple ways of doing it.
0
2017-04-05T19:39:16
https://dev.to/mogery/nodejs-console-colors-101
console, colors, node, javascript
--- title: "node.js: Console Colors 101" published: true description: Many beginner programmers ask "How can I change the console font's color?". I will cover multiple ways of doing it. cover_image: https://i.stack.imgur.com/Z6sCg.png tags: console, colors, node, js --- We've all seen a module or a node.js application...
mogery
2,657
Unbalanced Parentheses
This is an article about something I showed live at the Erlang & Elixir Factory San Francisco 2017. It’s about what you can and can not do if you are fancy with your module attributes in Erlang.
0
2017-04-05T02:38:34
https://dev.to/elbrujohalcon/unbalanced-parentheses
erlang, compilers
--- title: Unbalanced Parentheses published: true description: This is an article about something I showed live at the Erlang & Elixir Factory San Francisco 2017. It’s about what you can and can not do if you are fancy with your module attributes in Erlang. cover_image: tags: erlang, compilers --- ## …or another reaso...
elbrujohalcon
2,676
Hi, I'm Kyle
My introduction post
0
2017-04-05T18:57:57
https://dev.to/vulpino/hi-im-kyle-fahringer
introductions
--- title: Hi, I'm Kyle published: true description: My introduction post cover_image: tags: introductions --- Hi, I'm Kyle. I'm a programmer and graphic designed based out of Ft. Lauderdale, Florida. Soon, I'll be moving to Claremont, California, to study computer science at Pomona College. I specialize in working ...
vulpino
2,654
Adding Auto-Retries to a C# API Client
...
0
2017-04-05T18:27:22
https://dev.to/rogerjin12/adding-auto-retries-to-our-c-api-client
api, csharp, dotnet, aspnet
--- title: Adding Auto-Retries to a C# API Client published: true description: Networks are unreliable. One way to overcome this is by having clients retry API requests when they fail. Learn how to add retries to a C# API client. cover_image: https://thepracticaldev.s3.amazonaws.com/i/amd0xepse8mgvqel5s8r.jpg tags: api...
rogerjin12
2,675
Remember Your Victory Conditions
How wargaming and software development are similar
0
2017-04-05T18:25:49
https://dev.to/cwreacejr/remember-your-victory-conditions
scrum, agile, sprint
--- title: Remember Your Victory Conditions published: true description: How wargaming and software development are similar cover_image: https://thepracticaldev.s3.amazonaws.com/i/eljs3zf90li6frjv3r2x.png tags: scrum, agile, sprint --- For the last several sprints, our team at work have been emphasizing the need for c...
cwreacejr
2,674
What is the benefit of Functional Programming?
How does Functional Programming help me?
0
2017-04-05T17:40:05
https://dev.to/kspeakman/what-is-the-benefit-of-functional-programming
fsharp, functional, elm
--- title: What is the benefit of Functional Programming? published: true description: How does Functional Programming help me? cover_image: tags: fsharp, functional, elm --- _Posted at the suggestion of [Pablo Rivera](https://dev.to/yelluw)._ I've seen some posts lately trying to come to grips with or warn against ...
kspeakman
2,673
Hi, I'm Mbo
My introduction post
0
2017-04-05T17:25:25
https://dev.to/mubarakky/hi-im-mbo
introductions
--- title: Hi, I'm Mbo published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 4 years. You can find me on Twitter as [@Mubarakky](https://twitter.com/Mubarakky) I live in Lagos,Nigeria. I work for iQube labs. I have written programs in these languages: php,...
mubarakky
2,672
Hi, I'm ryanguill
My introduction post
0
2017-04-05T16:55:54
https://dev.to/ryanguill/hi-im-ryanguill
introductions
--- title: Hi, I'm ryanguill published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 20 years. You can find me on Twitter as [@ryanguill](https://twitter.com/ryanguill) I live in Memphis, TN. I work remotely for MotorsportReg.com I mostly program in sql, js an...
ryanguill
2,649
Better Ways to Talk About Code: Announcing Rich Embeddable Blocks
...
0
2017-04-05T15:42:47
https://dev.to/ben/better-ways-to-talk-about-code-announcing-rich-embeddable-blocks
meta, announcements, liquid, markdown
--- title: "Better Ways to Talk About Code: Announcing Rich Embeddable Blocks" published: true description: Twitter, GitHub, Codepen, Youtube, etc. cover_image: tags: meta, announcements, liquid, markdown --- Before we get to the meat of this announcement, let me qualify all of this with the following tweet: {% twit...
ben
2,670
Building a pixel wall in virtual reality with React VR and RIO! Our first impressions
We got such a great reception from our project RIO and were so excited to see it posted by the...
0
2017-04-05T12:20:25
https://dev.to/kylessg/building-a-pixel-wall-in-virtual-reality-with-react-vr-and-rio-our-first-impressions
--- title: Building a pixel wall in virtual reality with React VR and RIO! Our first impressions leader: We got such a great reception from our project RIO and were so excited to see it posted by the likes of Adafruit, Motherboard and Raspberry Pi we decided to simulate our 3d wall in the office in virtual reality. dat...
kylessg
342,474
How to profile Python/Django applications
Using the django-profiler module available at https://github.com/char0n/django-profiler from profil...
0
2020-05-23T19:45:17
http://www.streppone.it/cosimo/blog/2017/04/how-to-profile-pythondjango-applications/
django, webdev, profiling, programming
--- title: How to profile Python/Django applications published: true date: 2017-04-05 09:53:24 UTC tags: django,webdev,profiling,programming canonical_url: http://www.streppone.it/cosimo/blog/2017/04/how-to-profile-pythondjango-applications/ --- Using the `django-profiler` module available at [https://github.com/char0...
cosimo
342,473
MySQL (Percona XtraDB) slave replication crash resilience settings
It’s been a geological age since my last blog post! Oh, so many things happened in the meantime. For...
0
2020-05-23T19:34:54
http://www.streppone.it/cosimo/blog/2017/04/mysql-percona-xtradb-slave-replication-crash-resilience-settings/
operations, crashrecovery, devops, mysql
--- title: MySQL (Percona XtraDB) slave replication crash resilience settings published: true date: 2017-04-05 09:38:40 UTC tags: Operations,crash-recovery,devops,mysql canonical_url: http://www.streppone.it/cosimo/blog/2017/04/mysql-percona-xtradb-slave-replication-crash-resilience-settings/ --- It’s been a geologica...
cosimo
2,665
Tips to Prepare Your first Interview as a Software Engineer
The phone interview Sometimes you may be asked to participate in a phone inter...
0
2017-04-05T08:29:12
https://dev.to/amritharao1213/how-to-prepare-your-first-interview-as-a-software-engineer
job, interview, software, softwareengineer
--- title: "Tips to Prepare Your first Interview as a Software Engineer" published: true description: cover_image: https://thepracticaldev.s3.amazonaws.com/i/smus20xzmntkua3zo7a8.jpg tags: job, interview, software, software engineer --- The phone interview Sometimes you may be asked to participate in a phone intervi...
amritharao1213
2,664
Freelance Software Developer
experienced freelance full stack software developer well versed in delivering web & mobile applications utilising cloud architectures.
0
2017-04-05T08:03:35
https://dev.to/gary_woodfine/freelance-software-developer
--- title: Freelance Software Developer published: true description: experienced freelance full stack software developer well versed in delivering web & mobile applications utilising cloud architectures. cover_image: tags: ---
gary_woodfine
2,662
Hi, I'm Thomas
My introduction post
0
2017-04-05T06:59:19
https://dev.to/crackman1x/hi-im-thomas
introductions
--- title: Hi, I'm Thomas published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on Twitter as [@crackman1x](https://twitter.com/crackman1x) I live in Paris. I work for the french customs I mostly program in these languages: Java (J2...
crackman1x
2,661
Hi, I'm JeanLaurent Ferralis
My introduction post
0
2017-04-05T05:53:41
https://dev.to/roxanne7_/hi-im-jeanlaurent-ferralis
introductions
--- title: Hi, I'm JeanLaurent Ferralis published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 15 years. You can find me on Twitter as [@JLFerralis](https://twitter.com/JLFerralis) I live in Nice. I work for Myself I mostly program in these languages: php, sq...
roxanne7_