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,642
Cerebral - Part 4, Tags and operators
The intriguing use case of backticks.
0
2017-05-08T12:31:31
http://blog.reflog.me/post/cerebral-part-4-tags/
cerebraljs, javascript, react
--- title: Cerebral - Part 4, Tags and operators published: true description: The intriguing use case of backticks. tags: cerebraljs, javascript, react canonical_url: http://blog.reflog.me/post/cerebral-part-4-tags/ --- In the previous part of this tutorial I've discussed how to update application state using **action...
reflog
3,682
Hi, I'm Stefano
My introduction post
0
2017-05-09T08:19:54
https://dev.to/venosta2001/hi-im-stefano
introductions
--- title: Hi, I'm Stefano published: true description: My introduction post cover_image: tags: introductions --- I have been managing projects for sooooome years. You can find me on GitHub as [venosta2001](https://github.com/venosta2001) I live in Pavia. I work for Interiorbe.com I mostly program in these langua...
venosta2001
3,681
Self-documenting Architecture
The myth of self-documenting architecture
0
2017-05-09T08:03:00
https://dev.to/rmorschel/self-documenting-architecture
softwaredevelopment, coding, documentation, architecture
--- title: Self-documenting Architecture published: true description: The myth of self-documenting architecture tags: software development, coding, documentation, architecture --- For a software architect, and someone who tinkers with words, this is perhaps an odd thing to say, but it is true: I hate documentation. I...
rmorschel
3,680
The Importance of Simplicity
The importance of keeping it simple and comprehensible when writing code
0
2017-05-09T07:27:09
https://dev.to/rmorschel/the-importance-of-simplicity
softwaredevelopment, coding, maintenance
--- title: The Importance of Simplicity published: true description: The importance of keeping it simple and comprehensible when writing code tags: software development, coding, maintenance --- I remember way back when, a number of colleagues being engrossed in the latest Obfuscated C++ challenge, an exercise in makin...
rmorschel
3,679
Hi, I'm Gonzalo Gabriel Jiménez Fuentes
My introduction post
0
2017-05-09T07:24:01
https://dev.to/mendrugory/hi-im-gonzalo-gabriel-jimnez-fuentes
introductions
--- title: Hi, I'm Gonzalo Gabriel Jiménez Fuentes published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 15 years. You can find me on Twitter as [@mendrugory](https://twitter.com/mendrugory) I live in Málaga, Spain. I mostly program in these languages: Elix...
mendrugory
3,678
WooCommerce Tabs Plugin by FMEAddons
WooCommerce tabs plugin allows you to add additional tabs on product pages.
0
2017-05-09T07:02:03
https://dev.to/paulsimmons/woocommerce-tabs-plugin-by-fmeaddons
woocommercetabs, woocommerce, plugin, wordpress
--- title: WooCommerce Tabs Plugin by FMEAddons published: True description: WooCommerce tabs plugin allows you to add additional tabs on product pages. tags: woocommerce tabs, woocommerce, plugin, WordPress --- WooCommerce tabs plugin by FMEAddons allows you to add additional product tabs on single product pages with...
paulsimmons
3,677
Understanding RxJava Subject — Publish, Replay, Behavior and Async Subject
All about the Subject available in RxJava.
0
2017-05-09T05:58:25
https://amitshekhar.me/blog/rxjava-subject-publish-replay-behavior-async
--- title: Understanding RxJava Subject — Publish, Replay, Behavior and Async Subject published: true description: All about the Subject available in RxJava. cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/x8ujuk9k8wuh1fuj67c1.png canonical_url: https://amitshekhar.me/blog/rxjava-subject-publish-r...
amitiitbhu
3,676
Be a good mentor, not a dickhead
Giving new employees a chance before judging them.
0
2017-05-09T04:44:34
https://mortoray.com/2015/06/24/be-a-good-mentor-not-a-dickhead/
career, motivation, softwaredevelopment, lifelessons
--- title: Be a good mentor, not a dickhead published: true description: Giving new employees a chance before judging them. tags: career, motivation, software-development, life-lessons canonical_url: https://mortoray.com/2015/06/24/be-a-good-mentor-not-a-dickhead/ cover_image: https://thepracticaldev.s3.amazonaws.com/i...
mortoray
3,673
Hi, I'm Patrick Scheid
My introduction post
0
2017-05-09T01:39:00
https://dev.to/pscheid92/hi-im-patrick-scheid
introductions
--- title: Hi, I'm Patrick Scheid published: true description: My introduction post cover_image: tags: introductions --- I have been coding for about 10 years. You can find me on GitHub as [pscheid92](https://github.com/pscheid92) I live in Germany and work for a start up in Munich. I mostly program in these langu...
pscheid92
3,672
Hi, I'm Andre Dublin
My introduction post
0
2017-05-09T00:03:25
https://dev.to/andredublin/hi-im-andre-dublin
introductions
--- title: Hi, I'm Andre Dublin published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on GitHub as [andredublin](https://github.com/andredublin) I live in Charleston, SC. I work for PowerInbox I mostly program in these languages: C#...
andredublin
3,669
Hi, I'm Vlad Trukhin
My introduction post
0
2017-05-08T22:10:41
https://dev.to/barbagrigia/hi-im-vlad-trukhin
introductions
--- title: Hi, I'm Vlad Trukhin published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 15 years. You can find me on GitHub as [barbagrigia](https://github.com/barbagrigia) I live in Saint Petersburg, Russia. I mostly program in these languages: JavaScript. Ni...
barbagrigia
3,667
Controlling the source of truth - The value of better commit messages
Software isn't finished when it's been delivered. It changes over time and loses its original intent. This leads to async communication, which can go over months or years. I'm talking about the communication that happens through the code we write. And the intent that may be lost
0
2017-05-08T20:42:17
https://dev.to/pavsaund/controlling-the-source-of-truth---the-value-of-better-commit-messages
git, sourcecontrol, communication
--- title: Controlling the source of truth - The value of better commit messages published: true description: Software isn't finished when it's been delivered. It changes over time and loses its original intent. This leads to async communication, which can go over months or years. I'm talking about the communication th...
pavsaund
3,637
The Magic 0xC2
Uploading files can end up with some very weird results…
0
2017-05-08T09:07:23
https://dev.to/koehr/the-magic-0xc2
encoding, fileapi, javascript, uploads
--- title: The Magic 0xC2 published: true description: Uploading files can end up with some very weird results… tags: encoding, file-api, javascript, uploads --- *This is a cross-posting from [my personal blog](https://log.koehr.in/2017/04/09/the-magic-0xc2)* I built a web application with file upload functionality. ...
koehr
3,668
Hi, I'm Alex W Kale
My introduction post
0
2017-05-08T20:40:48
https://dev.to/awkale/hi-im-alex-w-kale
introductions
--- title: Hi, I'm Alex W Kale published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 7 years. You can find me on Twitter as [@awkale](https://twitter.com/awkale) I live in Brooklyn. I mostly program in these languages: javascript, ruby. I am currently learni...
awkale
3,469
On Literature and Linked Lists
Why software engineers should read more than just Cracking the Coding Interview
0
2017-05-08T20:03:16
https://medium.com/@alainakafkes/on-literature-linked-lists-6730308a0d81
softwaredevelopment, books, lifelessons
--- title: On Literature and Linked Lists published: true cover_image: http://oi65.tinypic.com/27xo703.jpg description: Why software engineers should read more than just Cracking the Coding Interview tags: software-development, books, life-lessons canonical_url: https://medium.com/@alainakafkes/on-literature-linked-lis...
alainakafkes
1,082,721
HighCharts
High Charts is a javascript library that allows graphs and charts to easily be added to web...
0
2022-05-12T10:01:31
https://www.funkysi1701.com/posts/2017/highcharts/
--- title: HighCharts published: true date: 2017-05-08 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2017/highcharts/ --- High Charts is a javascript library that allows graphs and charts to easily be added to web pages. ![](https://storageaccountblog9f5d.blob.core.windows.net/blazor/wp-content...
funkysi1701
55,970
Changelog: Updates to the comment box
Updates to the comment box
0
2018-10-21T00:31:37
https://dev.to/theoutlander/changelog-updates-to-the-comment-box-3f04
meta, changelog
--- title: Changelog: Updates to the comment box published: true description: Updates to the comment box tags: meta,changelog --- Hello DEVs! A few hotkeys are now supported in the comment box. All the commands will accept **Ctrl** or **Cmd** as the control key. Also, the character following the control key is ...
theoutlander
3,665
Hi, I'm Stanley Ndagi
My introduction post
0
2017-05-08T19:29:53
https://dev.to/ndagistanley/hi-im-stanley-ndagi
introductions
--- title: Hi, I'm Stanley Ndagi published: true description: My introduction post cover_image: https://thepracticaldev.s3.amazonaws.com/i/z0g07hspphxu5oeqw6nd.jpg tags: introductions --- I have been coding for 2 years. You can find me on GitHub as [NdagiStanley](https://github.com/NdagiStanley) I live in Nairobi, K...
ndagistanley
3,664
Should architects code?
There is this rumour going around that good architects need to write (production) code. I think the...
0
2017-05-08T19:16:51
https://dev.to/rmorschel/should-architects-code
discuss
--- title: Should architects code? published: true tags: discuss --- There is this rumour going around that good architects need to write (production) code. I think the term was coined by Scott Ambler of agilemodeling.com, or was it ThoughtWorks? Anyway, I don't care, because I disagree. See, I did write code, a lo...
rmorschel
3,647
Why NoSQL, and what are some of the options?
An overview of NoSQL databases
0
2017-05-08T14:17:32
https://dev.to/kenwalger/why-nosql-and-what-are-some-of-the-options
nosql, mongodb, graphdatabases
--- title: Why NoSQL, and what are some of the options? published: true description: An overview of NoSQL databases tags: NoSQL, MongoDB, Graph databases, --- Have you noticed how locked into a particular technology developers get? Python vs. Java, Angular vs. React, Windows vs. Mac, cats vs. dogs... all topics and s...
kenwalger
3,663
So you want to be an Enterprise Architect?
How to become an enterprise architect
0
2017-05-08T19:00:16
https://dev.to/rmorschel/so-you-want-to-be-an-enterprise-architect
software, development, architecture, career
--- title: So you want to be an Enterprise Architect? published: true description: How to become an enterprise architect tags: software, development, architecture, career cover_image: https://thepracticaldev.s3.amazonaws.com/i/8737fo66fi7f34ryths7.jpg --- It's the guy who sits in the meeting room with the CTO, wearing...
rmorschel
3,662
The Demise of Reuse
A rant about the false promise of reuse, and its true cost
0
2017-05-08T18:37:45
https://dev.to/rmorschel/the-demise-of-reuse
software, development, code, reuse
--- title: The Demise of Reuse published: true description: A rant about the false promise of reuse, and its true cost tags: software, development, code, reuse --- I remember when code reuse first became a buzzword, back in the day. "Code duplication is bad!" they cried. "A maintenance burden! Error prone! Write cod...
rmorschel
3,521
How to Set Up Cucumber Tests for Java
Where the 3 needed parts are to create Cucumber tests in Java
0
2017-05-08T17:33:29
https://www.gunnargissel.com/how-to-setup-cucumber-junit-tests-for-java.html
testing, programming, java, bdd
--- title: How to Set Up Cucumber Tests for Java published: true description: Where the 3 needed parts are to create Cucumber tests in Java tags: testing, programming, java, bdd canonical_url: https://www.gunnargissel.com/how-to-setup-cucumber-junit-tests-for-java.html cover_image: https://thepracticaldev.s3.amazonaws....
monknomo
3,661
Hi, I'm Gaurav74
My introduction post
0
2017-05-08T16:52:55
https://dev.to/gaurav74/hi-im-gaurav74
introductions
--- title: Hi, I'm Gaurav74 published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [Gaurav74](https://github.com/Gaurav74) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I...
gaurav74
3,660
Maintain Library Versions Across Android App Modules
How to use gradle to keep consistent library versioning across modules in your project.
0
2017-05-08T16:47:23
https://dev.to/adammc331/maintain-library-versions-across-modules
android, gradle
--- title: Maintain Library Versions Across Android App Modules published: true description: How to use gradle to keep consistent library versioning across modules in your project. tags: android, gradle --- It is tough enough maintaining your app by updating the support library version numbers every time a new version...
adammc331
3,646
Hi, I'm Zoe!
My introduction post
0
2017-05-08T13:42:14
https://dev.to/zoeisnowooze/hi-im-philippe-gauthier
introductions
--- title: Hi, I'm Zoe! published: true description: My introduction post cover_image: tags: introductions --- ### First contact The first time I had access to a programming language was on a Commodore VIC-20. How most people got started was by manually copying the sample programs from the manual, which is what I di...
zoeisnowooze
3,658
From Chaos To REST
In the beginning there was chaos, and the enterprise was dark, null and void. Poor software developers struggled in vain to build systems with inadequate tools and tightly-coupled remote procedural calls over clunky and incompatible binary protocols.
0
2017-05-08T16:16:49
https://dev.to/rmorschel/from-chaos-to-rest
rest, soa, corba, microservices
--- title: From Chaos To REST published: true description: In the beginning there was chaos, and the enterprise was dark, null and void. Poor software developers struggled in vain to build systems with inadequate tools and tightly-coupled remote procedural calls over clunky and incompatible binary protocols. tags: REST...
rmorschel
3,657
Sorting Out The Basics Behind Sorting Algorithms
Diving into some of the most common and widely-referenced algorithms that are used in computer science.
0
2017-09-23T21:59:58
https://medium.com/basecs/sorting-out-the-basics-behind-sorting-algorithms-b0a032873add
code, computerscience, softwaredevelopment, algorithms
--- title: "Sorting Out The Basics Behind Sorting Algorithms" published: true tags: code,computer-science,software-development,algorithms canonical_url: https://medium.com/basecs/sorting-out-the-basics-behind-sorting-algorithms-b0a032873add description: Diving into some of the most common and widely-referenced algorith...
vaidehijoshi
3,652
Test Doubles - Fakes, Mocks and Stubs.
Three implementation variations of testing doubles with examples.
0
2017-05-08T15:37:59
https://dev.to/milipski/test-doubles---fakes-mocks-and-stubs
testing, tdd
--- title: "Test Doubles - Fakes, Mocks and Stubs." published: true description: Three implementation variations of testing doubles with examples. tags: testing, TDD --- This text was originally posted at <a href="http://pragmatists.com/blog" target="_blank">Pragmatists blog</a> In automated testing it is common to u...
milipski
3,538
In Case You Missed It: The Most Popular DEV Posts from the Past Week (May 1 - May 7, 2017)
A round up of the most-read and most-loved contributions from the community this past week.
0
2017-05-08T15:20:12
https://dev.to/thepracticaldev/in-case-you-missed-it-the-most-popular-dev-posts-from-the-past-week-may-1---may-7-2017
top7
--- title: "In Case You Missed It: The Most Popular DEV Posts from the Past Week (May 1 - May 7, 2017)" published: true description: A round up of the most-read and most-loved contributions from the community this past week. tags: icymi cover_image: https://thepracticaldev.s3.amazonaws.com/i/2sfosi733qe5kvlkpch5.png --...
thepracticaldev
3,648
Hi, I'm Joyesh
My introduction post
0
2017-05-08T15:13:04
https://dev.to/j0sh/hi-im-joyesh
introductions
--- title: Hi, I'm Joyesh published: true description: My introduction post cover_image: tags: introductions --- I've been coding for 4 years, and it's been my hobby. I also like doing graphics design and art. You can find me on GitHub as [therealjoyesh](https://github.com/therealjoyesh) and GitLab as [therealjoyesh...
j0sh
3,645
Hi, I'm Stephanie
My introduction post
0
2017-05-08T13:39:05
https://dev.to/smgmaldonado/hi-im-stephanie
introductions
--- title: Hi, I'm Stephanie published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 6 years. You can find me on GitHub as [smgmaldonado](https://github.com/smgmaldonado) I live in Guatemala. I work for Viscosity NA I am currently learning more about Apex new ...
smgmaldonado
3,644
Hi, I'm Alan Campora
My introduction post
0
2017-05-08T13:34:27
https://dev.to/alancampora/hi-im-alan-campora
introductions
--- title: Hi, I'm Alan Campora published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 9 years. You can find me on GitHub as [alancampora](https://github.com/alancampora) I live in Buenos Aires. I mostly program in these languages: javascript. I am currently ...
alancampora
3,643
Magento Facebook Login Extension
Magento Facebook Login Extension allows your customers to register on your e-store at just dew clicks.
0
2017-05-08T12:31:36
https://dev.to/fmeaddons/magento-facebook-login-extension
facebooklogin
--- title: Magento Facebook Login Extension published: true description: Magento Facebook Login Extension allows your customers to register on your e-store at just dew clicks. tags: Facebook Login --- If you to make the registration process easy for you customers then Magento Facebook login extension by FMEAddons is t...
fmeaddons
3,640
Magento Snippets Extension by FMEAddons
Magento Snippets Extension enable you to display 13 types of data in Google search results.
0
2017-05-08T10:49:18
https://dev.to/fmeaddons/magento-snippets-extension-by-fmeaddons
--- title: Magento Snippets Extension by FMEAddons published: true description: Magento Snippets Extension enable you to display 13 types of data in Google search results. tags: --- Magento snippets extension by FMEAddons let you display important information regarding your products in Google search engine. With this...
fmeaddons
3,636
Hi, I'm amosISA
My introduction post
0
2017-05-08T08:55:05
https://dev.to/amosisaila/hi-im-amosisa
introductions
--- title: Hi, I'm amosISA published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 4+ years on Angular. You can find me on GitHub as [amosISA](https://github.com/amosISA) I'm from Spain. I love Angular. Nice to meet you.
amosisaila
3,635
Forum Magento Extension
Forum Magento Extension by FMEAddons allows you to create the forum on Magento -store.
0
2017-05-08T08:10:32
https://dev.to/fmeaddons/forum-magento-extension
forumextension
--- title: Forum Magento Extension published: true description: Forum Magento Extension by FMEAddons allows you to create the forum on Magento -store. tags: Forum Extension --- Forum Magento extension by FMEAddons allows you to run your own forum on Magento e-store. This plugin provides you full control to manage all ...
fmeaddons
6,312
Wikipedia doesn’t have cancer
It just is old enough to start worrying about bus factor. Guy Macon wrote a very strong post making...
0
2018-02-10T22:31:10
https://artplusmarketing.com/wikipedia-doesnt-have-cancer-68afe829702e
technology, opinion, wikipedia
--- title: "Wikipedia doesn’t have cancer" published: true tags: technology,opinion,wikipedia canonical_url: https://artplusmarketing.com/wikipedia-doesnt-have-cancer-68afe829702e --- It just is old enough to start worrying about bus&nbsp;factor. [Guy Macon](https://en.wikipedia.org/wiki/Wikipedia:Wikipedia_Signpost/...
andrewlucker
3,633
Hi, I'm Tom Docu
My introduction post
0
2017-05-08T00:35:45
https://dev.to/tommydx/hi-im-tom-docu
introductions
--- title: Hi, I'm Tom Docu published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [0] years. You can find me on GitHub as [tommydx](https://github.com/tommydx) I live in [NYC]. I work for [company] I mostly program in these languages: [HTML, CSS, Javascript]...
tommydx
3,627
Hi, I'm Ayoola Ajebeku
My introduction post
0
2017-05-07T21:24:58
https://dev.to/ayz4sci/hi-im-ayoola-ajebeku
introductions
--- title: Hi, I'm Ayoola Ajebeku published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 7 years. You can find me on GitHub as [ayz4sci](https://github.com/ayz4sci) I live in Lagos. I work for Andela Inc. I mostly program in Java/Android and a little PHP & Sa...
ayz4sci
3,631
Hi, I'm Alexandru Trandafir
My introduction post
0
2017-05-08T00:07:35
https://dev.to/atrandafir/hi-im-alexandru-trandafir
introductions
--- title: Hi, I'm Alexandru Trandafir published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 12+ years. You can find me on Twitter as [@atrandafir](https://twitter.com/atrandafir) I live in Barcelona. I work at [HeavyDots](http://heavydots.com/). I mostly pr...
atrandafir
3,630
Introducing My Self
I'm Emmanuel, a Computer Engineering Student in Nigeria, I write iOs apps with Swift and Andriod-iOs...
0
2017-05-07T22:45:57
https://dev.to/harkindey/introducing-my-self
javascript, php, swift
--- title: Introducing My Self published: true description: tags: Javascript, PHP, Swift --- I'm Emmanuel, a Computer Engineering Student in Nigeria, I write iOs apps with Swift and Andriod-iOs with React Native. Also, build BackEnd of Systems with Nodejs or PHP. I am here to Build my skills and be a Better Software E...
harkindey
3,629
Hi, I'm demirgokhan
My introduction post
0
2017-05-07T22:09:06
https://dev.to/demirgokhan/hi-im-demirgokhan
introductions
--- title: Hi, I'm demirgokhan published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [demirgokhan](https://github.com/demirgokhan) I live in [city]. I work for [company] I mostly program in these languages: [langu...
demirgokhan
3,628
Hi, I'm khaledallen
My introduction post
0
2017-05-07T22:07:20
https://dev.to/khaledallen/hi-im-khaledallen
introductions
--- title: Hi, I'm khaledallen published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 5 years. You can find me on GitHub as [khaledallen](https://github.com/khaledallen) I live in Boulder. I am a freelance developer. I mostly program in these languages: C++, ...
khaledallen
3,626
Hi, I'm Joseph
My introduction post
0
2017-05-07T21:04:06
https://dev.to/demoose/hi-im-joseph
introductions
--- title: Hi, I'm Joseph published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 0 years. I'm steadily learning how to code whilst doing a degree, so progress is slow but steady. You can find me on GitHub as [demoose](https://github.com/demoose) I live in the U...
demoose
3,862
One Reason Startups Can Build Features Fast
There’s a lot more to feature velocity than lack of bureaucracy.
0
2017-09-23T22:00:25
https://blog.professorbeekums.com/building-no-features-1/
--- title: "One Reason Startups Can Build Features Fast" published: true tags: canonical_url: https://blog.professorbeekums.com/building-no-features-1/ description: There’s a lot more to feature velocity than lack of bureaucracy. --- Small startups tend to build features very quickly. Often times it is a lot quicker ...
pbeekums
3,625
The Bus Factor
"One day we got word that one of the senior-most developers had literally been hit by a bus while crossing the street"
0
2017-05-07T20:15:54
https://dev.to/lukebearl/the-bus-factor
softwaredevelopment, lifelessons
--- title: The Bus Factor published: true description: "\"One day we got word that one of the senior-most developers had literally been hit by a bus while crossing the street\"" tags: software-development, life-lessons --- *This article originally appears on [Luke's blog](https://lukebearl.com/2017/05/the-bus-factor/)...
lukebearl
3,624
Hi, I'm AzisK
My introduction post
0
2017-05-07T19:14:30
https://dev.to/azisk/hi-im-azisk
introductions
--- title: Hi, I'm AzisK published: true description: My introduction post cover_image: tags: introductions --- I have been coding for half a year You can find me on GitHub as [AzisK](https://github.com/AzisK) I live in Kaunas I work for Icybit I mostly program in these languages: javascript, angular, c# I am cu...
azisk
3,623
Hi, I'm Karzealos
My introduction post
0
2017-05-07T16:13:59
https://dev.to/karzealos/hi-im-karzealos
introductions
--- title: Hi, I'm Karzealos published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. You can find me on Twitter as [@Karzealos](https://twitter.com/Karzealos) I live in Stuttgart. I am currently studying Informatics at Uni Stuttgart Nice to meet yo...
karzealos
69,922
T is for Transitions
For the past year, I’ve been heavily involved with PyLadies Chicago as a co-organizer and ChickTech C...
0
2016-01-08T01:07:43
https://dev.to/captainsafia/t-is-for-transitions-4na1
career
--- title: T is for Transitions published: true tags: career canonical_url: --- For the past year, I’ve been heavily involved with [PyLadies Chicago](https://twitter.com/PyLadiesChicago) as a co-organizer and [ChickTech Chicago](http://chicago.chicktech.org) as the Lead of Mentorship and Volunteer Initiatives. It’s b...
captainsafia
3,622
Hi, I'm Andy Schneider
My introduction post
0
2017-05-07T15:46:25
https://dev.to/andyschneiderdev/hi-im-andy-schneider
introductions
--- title: Hi, I'm Andy Schneider published: true description: My introduction post cover_image: tags: introductions --- I have been an IT Pro for 17 years and have done a bunch of coding and scripting along the way. You can find me on GitHub as [AndySchneiderDev](https://github.com/AndySchneiderDev) I live in Seat...
andyschneiderdev
3,621
Hi, I'm Norman
My introduction post
0
2017-05-07T15:44:10
https://dev.to/koehr/hi-im-norman
introductions
--- title: Hi, I'm Norman published: true description: My introduction post cover_image: tags: introductions --- I have been coding since I was 10 or so years old. You can find me on GitHub as [nkoehring](https://github.com/nkoehring) I live in Berlin, Germany. I work for fromAtoB. I mostly program in these lang...
koehr
3,620
What should you do if your company's code is stolen and being publicly reused without permission?
I really hate being negative on the web, it goes against every thread of my being, but something came...
0
2017-05-07T15:24:01
https://dev.to/thetuftii/what-should-you-do-if-your-companies-code-is-stolen-and-being-publicly-reused-without-permission
discuss
--- title: What should you do if your company's code is stolen and being publicly reused without permission? published: true tags: discuss --- I really hate being negative on the web, it goes against every thread of my being, but something came up this weekend that really irked me. A friend, who shall remain nameless,...
thetuftii
3,026
The tragedy of 100% code coverage
As with any tool, unit testing can be taken to the absurd. Is 100% code coverage worth pursuing?
0
2017-05-07T14:24:24
http://labs.ig.com/code-coverage-100-percent-tragedy
testing
--- title: The tragedy of 100% code coverage published: true description: As with any tool, unit testing can be taken to the absurd. Is 100% code coverage worth pursuing? cover_image: https://labs.ig.com/sites/default/files/cucumber-test.png tags: testing canonical_url: http://labs.ig.com/code-coverage-100-percent-trag...
danlebrero
3,618
Auto Pi Finder or Any Device Really
How to Find using an Android Application a Pi on your network, or any device with a unique part in its mac address.
0
2017-05-07T13:31:01
https://dev.to/nizarmah/auto-pi-finder-or-any-device-really
arp, ipaddress, android, java
--- title: Auto Pi Finder or Any Device Really published: true description: How to Find using an Android Application a Pi on your network, or any device with a unique part in its mac address. tags: arp, ipaddress, android, java --- The aim of this is to demonstrate how to automatically find a Pi on a network using an ...
nizarmah
3,616
Native or browser based applications?
A lot of applications used today are based upon a browser based technology like Electron. Spotify tra...
0
2017-05-07T11:19:46
https://dev.to/martin/native-or-browser-based-applications
discuss, electron, native
--- title: Native or browser based applications? published: true tags: discuss,electron,native --- A lot of applications used today are based upon a browser based technology like Electron. Spotify transitioned from a native application to a browser based application. Spotify did this based upon there Microservice cult...
martin
3,615
Honore Hounwanou
Full Stack Web Developer
0
2017-05-07T11:18:32
https://dev.to/mercuryseries/honore-hounwanou
web, programming, developer
--- title: Honore Hounwanou published: true description: Full Stack Web Developer tags: web, programming, developer --- Full Stack Web Developer
mercuryseries
3,614
Hi, I'm orhan
My introduction post
0
2017-05-07T11:07:04
https://dev.to/orhanveli/hi-im-orhan
introductions
--- title: Hi, I'm orhan published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 15 years. You can find me on GitHub as [orhanveli](https://github.com/orhanveli) I live in London I'm founder of Spike Web Solutions LTD I mostly program in these languages: TypeS...
orhanveli
3,613
Hi, I'm hnhuyit
My introduction post
0
2017-05-07T09:45:42
https://dev.to/hnhuyit/hi-im-hnhuyit
introductions
--- title: Hi, I'm hnhuyit published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [hnhuyit](https://github.com/hnhuyit) I live in [city]. I work for [company] I mostly program in these languages: [languages]. I am...
hnhuyit
3,612
Setup Continuos Integration/Delivery system in just 4 steps with Jenkins Pipelines and Blue Ocean
Tutorial about how you can setup a cool continuous integration /delivery system using Jenkins Pipelines. We cover the 4 initial steps to get the your first pipeline up and running
0
2017-05-07T09:29:32
https://dev.to/jalogut/setup-continuos-integrationdelivery-system-in-just-4-steps-with-jenkins-pipelines-and-blue-ocean
continuousdelivery, jenkinspipelines, blueocean, cicd
--- title: Setup Continuos Integration/Delivery system in just 4 steps with Jenkins Pipelines and Blue Ocean published: true description: Tutorial about how you can setup a cool continuous integration /delivery system using Jenkins Pipelines. We cover the 4 initial steps to get the your first pipeline up and running ta...
jalogut
3,609
Hi, I'm Christian
My introduction post
0
2017-05-07T07:05:58
https://dev.to/webnuggetde/hi-im-christian
introductions
--- title: Hi, I'm Christian published: true description: My introduction post cover_image: tags: introductions --- You can find me on Twitter as [@webnuggetde](https://twitter.com/webnuggetde) I live in Witten/Germany. I work as a freelance webdeveloper. I mostly program in these languages: js & typescript. I am...
webnuggetde
3,608
Building the Laravel Nigeria community with over 200 People attending the first meetup
The Laravel Nigeria meetup held in April 22nd was the first in Nigeria and it garnered over 200 people in attendance!!
0
2017-05-07T06:30:47
https://dev.to/neo/building-the-laravel-nigeria-community-with-over-200-people-attending-the-first-meetup
meetup, laravel, php
--- title: Building the Laravel Nigeria community with over 200 People attending the first meetup published: true description: The Laravel Nigeria meetup held in April 22nd was the first in Nigeria and it garnered over 200 people in attendance!! cover_image: https://cdn-images-1.medium.com/max/2000/1*pxd5LHg51VRWzgGiOA...
neo
3,607
Hi, I'm Nicholas Meschke
Computer Science student and mechanical keyboard enthusiast.
0
2017-05-06T23:30:50
https://dev.to/nixsm/hi-im-nicholas-meschke
introductions
--- title: Hi, I'm Nicholas Meschke published: true description: Computer Science student and mechanical keyboard enthusiast. cover_image: tags: introductions --- I have been coding for 3 years. You can find me on GitHub as [Nixsm](https://github.com/Nixsm) I live in Brazil. I work for Cheesecake Labs. I mostl...
nixsm
3,605
GitHub Pages and Single-Page Apps
An outline of the different Single-Page Apps hosting methods and my experience with hosting an SPA on GitHub Pages, including any trouble I have had.
0
2017-05-06T20:27:27
http://www.evansalter.com/blog/github-pages-and-single-page-apps
hosting, web
--- title: GitHub Pages and Single-Page Apps published: true description: An outline of the different Single-Page Apps hosting methods and my experience with hosting an SPA on GitHub Pages, including any trouble I have had. tags: hosting, web canonical_url: http://www.evansalter.com/blog/github-pages-and-single-page-ap...
_evansalter
3,604
Hi, I'm Spunkie
My introduction post
0
2017-05-06T19:57:12
https://dev.to/spunkie/hi-im-spunkie
introductions
--- title: Hi, I'm Spunkie published: true description: My introduction post cover_image: tags: introductions --- You can find me on GitHub as [Spunkie](https://github.com/Spunkie)
spunkie
3,510
Do you run and maintain your own mail server for custom domain(s) or do you use an external service?
Running your own email server can be challenging, but is it worth it?
0
2017-05-06T18:00:13
https://dev.to/dhetman/do-you-run-and-maintain-your-own-mail-server-for-custom-domains-or-do-you-use-an-external-service
emails, hosting
--- title: Do you run and maintain your own mail server for custom domain(s) or do you use an external service? published: true description: Running your own email server can be challenging, but is it worth it? tags: emails, hosting --- I used to host my own mail server for about two years. I learned a lot in the proc...
dhetman
3,600
Hi, I'm Jeremy Abbott
My introduction post
0
2017-05-06T16:47:44
https://dev.to/jeremyabbott/hi-im-jeremy-abbott
introductions
--- title: Hi, I'm Jeremy Abbott published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on GitHub as [jeremyabbott](https://github.com/jeremyabbott) I live in Portland Oregon. I work for Incomm, Digital Solutions. I mostly program in...
jeremyabbott
3,599
Hi, I'm Cesar
My introduction post
0
2017-05-06T16:37:23
https://dev.to/cespereira_68/hi-im-cesar
introductions
--- title: Hi, I'm Cesar published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 8 years. You can find me on GitHub as [cespereira](https://github.com/cespereira) I live in Sao Paulo/Brazil. I mostly program in these languages: [Java]. Nice to meet you.
cespereira_68
3,344
What Are Your Career Goals?
What are your career goals? What advice do you have for someone planning their career in the software industry?
0
2017-04-28T02:41:51
https://dev.to/jtvanwage/what-are-your-career-goals
discuss, career, planning
--- title: What Are Your Career Goals? published: true description: What are your career goals? What advice do you have for someone planning their career in the software industry? tags: discuss, career, planning --- A few weeks ago, a friend at work asked me what I want to be when I grow up (yes, we're both adults). I...
jtvanwage
3,598
Hi, I'm balaji-s
My introduction post
0
2017-05-06T15:56:36
https://dev.to/balaji/hi-im-balaji-s
introductions
--- title: Hi, I'm balaji-s published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 5+ years. You can find me on GitHub as [balaji-s](https://github.com/balaji-s) I live in Chennai . I mostly program in these languages: java. I am currently learning more abo...
balaji
3,597
Interfaces and Annotations in Python3
Originally published on my blog TL;DR: Annotations in Python3 are very useful when declaring...
0
2017-05-06T15:48:00
https://dmerej.info/blog/post/interfaces-and-annotations-in-python3/
python
--- title: Interfaces and Annotations in Python3 published: true tags: python canonical_url: https://dmerej.info/blog/post/interfaces-and-annotations-in-python3/ --- _Originally published on [my blog](https://dmerej.info/blog/post/interfaces-and-annotations-in-python3/)_ TL;DR: Annotations in Python3 are very useful ...
dmerejkowsky
3,595
Hi, I'm Bruno Antunes
My introduction post
0
2017-05-06T14:56:12
https://dev.to/sardaukar/hi-im-bruno-antunes
introductions
--- title: Hi, I'm Bruno Antunes published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on GitHub as [sardaukar](https://github.com/sardaukar) I live in London. I work for thoughtbot. I mostly program in these languages: JS, Ruby. I...
sardaukar
3,594
Hi, I'm Craig E. Shea
My introduction post
0
2017-05-06T13:40:02
https://dev.to/fourpastmidnight/hi-im-craig-e-shea
introductions
--- title: Hi, I'm Craig E. Shea published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 30 years. You can find me on GitHub as [fourpastmidnight](https://github.com/fourpastmidnight) I live in Pennsylvania, USA. I mostly program in these languages: C#. I am c...
fourpastmidnight
3,593
Hi, I'm Anas Mirza
My introduction post
0
2017-05-06T13:02:12
https://dev.to/anasmirza534/hi-im-anas-mirza
introductions
--- title: Hi, I'm Anas Mirza published: true description: My introduction post cover_image: tags: introductions --- I have been coding for [number] years. You can find me on GitHub as [anasmirza534](https://github.com/anasmirza534) I live in Mumbai. I work for Mpower consumer solutions I mostly program in these ...
anasmirza534
3,592
Hi, I'm Adrien Joly
My introduction post
0
2017-05-06T12:49:19
https://dev.to/adrienjoly/hi-im-adrien-joly
introductions
--- title: Hi, I'm Adrien Joly published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 27 years. (Ok, I kinda started when I was 7!) You can find me on GitHub as [adrienjoly](https://github.com/adrienjoly) I live in Montreuil, Paris area, France. I work for mys...
adrienjoly
3,591
Hi, I'm Ben Steadman
My introduction post
0
2017-05-06T12:31:24
https://dev.to/steadbytes/hi-im-ben-steadman
introductions
--- title: Hi, I'm Ben Steadman published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. You can find me on GitHub as [SteadBytes](https://github.com/SteadBytes) I live in Colchester, United Kingdom. I mostly program in these languages: Python, JavaScri...
steadbytes
3,590
Hi, I'm Bradley Birch
My introduction post
0
2017-05-06T10:39:02
https://dev.to/bradley__birch/hi-im-bradley-birch
introductions
--- title: Hi, I'm Bradley Birch published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 2 years. You can find me on Twitter as [@Bradley__Birch](https://twitter.com/Bradley__Birch) I live in London. I work for IG. I mostly program in these languages: Javascri...
bradley__birch
3,588
Testing React Native Applications Part I: Jest
The first of a series of posts on overcoming developer confusion, when approaching React Native testing.
0
2017-05-06T09:58:16
https://dev.to/preslavrachev/testing-react-native-applications-part-i-jest
reactnative, unittesting, jest
--- title: "Testing React Native Applications Part I: Jest" published: true description: The first of a series of posts on overcoming developer confusion, when approaching React Native testing. tags: React Native, Unit Testing, Jest --- _Note: This post was originally published on [my blog](http://www.preslav.me/2017/...
preslavrachev
3,587
Plan Your Commits
A (hopefully) simple method to improve your commit messages and frequency.
0
2017-05-06T04:21:57
https://www.assertnotmagic.com/2017/05/05/plan-your-commits/
git, gittricks, beginners
--- title: Plan Your Commits published: true description: A (hopefully) simple method to improve your commit messages and frequency. tags: git, git-tricks, beginners cover_image: https://thepracticaldev.s3.amazonaws.com/i/ftzpjdj8zlk2g3bx60wm.jpg canonical_url: https://www.assertnotmagic.com/2017/05/05/plan-your-commit...
rpalo
3,586
Hi, I'm Brett Fuller
My introduction post
0
2017-05-06T01:09:38
https://dev.to/bfuller123/hi-im-brett-fuller
introductions
--- title: Hi, I'm Brett Fuller published: true description: My introduction post cover_image: tags: introductions --- I have been coding for one year. You can find me on GitHub as [bfuller123](https://github.com/bfuller123) I live in Dallas, and I work fpr CompassPHS as a pricing analyst. I mostly program in thes...
bfuller123
3,584
Hi, I'm Wesley Dyk
Glad to be here
0
2017-05-06T00:02:17
https://dev.to/ausdyk/hi-im-wesley-dyk
introductions
--- title: Hi, I'm Wesley Dyk published: true description: Glad to be here cover_image: tags: introductions --- I have been coding for 20 years. You can find me on Twitter as [@ausdyk](https://twitter.com/ausdyk) I live in Lone Tree, CO. I co-founded Revonos. I think in Python, but I am learning more about C#. M...
ausdyk
3,583
Hi, I'm Adam Grande
My introduction post
0
2017-05-05T22:47:12
https://dev.to/arggrande/hi-im-adam-grande
introductions
--- title: Hi, I'm Adam Grande published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 10 years. You can find me on GitHub as [arggrande](https://github.com/arggrande) I live in Perth. I work for Readify I mostly program in these languages: C#, Javascript. I ...
arggrande
3,582
Email Basics for Developers Just Starting Out
A Beginner’s Guide to Email Basics Being new to the world of email is a daunting thing. I...
0
2017-05-05T21:33:06
https://www.sparkpost.com/blog/developer-superhero-email-basics/
email, beginners
--- title: Email Basics for Developers Just Starting Out published: true description: canonical_url: https://www.sparkpost.com/blog/developer-superhero-email-basics/ tags: email, beginner --- ##A Beginner’s Guide to Email Basics Being new to the world of email is a daunting thing. I should know. When I joined SparkP...
nzimmerman
3,551
Hi, I'm pgauthier
My introduction post
0
2017-05-05T21:03:29
https://dev.to/pgauthier/hi-im-pgauthier
introductions
--- title: Hi, I'm pgauthier published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 15 years. You can find me on Twitter as [@pgauthier](https://twitter.com/pgauthier) I live in Murfreesboro, TN. I work for a wholesale distribution company. I mostly program i...
pgauthier
3,541
How Companies Prey On Your Ignorance of Tech and Your Fear of Hackers
Anything claiming to be 100 percent secure is lying. That level of security just doesn't exist.
0
2017-05-05T20:19:39
https://dev.to/antoinette0x53/how-companies-prey-on-your-ignorance-of-tech-and-your-fear-of-hackers
security
--- title: How Companies Prey On Your Ignorance of Tech and Your Fear of Hackers published: true description: Anything claiming to be 100 percent secure is lying. That level of security just doesn't exist. tags: security --- ## "Everything Else Is Insecure" Meet Nomx. ![nomx](https://thepracticaldev.s3.amazonaws.com/...
antoinette0x53
3,547
Hi, I'm nandafirmans
My introduction post
0
2017-05-05T20:14:37
https://dev.to/nandafirmans/hi-im-nandafirmans
introductions
--- title: Hi, I'm nandafirmans published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3 years. You can find me on GitHub as [nandafirmans](https://github.com/nandafirmans) I live in jakarta. I work for code I mostly program in these languages: javascript, c#...
nandafirmans
3,540
Hi, I'm Loreleen Mae Sablot
My introduction post
0
2017-05-05T19:07:25
https://dev.to/lmsablot/hi-im-loreleen-mae-sablot
introductions
--- title: Hi, I'm Loreleen Mae Sablot published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 4 years. You can find me on Twitter as [@lmsablot](https://twitter.com/lmsablot) Nice to meet you.
lmsablot
3,539
Hi, I'm A.J. Feather
My introduction post
0
2017-05-05T18:42:20
https://dev.to/ajfeather/hi-im-aj-feather
introductions
--- title: Hi, I'm A.J. Feather published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 3-ish years seriously. You can find me on GitHub as [AJFeather](https://github.com/AJFeather) I live in New York City. I mostly program in these languages: Python. Nice to ...
ajfeather
3,479
What does your organization do especially well?
What are the processes, technical choices, policies, meeting practices, etc. that your organization...
0
2017-05-05T18:39:29
https://dev.to/ben/what-does-your-organization-do-especially-well
discuss
--- title: What does your organization do especially well? published: true tags: discuss --- What are the processes, technical choices, policies, meeting practices, etc. that your organization does well. Please share!
ben
3,537
Tips for New Software Developers
Amazon is a fast-paced, decentralized and constantly changing environment. It can be a bit of a shock to new people coming into the company. Because of this, mentoring developers is a critical (and very enjoyable) part of my role. I mentor many fresh-out-of-college developers entering the industry for the first time, a...
0
2017-05-05T18:25:44
http://jlhood.com/tips-for-new-software-developers/
career, motivation
--- title: Tips for New Software Developers canonical_url: http://jlhood.com/tips-for-new-software-developers/ published: true description: Amazon is a fast-paced, decentralized and constantly changing environment. It can be a bit of a shock to new people coming into the company. Because of this, mentoring developers i...
jlhcoder
3,570
“Sign up” and “Sign in” forms could (and should) be the same
After reading Omri Lachman’s article about hidden “log in” buttons, I understood my frustration with recent web apps.
0
2018-02-10T22:21:47
https://medium.com/@galstar/sign-up-and-sign-in-forms-could-and-should-be-the-same-19835c1e4fc7
redesign, softwaredevelopment, design, userexperience
--- title: "“Sign up” and “Sign in” forms could (and should) be the same" published: true description: After reading Omri Lachman’s article about hidden “log in” buttons, I understood my frustration with recent web apps. tags: redesign,software-development,design,user-experience canonical_url: https://medium.com/@galst...
schniz
3,520
Meetings for Developers
How to make meetings work for you
0
2017-05-05T15:35:10
https://www.gunnargissel.com/meetings-for-developers.html
management, skill
--- title: Meetings for Developers published: true description: How to make meetings work for you tags: management, skill canonical_url: https://www.gunnargissel.com/meetings-for-developers.html cover_image: https://thepracticaldev.s3.amazonaws.com/i/f6behz5hq8amnp0r03ht.jpg --- As a developer advances in their career...
monknomo
3,536
Hi, I'm Rahul Talekar
My introduction post
0
2017-05-05T15:29:58
https://dev.to/haltcatchfire/hi-im-halt-catchfire
introductions
--- title: Hi, I'm Rahul Talekar published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 8 years. You can find me on GitHub as [halt-catchfire](https://github.com/halt-catchfire) I live in Bangalore. I mostly program in these languages: Java. I am currently...
haltcatchfire
3,534
Hi, I'm Mark Wragg
My introduction post
0
2017-05-05T14:30:21
https://dev.to/markwragg/hi-im-mark-wragg
introductions
--- title: Hi, I'm Mark Wragg published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 25 years (counting the text-based adventure games I made in QBasic). You can find me on Twitter as [@markwragg](https://twitter.com/markwragg) I live in the UK. I work for Ver...
markwragg
3,532
Hi, I'm Craig Childs
My introduction post
0
2017-05-05T14:02:17
https://dev.to/craigchilds94/hi-im-craig-childs
introductions
--- title: Hi, I'm Craig Childs published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 6 years. You can find me on GitHub as [CraigChilds94](https://github.com/CraigChilds94) I live in Littlehampton, United Kingdom. I work for Analog Republic I mostly program...
craigchilds94
3,531
Three Years of Bugfender: 9.5M Users
This is the inside story of how, over the past 3 years, we built Bugfender.
0
2017-05-05T13:38:46
https://dev.to/bugfenderapp/three-years-of-bugfender-95m-users
mobile, ios, android
--- title: "Three Years of Bugfender: 9.5M Users" published: true description: This is the inside story of how, over the past 3 years, we built Bugfender. tags: mobile, ios, android canonical: https://bugfender.com/three-years-bugfender-9-5m-users --- ![](https://bugfender.com/wp-content/uploads/2017/04/three-years-of...
bugfenderapp
3,530
Hi, I'm Nick Shvelidze
My introduction post
0
2017-05-05T13:32:00
https://dev.to/libgrog/hi-im-nick-shvelidze
introductions
--- title: Hi, I'm Nick Shvelidze published: true description: My introduction post cover_image: tags: introductions --- I have been coding for 7 years. You can find me on Twitter as [@libgrog](https://twitter.com/libgrog) I live in Tbilisi, Georgia. I work for [sadili.ge](https://sadili.ge) I mostly program in t...
libgrog
3,527
Getting Started Gets Better With You
Transform company culture by transforming a lesser onboarding experience into a great one for future hires.
0
2017-05-05T12:34:14
https://wrotenwrites.com/getting_started_gets_better_with_you/
workplace
--- title: Getting Started Gets Better With You published: true description: Transform company culture by transforming a lesser onboarding experience into a great one for future hires. tags: Workplace canonical_url: https://wrotenwrites.com/getting_started_gets_better_with_you/ --- **How was your onboarding experience...
gaiety
3,526
Self Code Review with Git Add Patch
Reduce errors and typos while building confidence with every chunk you commit.
0
2017-05-05T12:31:34
https://wrotenwrites.com/self-code-review-with-git-patch
git, workplace, codereview
--- title: Self Code Review with Git Add Patch published: true description: Reduce errors and typos while building confidence with every chunk you commit. tags: Git, Workplace, Code Review canonical_url: https://wrotenwrites.com/self-code-review-with-git-patch --- Code reviews reduce logical errors, call out typos, an...
gaiety
302,357
Github classroom - un outil à tester
Lorsque j’ai commencé à enseigner en septembre dernier, je recherchais une solutionpour pouvoir suivr...
0
2020-04-08T10:20:23
https://slashgear.github.io/fr/github-classroom/
github, teach
--- title: Github classroom - un outil à tester published: true date: 2017-03-25 00:00:00 UTC tags: github, teach canonical_url: https://slashgear.github.io/fr/github-classroom/ --- **Lorsque j’ai commencé à enseigner en septembre dernier, je recherchais une solutionpour pouvoir suivre facilement l’avancée des étudia...
slashgear_