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

Author: braveterry

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

mdp: Command-line based Markdown presentation tool

mdp animated gif screenshot

https://github.com/visit1985/mdp

Posted on September 21, 2014September 21, 2014Tags command-line, markdown, presentation

Notejam: Sample web application written in multiple frameworks and languages to facilitate comparison

Notejam logo
https://github.com/komarserjio/notejam


From the Notejab github page

Supported frameworks

  • Python
    • Django
    • Flask
    • Pyramid
  • PHP
    • Symfony
    • Laravel
    • Yii
  • Ruby
    • Ruby on Rails
    • Padrino

In progress

  • Javascript (node.js)
    • Express
  • Python
    • web2py
  • PHP
    • CakePHP
    • CodeIgniter
Posted on September 18, 2014Tags javascript, php, python, ruby

ZipLocate: Free API for zip code geolocation

ZipLocate logo

http://ziplocate.us/


GET http://ziplocate.us/api/v1/80302

{
  "lat": 40.0218407798957, 
  "lng": -105.285698075852, 
  "zip": "80302"
}

You can also download the complete dataset to host the API yourself if you prefer: https://github.com/nathancahill/ziplocate

Posted on September 17, 2014September 17, 2014Tags json, rest

Link: Testing Best Practices at Etsy

https://github.com/etsy/Testing101/blob/master/Testing_Best_Practices.md

Format LinkPosted on September 16, 2014September 16, 2014Tags php, testing

Link: What We Do and Don’t Know about Software Development Effort Estimation

http://www.infoq.com/articles/software-development-effort-estimation

Format LinkPosted on September 15, 2014September 15, 2014Tags Software Development

Link: An Abridged Introduction to Go

http://bitbarf.in/blog/2013/11/05/an-abridged-introduction-to-go/#content

Format LinkPosted on September 12, 2014September 12, 2014Tags go, tutorial

Planning Poker: Software development estimation technique

Photo or playing cards and poker chips

http://en.wikipedia.org/wiki/Planning_poker

Posted on September 11, 2014September 10, 2014Tags Software Development

CommonMark: Proposal for a standard, unambiguous Markdown syntax spec and a comprehensive test-suite

CommonMark logo

http://commonmark.org/


I’m a huge fan of Markdown, but I have always found the slightly different (and occasionally buggy) implementations across platforms and programming languages to be a pain. Hopefully this will help with some of the confusion.

Posted on September 10, 2014September 8, 2014Tags markdown

Link: How I start Go (tutorial on how to build a back-end web-service in Go)

http://howistart.org/posts/go/1

Format LinkPosted on September 9, 2014September 8, 2014Tags go, tutorial

Posts navigation

Previous page Page 1 … Page 40 Page 41 Page 42 … Page 64 Next page
Proudly powered by WordPress
 

Loading Comments...