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: api

Jason: JSON Library for Go

Jason logo

https://github.com/antonholmquist/jason


API Docs: http://godoc.org/github.com/antonholmquist/jason

From the Jason website:

Note: The API will be subject to change during 2014. On January 1st 2015 it will be frozen. Do not use in production until then.

Posted on December 12, 2014December 6, 2014Tags api, go, json

Link: A review of all most common API editors

API blueprint API editor screenshot

https://medium.com/@orliesaurus/a-review-of-all-most-common-api-editors-6a720dc4f4e6

Posted on November 3, 2014November 3, 2014Tags api, documentation, rest

Link: API design for humans

A great post on API design: https://signalvnoise.com/posts/3018-api-design-for-humans

Format LinkPosted on September 22, 2014September 22, 2014Tags api

Semantic Versioning: Formal set of rules that dictate how version numbers are assigned and incremented

http://semver.org/

It would be nice to know at a glance if a library has introduced incompatible API changes.

Format LinkPosted on August 19, 2014August 18, 2014Tags api, library

Joda-Time: Date and time API for Java

We’re still using Java 6 for our apps at work. Recently I needed to compute the number of days between 2 dates. It turns out that it’s a non–trivial problem. We’re using JBoss Seam as our web development framework, so I ended up using the Joda-Time packaged with Seam to do the computation. It’s a lovely API and much cleaner than the standard Java API.

http://www.joda.org/joda-time/

Posted on July 30, 2014July 27, 2014Tags api, java, library

Posts navigation

Previous page Page 1 Page 2
Proudly powered by WordPress