Skip to content

Braveterry

My informations: Let me show you them

  • About

Recent Posts

  • Pushbullet: Move information among your devices
  • Vault: Tool for Secure Secret Storage written in Go
  • Link: Building a Shop with Sub-Second Page Loads: Lessons Learned
  • Link: I Miss Being Part Of A Complete Team
  • The Jupyter Notebook: Web app for creating and sharing docs with live code, equations, visualizations & explanatory text.

Tags

  • api
  • books
  • browser
  • cms
  • command-line
  • css
  • database
  • dependency-management
  • documentation
  • framework
  • git
  • go
  • html
  • java
  • javascript
  • json
  • library
  • markdown
  • messaging
  • micro-services
  • mobile
  • node.js
  • opensource
  • operations
  • performance
  • perl
  • php
  • podcast
  • programming language
  • python
  • rest
  • ruby
  • scm
  • search
  • security
  • services
  • software
  • Software Development
  • static-site-generation
  • testing
  • tutorial
  • unix
  • visualization
  • webserver
  • windows

Archives

  • November 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012

Tag: Software Development

CodeNewbie: Supportive community of programmers and people learning to code

CodeNewbie logo

http://www.codenewbie.org/ ᔥ

Posted on October 9, 2015October 8, 2015Tags Software Development

Link: Composition over Inheritance

Image of a Composition Book

https://medium.com/humans-create-software/composition-over-inheritance-cb6f88070205 ᔥ

Inheritance is when you design your types after what they are, while composition is when you design your types after what they can do.

Posted on September 29, 2015September 28, 2015Tags Software Development

Link: FluentInterface

http://www.martinfowler.com/bliki/FluentInterface.html

private void makeFluent(Customer customer) {
     customer.newOrder()
             .with(6, "TAL")
             .with(5, "HPK").skippable()
             .with(3, "LGV")
             .priorityRush();
 }
Posted on September 28, 2015September 27, 2015Tags Software Development

Link: Blameless PostMortems and a Just Culture

Finger pointing icon
↬

https://codeascraft.com/2012/05/22/blameless-postmortems/ ᔥ

Posted on September 25, 2015September 20, 2015Tags Software Development

Monospace/Fixed Width Programmer’s Fonts

Stock Photo of lots of moveable type from wikipedia typesetting article

http://www.lowing.org/fonts/

Posted on August 26, 2015August 23, 2015Tags Software Development

Legacy Application Strangulation: Case Studies

Image showing progression of switch from legacy to new application

http://paulhammant.com/2013/07/14/legacy-application-strangulation-case-studies/ ᔥ

Posted on August 14, 2015August 13, 2015Tags Software Development

Iosevka: Monospace coding typeface

Stock Photo of lots of moveable type from wikipedia typesetting article

http://be5invis.github.io/Iosevka/

Posted on August 11, 2015August 9, 2015Tags Software Development

What is Trunk Based Development?

Diagram illustrating trunk based development flow from the blog post

http://paulhammant.com/2013/04/05/what-is-trunk-based-development/ ᔥ

Posted on August 2, 2015August 2, 2015Tags scm, Software Development

Link: How to reward skilled coders with something other than people management

Stock Photo of a Mac laptop, a cup of coffee, and an iphone on a wood table

http://lizthedeveloper.com/how-to-reward-skilled-coders-with-something-other-than-people-management

Posted on July 29, 2015July 26, 2015Tags career, Software Development

Link: Aphorism detection for fun but definitely not profit

http://tinysubversions.com/notes/aphorism-detection/ ᔥ


I thought this was kind of interesting. I like to see developers’ thought processes.

Posted on July 10, 2015July 5, 2015Tags Software Development

Posts navigation

Previous page Page 1 Page 2 Page 3 Page 4 … Page 8 Next page
Proudly powered by WordPress