Archive
2024
- Sep 02, 2024 What is new in Go 1.23?
- May 20, 2024 Neovim: migrating to lazy.nvim and go.nvim
- Feb 12, 2024 What is new in Go 1.22?
- Feb 05, 2024 2023: In retrospective
2023
- Nov 21, 2023 r/golang: Transactions in context values, is it OK?
- Nov 13, 2023 Learning Protocol Buffers: Validations
- Nov 06, 2023 Learning Go: Publisher/Subscriber Concurrency Pattern
- Oct 30, 2023 What is new in Go 1.21?
- Feb 03, 2023 What is new in Go 1.20?
- Jan 01, 2023 2022: In retrospective
2022
- Dec 19, 2022 Go Tips: gorilla/mux was archived, time to migrate to another router
- Sep 23, 2022 Software Architecture in Go: Vulnerability Management using govulncheck
- Aug 05, 2022 What is new in Go 1.19?
- May 06, 2022 Software Architecture in Go: Anti-corruption Layer Pattern
- Mar 26, 2022 neovim: migrating to init.lua
- Mar 17, 2022 What is new in Go 1.18?
- Jan 01, 2022 2021: In retrospective
2021
- Nov 12, 2021 Software Architecture in Go: Testability
- Nov 05, 2021 Learning Go: Functional Options / Default Configuration Values Pattern
- Oct 29, 2021 Microservices in Go: Validations
- Oct 22, 2021 Software Architecture in Go: Security - Preventing SQL Injection
- Oct 15, 2021 Learning Go: Versioning Tools
- Oct 08, 2021 Software Architecture in Go: Security - Dependencies
- Oct 01, 2021 Learning Go: Background Job Concurrency Pattern
- Sep 24, 2021 Software Architecture in Go: Write-Through Caching Pattern for Scalability
- Sep 17, 2021 Software Architecture in Go: Resilience in HTTP Servers
- Sep 10, 2021 Learning Go: Pipeline Concurrency Pattern
- Sep 03, 2021 Learning Go: Concurrency Patterns using errgroup package
- Aug 27, 2021 What is new in Go 1.17?
- Aug 19, 2021 Learning Go: Fan-In/Fan-Out Concurrency Pattern
- Aug 12, 2021 Learning Go: Introduction to Concurrency Patterns, Goroutines and Channels
- Aug 06, 2021 Software Architecture in Go: Maintainability using Linting, Code Coverage and CI
- Jul 30, 2021 Software Architecture in Go: Throttling Cloud Design Pattern for Scalability and Security
- Jul 22, 2021 Software Architecture in Go: Cache-Aside, Cloud Design Pattern for Scalability
- Jul 16, 2021 Learning Go: Interface Types - Part 2
- Jul 09, 2021 Software Architecture in Go: Circuit Breaker, Cloud Design Pattern for Reliability
- Jul 01, 2021 Software Architecture in Go: Quality Attributes, Non-Functional Requirements and illities
- Jun 24, 2021 Learning Go: Interface Types - Part 1
- Jun 18, 2021 Software Architecture in Go: Measuring Instability as Software Package Metrics
- Jun 14, 2021 Microservices in Go: Pagination using Elasticsearch
- Jun 10, 2021 Microservices in Go: Using Pub/Sub with Redis
- Jun 07, 2021 Learning Go: Managing dependencies using Modules
- Jun 03, 2021 Microservices in Go: Events Streaming using Kafka
- May 31, 2021 Learning Go: Context package
- May 28, 2021 Microservices in Go: Events and Background jobs using RabbitMQ
- May 26, 2021 Why you should use/learn Go as hiring manager/individual contributor
- May 24, 2021 Microservices in Go: Searching with Elasticsearch
- May 21, 2021 Microservices in Go: Graceful Shutdown
- May 19, 2021 Microservices in Go: Containerization using Docker
- May 13, 2021 Microservices in Go: OpenTelemetry
- May 11, 2021 Microservices in Go: Implementing and Dealing with errors
- May 09, 2021 Microservices in Go: REST APIs (Part 6) - Putting it all together
- May 05, 2021 Microservices in Go: REST APIs (Part 5) - Versioning
- May 02, 2021 Microservices in Go: REST APIs (Part 4) - OpenAPI 3 and Swagger UI
- Apr 28, 2021 Microservices in Go: REST APIs (Part 3) - Custom JSON Types
- Apr 25, 2021 Microservices in Go: REST APIs (Part 2) - Testing
- Apr 18, 2021 Microservices in Go: REST APIs (Part 1) - HTTP Handlers
- Apr 11, 2021 Microservices in Go: Services in Domain Driven Design
- Apr 04, 2021 Microservices in Go: Repository Pattern
- Mar 28, 2021 Go Package for testing HTTP interactions: github.com/dnaeon/go-vcr
- Mar 21, 2021 Microservices in Go: Domain Driven Design and Project Layout
- Mar 14, 2021 Go Package for better integration tests: github.com/ory/dockertest
- Mar 09, 2021 Go Package for Mocking HTTP Traffic: github.com/h2non/gock
- Mar 02, 2021 Microservices in Go: Accessing PostgreSQL (Part 4) - Putting it all together
- Feb 23, 2021 Microservices in Go: Accessing PostgreSQL (Part 3) - Statements Builder and Code generators
- Feb 17, 2021 What is new in Go 1.16?
- Feb 10, 2021 Microservices in Go: Accessing PostgreSQL (Part 2) - ORM/ORM-like
- Feb 05, 2021 Microservices in Go: Accessing PostgreSQL (Part 1) - Plain SQL
- Jan 30, 2021 Microservices in Go: Caching using memcached
- Jan 22, 2021 Go Package for Equality: github.com/google/go-cmp
- Jan 10, 2021 Go Tools: For database schema migrations
- Jan 03, 2021 2020: In retrospective
2020
- Dec 30, 2020 Using the C4 model to document Software Architectures
- Dec 20, 2020 Go Tips: WebAssembly and Vugu
- Dec 10, 2020 Go Tool: (exploring) sqlc (Part 1)
- Dec 03, 2020 Go Tool: swagger-lint
- Nov 20, 2020 Go Tool: direnv
- Nov 15, 2020 GopherCon / GoVirCon 2020
- Sep 19, 2020 Configuring Gitlab CI and Private Go Modules
- Aug 27, 2020 Complex Pipelines in Go (Part 5): Putting it all together
- Aug 19, 2020 Complex Pipelines in Go (Part 4): Sane Coordination and Cancellation
- Aug 12, 2020 Complex Pipelines in Go (Part 3): Transforming Data to Tab Separated Values
- Aug 04, 2020 Complex Pipelines in Go (Part 2): Storing Values in Batches
- Jul 23, 2020 Complex Pipelines in Go (Part 1): Introduction
- Jun 22, 2020 versions release: v0.1.0 adds LICENSE support
- Jun 14, 2020 (n)vi(m): Go plugins
- Jun 09, 2020 Go Tip: New releases, programatically
- May 26, 2020 Go Tip: Profiling
- May 14, 2020 versions: Go-dependencies reporting tool
- Feb 11, 2020 (n)vi(m): productivity plugins
- Feb 05, 2020 Finished Reading: Competing with Unicorns
2019
- Dec 30, 2019 Wrapping up 2019
- Nov 26, 2019 (n)vi(m): look and feel plugins
- Nov 20, 2019 Go: Secure Configuration with Environment Variables and AWS SSM
- Nov 13, 2019 (n)vi(m): basic settings
- Oct 28, 2019 Go Tip: Migrating to modules
- Oct 21, 2019 O'Reilly Online Training: Worth it?
- Aug 04, 2019 Gitlab Tip: Generating documentation with mermaid
- Jul 17, 2019 Go Tool: ifacecodegen
- Jun 24, 2019 Go Tool: counterfeiter
- Jun 17, 2019 Finished Reading: Event Streams in Action
- Jun 06, 2019 Go Tip: Server to Server Authentication + Azure Active Directory
- May 30, 2019 Finished Reading: Secure by Design
- Apr 17, 2019 Go Tool: retool
- Apr 09, 2019 nit: MVP release
- Feb 05, 2019 Finished Reading: Hands-On Sofware Architecture with Golang
- Jan 23, 2019 Finished Reading: Software Architect's Handbook
- Jan 04, 2019 Go + Docker Tip: Private repos and Gitlab CI
- Jan 03, 2019 Envisioning 2019
2018
- Dec 29, 2018 Top 5 books in 2018
- Dec 27, 2018 nit: the opinionated Go linter
- Dec 05, 2018 Finished Reading: Microservices Patterns
- Nov 27, 2018 Domain Driven Design and Go: Part 3, Domain Modeling
- Nov 13, 2018 Domain Driven Design and Go: Part 2, Domain Modeling
- Nov 07, 2018 Domain Driven Design and Go: Loteria!
- Nov 01, 2018 Finished Reading: Microservices in Action
- Oct 29, 2018 Finished Reading: Get Programming with Go
- Oct 18, 2018 Finished Reading: Algorithms to live by
- Sep 19, 2018 Finished Reading: A Philosophy of Software Design
- Sep 12, 2018 Go Tip: Refactoring
- Aug 29, 2018 GopherCon 2018: Day 3 Conferences Day Two
- Aug 28, 2018 GopherCon 2018: Day 2 Conferences Day One
- Aug 27, 2018 GopherCon 2018: Days 0 and 1
- Aug 22, 2018 Vacationing in San Francisco
- Aug 06, 2018 Go Tip: Generating JSON Web Key Sets
- Jul 26, 2018 Go Tip: Swagger UI + CORS
- Jul 23, 2018 Dell DW15 meets Macbook Pro
- Jul 17, 2018 Go Tip: Azure Active Directory + JWT
- Jul 01, 2018 Finished Reading: The 80/20 Principle
- Jun 27, 2018 I'm ready for July 2018
- Jun 20, 2018 Go Tip: Code Coverage
- May 25, 2018 Finished Reading: Talk like TED
- May 11, 2018 Finished Reading: Software Design X-Rays
- Apr 30, 2018 Finished Reading: Architectural Patterns
- Apr 27, 2018 GothamGo 2018
- Apr 12, 2018 Finished Reading: Never Split the Difference
- Apr 03, 2018 Go Tip: Judging go-swagger with dredd
- Mar 26, 2018 Finished Reading: The TAO of Microservices
- Mar 01, 2018 Finished Reading: Building Evolutionary Architectures
- Feb 16, 2018 Go Tip: Embedding
- Feb 13, 2018 Finished Reading: Designing Data Intensive Applications
- Feb 11, 2018 Finished Reading: The 10X Rule
- Jan 31, 2018 Go: Environment Variables
- Jan 28, 2018 Finished Reading: The Manager's Path
- Jan 12, 2018 Rails Tip: Maintenance Mode
- Jan 04, 2018 Looking back to The Past and envisioning The Future
2017
- Dec 02, 2017 Goals: December 2017
- Nov 01, 2017 Goals: November 2017
- Oct 24, 2017 Finished Reading: Building Microservices with Go
- Oct 16, 2017 Migrating to Gitlab CI Services
- Oct 11, 2017 Finished Reading: Building Microservices
- Oct 01, 2017 Goals: October 2017
- Sep 25, 2017 LUA Tips
- Sep 15, 2017 Finished Reading: The Healthy Programmer
- Sep 05, 2017 Finished Reading: The 7 Habits of Highly Effective People
- Sep 01, 2017 Goals: September 2017
- Aug 29, 2017 SSL/TLS + RDS + Redshift
- Aug 18, 2017 One Year Later: 5 times more
- Aug 15, 2017 Finished Reading: The Power of Habit
- Aug 10, 2017 ActiveRecord Tip: Left Join
- Aug 01, 2017 Goals: August 2017
- Jul 24, 2017 Finished Reading: Streaming Data
- Jul 12, 2017 Building a Healthy Codebase: Minimum Requirements
- Jul 11, 2017 Finished Reading: The Obstacle is The Way
- Jul 01, 2017 Goals: July 2017
- Jun 26, 2017 Finished Reading: Debugging Teams
- Jun 14, 2017 Finished Reading: Boundaries
- Jun 06, 2017 Rails Tip: Dynamic JSON fields
- Jun 01, 2017 Goals: June 2017
- May 26, 2017 Finished Reading: Web Performance in Action
- May 09, 2017 Finished Reading: As a Man Thinketh
- May 03, 2017 Finished Reading: Neo4j in Action
- May 01, 2017 Goals: May 2017
- Apr 16, 2017 Finished Reading: The ONE thing
- Apr 06, 2017 Finished Reading: Ego is The Enemy
- Apr 01, 2017 Goals: April 2017
- Mar 29, 2017 Today I learned: Bypass rescue
- Mar 27, 2017 Finished Reading: The Extraordinary Leader
- Mar 24, 2017 Finished Reading: Go Design Patterns
- Mar 03, 2017 Finished Reading: AWS Lambda in Action
- Mar 01, 2017 Goals: March 2017
- Feb 20, 2017 Finished Reading: Go Programming Blueprints: Second Edition
- Feb 16, 2017 Finished Reading: Building the Web of Things
- Feb 09, 2017 KnockoutJS/Jquery Tip: Custom Bindings
- Feb 06, 2017 Ruby Tip: Sharing VCR cassettes in gems
- Feb 01, 2017 Goals: February 2017
- Jan 30, 2017 Finished Reading: Docker Networking Cookbook
- Jan 23, 2017 Finished Reading: Getting started with Kubernetes
- Jan 11, 2017 Finished Reading: Monitoring Docker
- Jan 09, 2017 Tip: Docker Development Environment
- Jan 03, 2017 Finished Reading: Ruby Performance Optimization
- Jan 02, 2017 Tip: Uploading files programmatically in Gitlab
- Jan 01, 2017 2017. Year goals
2016
- Dec 31, 2016 Goodbye 2016: Year in review
- Dec 28, 2016 Git Workflow: Rebase and Merge
- Dec 20, 2016 Upgrading Laptop's hard drive
- Dec 16, 2016 Finished Reading: Go Programming Blueprints
- Dec 15, 2016 Building Go programs using Makefiles
- Dec 08, 2016 Finished Reading: Elastic Leadership
- Dec 01, 2016 Goals: December 2016
- Nov 30, 2016 Finished Reading: Specification by Example
- Nov 18, 2016 GothamGo 2016: Conferences day
- Nov 17, 2016 GothamGo 2016: Advanced Go Workshop
- Nov 07, 2016 Amazon Kinesis Firehose: One month later
- Nov 02, 2016 Finished Reading: Go in Practice
- Nov 01, 2016 Goals: November 2016
- Oct 31, 2016 Small(est) Docker Image for Go Programs
- Oct 19, 2016 Migrated: From Jekyll to Hugo
- Oct 13, 2016 Finished Reading: Making Big Data Work For your Business
- Oct 06, 2016 Finished Reading: Go Web Programming
- Oct 05, 2016 SSL issue with Rubygems
- Oct 01, 2016 Goals: October 2016
- Sep 30, 2016 What I learned from the past two weeks
- Sep 23, 2016 Finished Reading: Orchestrating Docker
- Sep 19, 2016 Finished Reading: Docker in Practice
- Sep 16, 2016 First Sprint with Go and Docker
- Sep 01, 2016 Finished Reading: Docker in Action
- Sep 01, 2016 Goals: September 2016
- Aug 30, 2016 Git Workflow: Commit Message Conventions
- Aug 24, 2016 Git Workflow: Branches naming conventions
- Aug 10, 2016 Tip: Materialized Views: modifying columns with Scenic
- Aug 02, 2016 Finished Reading: Amazon Web Services in Action
- Aug 01, 2016 Goals: August 2016
- Jul 15, 2016 Finished Reading: Go in Action
- Jul 01, 2016 Half year review and July 2016 goals
- Jun 16, 2016 Finished Reading: The Mikado Method
- Jun 01, 2016 Goals: June 2016
- May 27, 2016 Finished Reading: Design for the Mind
- May 09, 2016 Finished Reading: PostgreSQL Replication Second Edition
- May 01, 2016 Goals: May 2016
- Apr 21, 2016 Finished Reading: Re-Engineering Legacy Software
- Apr 13, 2016 Finished Reading: React.js Essentials
- Apr 02, 2016 Finished Reading: Irresistible APIs
- Apr 01, 2016 Goals: April 2016
- Mar 31, 2016 Finished Reading: The Go Programming Language
- Mar 18, 2016 Finished Reading: The Compound Effect
- Mar 15, 2016 Tip: Mocking Web APIs
- Mar 09, 2016 Finished Reading: Beyond Blame: Learning From Failure and Success
- Mar 01, 2016 Goals: March 2016
- Feb 26, 2016 Tip: Sharing ActiveRecord models between projects
- Feb 01, 2016 Goals: February 2016
- Jan 26, 2016 A look back to the previous lustrum.
- Jan 22, 2016 Tip: From MySQL to PostgreSQL
2015
- Jul 18, 2015 Tip: Dynamic Models in ActiveRecord with PostgreSQL
- Jul 16, 2015 Finished Reading: Practical Object-Oriented Design in Ruby
- Jul 12, 2015 Tip: Amoeba with deep cloning
- Jul 01, 2015 Tip: Dirty Associations with Active Record
- Jun 29, 2015 Finished Reading: 97 Things Every Programmer Should Know
- Jun 23, 2015 Mid 2015 Books Update
- May 12, 2015 Tip: RSpec spies
- Feb 12, 2015 Finished Reading: Soft Skills
- Jan 13, 2015 Tip: Versioning classes in Ruby
2014
- Dec 31, 2014 Goodbye 2014
- Dec 28, 2014 Rebooting this blog
2011
- Mar 01, 2011 Clickjacking and Facebook
- Jan 12, 2011 Die bug!
2010
- Aug 26, 2010 Mono Accessibility 2.1
- Jun 22, 2010 Hackweek V: YaSTroid
- Mar 17, 2010 Comparing Ruby and C#: Equality
- Mar 03, 2010 Accessibility in Moonlight
- Feb 16, 2010 Tasque 0.1.9!
- Jan 25, 2010 Parallel Development Environments? Pulque!
- Jan 21, 2010 The Ruby Programming Language
2009
- Jul 27, 2009 Hackweek IV: Gwibber + Sharing
- Jul 01, 2009 Multiple Parallel Mono Environments
- Jan 04, 2009 HP Pavilion TX2500z. Final.
2008
- Dec 31, 2008 Last day of the year
- Dec 11, 2008 Smolt
- Dec 01, 2008 HP Pavilion TX2500z. Part IV
- Nov 22, 2008 HP Pavilion TX2500z. Part III
- Nov 17, 2008 Podcast about UML
- Nov 10, 2008 HP Pavilion TX2500z. Part II
- Oct 05, 2008 HP Pavilion TX2500z. Part I
- Sep 05, 2008 Planet a11y
- Sep 01, 2008 Hackweek 3. Full Review.
- Aug 25, 2008 HackWeek 3. Day 1.
- Jun 20, 2008 OpenSUSE 11
- Jun 17, 2008 What's going on?
- May 27, 2008 Good attitude
- Apr 22, 2008 B'Day
- Mar 16, 2008 Dell Inspiron 1420, 2nd
- Mar 13, 2008 MonoHotDraw Commands
- Mar 08, 2008 a11y team
- Mar 02, 2008 Twittering
- Feb 22, 2008 Leap year
- Jan 27, 2008 ER Diagramming
- Jan 26, 2008 Mental note
- Jan 07, 2008 Inspiration, 2nd
- Jan 02, 2008 Nice
2007
- Dec 23, 2007 I agree
- Dec 20, 2007 Vacation
- Nov 19, 2007 Mono Hispano
- Nov 07, 2007 Second
- Oct 19, 2007 New hosting
- Oct 15, 2007 So tired
- Oct 09, 2007 Compare
- Oct 08, 2007 I can't hear!
- Oct 03, 2007 maemo-sharp
- Sep 30, 2007 Preparing my trip
- Sep 29, 2007 ntde1ect.com
- Sep 25, 2007 Playing!
- Sep 23, 2007 Keep it quiet
- Sep 20, 2007 GNOME Touchpad
- Sep 17, 2007 MonoHotDraw: Clock
- Sep 12, 2007 Neutrino is open
- Sep 10, 2007 Free time
- Sep 01, 2007 MonoUml.Addins
- Aug 30, 2007 Ubuntu Mí©xico
- Aug 25, 2007 Right now
- Aug 03, 2007 Dell Inspiron 1420
- Jul 31, 2007 MonoUML, 200707
- Jul 22, 2007 Reverse Engineering CLR 2.0 Generics, 3
- Jul 20, 2007 New gadget
- Jul 14, 2007 Reverse Engineering CLR 2.0 Generics, 2
- Jul 06, 2007 Reverse Engineering CLR 2.0 Generics
- Jul 02, 2007 OCL Editor, updated
- Jul 01, 2007 nUML 0.4
- Jun 29, 2007 On vacation with Gutsy
- Jun 25, 2007 3 years ago
- Jun 19, 2007 Excellence
- Jun 02, 2007 TV Card and FM
- Jun 01, 2007 TV Card
- May 30, 2007 Inspiration, 1st
- May 12, 2007 Launchpad
- May 08, 2007 La Experiencia
- May 04, 2007 Weekend
- May 01, 2007 New camera, 2nd
- Apr 18, 2007 New camera
- Apr 17, 2007 Tomorrow
- Apr 06, 2007 Tuesday
- Mar 25, 2007 Proyecto
- Mar 18, 2007 VMware and recent kernel
- Mar 09, 2007 Let me guess
- Mar 02, 2007 Wider screen!
- Feb 27, 2007 Beryl + Feisty, 2nd part
- Feb 25, 2007 Emulating reflection in C
- Feb 05, 2007 Second month
- Jan 23, 2007 Connection reset by peer
- Jan 21, 2007 Enjoying
- Jan 17, 2007 Time Management, 2nd
- Jan 13, 2007 Time Management
- Jan 07, 2007 Beryl + Feisty
- Jan 06, 2007 Memories, some of them
- Jan 02, 2007 Reverse Engineering
2006
- Dec 29, 2006 Year gone
- Dec 24, 2006 Spending time
- Dec 22, 2006 Debian Packages
- Dec 15, 2006 Cafe de la amistad
- Dec 14, 2006 Finally! Success!
- Dec 13, 2006 Getting closer
- Dec 06, 2006 22:13
- Dec 02, 2006 MonoHotdraw
- Nov 30, 2006 iPod's firmware, 2
- Nov 28, 2006 iPod's firmware
- Nov 27, 2006 TODO? FIXME? HACKME? OTHERME?
- Nov 26, 2006 Cecil, 2
- Nov 23, 2006 Cecil
- Nov 21, 2006 Campana
- Nov 18, 2006 MonoUML website update
- Nov 17, 2006 Movies night
- Nov 16, 2006 Free days
- Nov 13, 2006 MonoCanvas? MonoHotdraw?
- Nov 07, 2006 My idea
- Nov 06, 2006 Marshalling problem, explained
- Nov 04, 2006 One year
- Nov 03, 2006 Hungry and Foolish
- Nov 02, 2006 Awesome
- Nov 01, 2006 Hosted
- Oct 31, 2006 New hosting
- Oct 30, 2006 Marshalling problems, again
- Oct 29, 2006 Is it linux?
- Oct 28, 2006 Compile all
- Oct 25, 2006 Solved
- Oct 22, 2006 ECMA334
- Oct 21, 2006 Beryl + Ubuntu Edgy, 2nd part
- Oct 19, 2006 Beryl + Ubuntu Edgy
- Oct 18, 2006 Unit tests
- Oct 16, 2006 MonoCanvas schedule
- Oct 15, 2006 To Do
- Oct 13, 2006 Booting QNX6
- Oct 11, 2006 About bugs
- Oct 09, 2006 Banshee
- Oct 04, 2006 Reactivando Mono Hispano
- Oct 02, 2006 Shared Memory in Mono, 4th session
- Oct 01, 2006 Not-supported scanner, my mistake
- Sep 30, 2006 Going back
- Sep 26, 2006 FSL2006, Dia 0
- Sep 24, 2006 Shared Memory in Mono, 3rd session
- Sep 20, 2006 Puerto Vallarta
- Sep 16, 2006 System.ExecutionEngineException
- Sep 14, 2006 Thoughts
- Sep 11, 2006 POSIX-like semaphores: Finally
- Sep 10, 2006 Have a nice day
- Sep 07, 2006 Regarding POSIX Semaphores
- Sep 06, 2006 Emulating POSIX Semaphores
- Sep 04, 2006 GNOME 2.16
- Sep 03, 2006 Shared Memory in Mono
- Aug 31, 2006 Current addictions
- Aug 29, 2006 What's new?
- Aug 24, 2006 Ubuntu Edgy
- Aug 16, 2006 Exceptions
- Aug 05, 2006 Recently
- Jul 30, 2006 Missing time
- Jul 26, 2006 Missing flints
- Jul 24, 2006 Porting
- Jul 14, 2006 Returning
- Jul 13, 2006 Allmost there
- Jul 11, 2006 Work day
- Jul 10, 2006 Buenos Aires
- Jul 08, 2006 Movies
- Jul 07, 2006 Leaving Mexico!
- Jul 05, 2006 Too close
- Jul 01, 2006 íguila de Mí©xico
- Jun 29, 2006 Leaving town
- Jun 27, 2006 Traveling
- Jun 25, 2006 OCL Editor
- Jun 24, 2006 Fatal error
- Jun 21, 2006 Behind proxy
- Jun 20, 2006 TIPC
- Jun 19, 2006 Camera + Debian
- Jun 18, 2006 To do
- Jun 15, 2006 Trip to Reverse Engineering from sources
- Jun 14, 2006 CICOL 2006
- Jun 10, 2006 Enough
- Jun 05, 2006 Se7en
- Jun 01, 2006 June
- May 21, 2006 Nice
- May 11, 2006 I18n
- May 07, 2006 Working again
- May 05, 2006 Thinking before redrawing
- May 01, 2006 Notas de desempeí±o, 2
- Apr 26, 2006 By the way
- Apr 25, 2006 Notas de desempeí±o
- Apr 23, 2006 Yesterday-Today
- Apr 22, 2006 OnceUponATime ();
- Apr 21, 2006 Hours later
- Apr 20, 2006 Debian
- Apr 18, 2006 Bugzilla
- Apr 16, 2006 MonoCanvas, closer.
- Apr 13, 2006 Días libres
- Apr 09, 2006 Back again
- Apr 03, 2006 MonoCanvas
- Apr 02, 2006 Default shortcut
- Apr 01, 2006 NUML
- Mar 31, 2006 I feel good
- Mar 29, 2006 I agree
- Mar 27, 2006 Assertion
- Mar 25, 2006 One year
- Mar 22, 2006 NUnit
- Mar 20, 2006 Memory leaks
- Mar 19, 2006 Answer = Gtk.EventBox
- Mar 18, 2006 Tres días despuí©s
- Mar 13, 2006 Finally
- Mar 12, 2006 Personal opinion
- Mar 11, 2006 MonoCanvas, recapitulando.
- Mar 07, 2006 MonoCanvas, improving
- Mar 04, 2006 Nice
- Mar 04, 2006 Some thoughts
- Feb 26, 2006 Improving Desktop
- Feb 25, 2006 MonoCanvas, more about...
- Feb 21, 2006 Enjoying time
- Feb 20, 2006 Happy
- Feb 19, 2006 Tango
- Feb 18, 2006 MonoCanvas: Lines
- Feb 17, 2006 Rhythmbox, Dapper and mp3.
- Feb 15, 2006 Lucky = false;
- Feb 14, 2006 Kind of
- Feb 12, 2006 Friday-Saturday
- Feb 11, 2006 Thoughts
- Feb 09, 2006 Wouldn't it be nice?
- Feb 07, 2006 Awesome
- Feb 06, 2006 Mono Hispano
- Feb 01, 2006 MonoDevelop
- Jan 31, 2006 Marshaling, second part, and QNX
- Jan 29, 2006 Marshaling: C's struct's bit fields
- Jan 26, 2006 Nowadays
- Jan 22, 2006 MonoCanvas' DnD
- Jan 21, 2006 Beagle from sources
- Jan 18, 2006 Thursday
- Jan 17, 2006 Lovely
- Jan 15, 2006 Ideas
- Jan 14, 2006 Informacií³n de interí©s
- Jan 13, 2006 Enjoying life
- Jan 12, 2006 Alive
- Jan 11, 2006 Not piracy at all
- Jan 10, 2006 Broken desktop PC
- Jan 07, 2006 Japanese
- Jan 03, 2006 Solved
- Jan 02, 2006 Scratching my head
- Jan 01, 2006 And I didn't go out... again
2005
- Dec 31, 2005 A un día
- Dec 29, 2005 Remembering nice moments.
- Dec 27, 2005 Better than ever
- Dec 20, 2005 Uncompressing files
- Dec 18, 2005 Sunday
- Dec 17, 2005 hal.dll
- Dec 17, 2005 MonoCanvas.TextShape
- Dec 16, 2005 Wrapping
- Dec 10, 2005 Deluded
- Dec 07, 2005 Yeah.. Whatever...
- Dec 04, 2005 Sunday
- Dec 03, 2005 Shopping
- Dec 02, 2005 Better off
- Dec 01, 2005 Oh dear christmas!
- Nov 28, 2005 Don't try it at home
- Nov 27, 2005 MonoCanvas
- Nov 26, 2005 No more
- Nov 21, 2005 Hacking
- Nov 20, 2005 Segunda semana
- Nov 20, 2005 Really wasting of time
- Nov 17, 2005 Not really spaghetti code
- Nov 11, 2005 Primera semana
- Nov 09, 2005 Spaghetti code
- Nov 08, 2005 VMWare
- Nov 05, 2005 Monday is the day
- Nov 03, 2005 True love
- Nov 02, 2005 Getting ready
- Oct 31, 2005 Día de muertos
- Oct 30, 2005 Preparando las maletas
- Oct 28, 2005 Recuento final, Cuarto día
- Oct 27, 2005 Tercer día
- Oct 26, 2005 Segundo día
- Oct 25, 2005 Fotos
- Oct 24, 2005 Falta menos
- Oct 23, 2005 Getting ready
- Oct 22, 2005 Listo
- Oct 21, 2005 Done
- Oct 21, 2005 Updated blog
- Oct 19, 2005 Mí¡s rí¡pido
- Oct 18, 2005 MonoCanvas, rendimiento y demí¡s cosas.
- Oct 16, 2005 Wiki wiki
- Oct 13, 2005 Cosas para sonreir y cosas para llorar
- Oct 11, 2005 Nostalgía
- Oct 10, 2005 Huele a recuerdo
- Oct 09, 2005 Jugueteando e Impresií³n en MonoUML
- Oct 08, 2005 A 16 días antes.
- Oct 06, 2005 Que lluvia
- Oct 02, 2005 4 días despuí©s
- Sep 26, 2005 Ahora sí
- Sep 25, 2005 ¡Eso!
- Sep 22, 2005 Uno menos
- Sep 21, 2005 Listo
- Sep 12, 2005 ¡Nini y mí¡s!
- Sep 10, 2005 20 pesos
- Sep 08, 2005 Soberbio
- Sep 07, 2005 GNOME 2.12
- Sep 02, 2005 Gnome.Canvas en MS Windows
- Sep 01, 2005 ¡Uff!
- Aug 21, 2005 MonoUML, írbol de diagramas
- Aug 12, 2005 Mono en MS Windows
- Aug 09, 2005 Pronto
- Aug 05, 2005 Dolor de cabeza
- Jul 29, 2005 Por fin
- Jul 24, 2005 Primer aniversario
- Jul 17, 2005 ¡Tambií©n hablamos espaí±ol!, Segunda parte
- Jul 09, 2005 MonoUML, Ingeniería Inversa, Sexta Parte
- Jul 05, 2005 Nostalgia
- Jul 03, 2005 Simplemente feliz
- Jul 02, 2005 Todo normal
- Jun 28, 2005 Por fin
- Jun 27, 2005 2 días despuí©s
- Jun 23, 2005 A los viejos tiempos
- Jun 21, 2005 JSEE y .NET
- Jun 19, 2005 Documentando
- Jun 16, 2005 Recuento final
- Jun 13, 2005 ¡Que calor!
- Jun 11, 2005 Como la vida misma
- Jun 05, 2005 Configurando MonoUML
- Jun 04, 2005 Al otro día
- Jun 02, 2005 No mí¡s cables :)
- Jun 01, 2005 Mí¡s MonoUML
- May 29, 2005 MonoUML v0.1a, Codename monalisa.
- May 27, 2005 Despuí©s de la presentacií³n
- May 24, 2005 Creatividad
- May 22, 2005 Irapuato, Guanajuato
- May 20, 2005 Un día despuí©s
- May 17, 2005 CICOL 2005
- May 13, 2005 Menos para terminar
- May 10, 2005 Inscrito al concurso
- May 07, 2005 MonoUML para Ubuntu Breezy
- May 06, 2005 Mas cosas que hacer
- May 01, 2005 Mí¡s de lo mismo, pero mejor :)
- Apr 27, 2005 MonoUML, i18n
- Apr 26, 2005 Como una gota de agua
- Apr 23, 2005 MonoUML
- Apr 22, 2005 22 aí±os atras
- Apr 20, 2005 ¡Nuevo sitio!
- Apr 16, 2005 MonoUML, Ingeniería Inversa: Asistente
- Apr 15, 2005 ¿Fin de semana? Ya llego
- Apr 10, 2005 MonoUML, Ingeniería Inversa, Cuarta Parte
- Apr 08, 2005 Si algo es propenso a fallar, lo harí¡
- Apr 06, 2005 Mono Debugger
- Apr 04, 2005 De vuelta
- Apr 01, 2005 Tranquilidad
- Mar 30, 2005 Finalmente
- Mar 28, 2005 Vacaciones
- Mar 25, 2005 Nuevo proyecto
- Mar 23, 2005 Trusted Computing + Palladium + Patentes
- Mar 21, 2005 MonoUML
- Mar 19, 2005 ¡Vacaciones por fin!
- Mar 18, 2005 MonoUML, Ingeniería Inversa. Tercera Parte
- Mar 13, 2005 MonoUML, Ingeniería Inversa. Segunda Parte
- Mar 10, 2005 MonoUML, Ingeniería Inversa
- Mar 09, 2005 GNOME 2.10
- Mar 06, 2005 Menos trabajo
- Mar 02, 2005 Festival
- Mar 01, 2005 Compilando
- Feb 28, 2005 Viajando
- Feb 25, 2005 MonoUML, mejorando la interfaz
- Feb 21, 2005 Concurso
- Feb 16, 2005 Estudios
- Feb 09, 2005 Ubuntu
- Feb 07, 2005 El trabajo sigue
- Feb 01, 2005 Escuela
- Jan 29, 2005 Reinicio de clases
- Jan 25, 2005 Mono. La magía de la portabilidad
- Jan 22, 2005 Trabajando
- Jan 19, 2005 MonoUML, escuela y proyectos con ganancias.
- Jan 15, 2005 Pronto regreso
- Jan 11, 2005 Explorando GNOME 2.9
- Jan 10, 2005 Solaris 10
- Jan 06, 2005 En busca del editor
- Jan 04, 2005 Actualizando Mono Hispano
- Jan 03, 2005 Nuevo aí±o
2004
- Dec 31, 2004 Viaje relí¡mpago
- Dec 28, 2004 MonoUML. Cara nueva
- Dec 27, 2004 MonoUML. Sigue avanzando
- Dec 24, 2004 MonoUML. Sin dependencia diacanvas#
- Dec 22, 2004 Sacando la basura
- Dec 21, 2004 MonoUML. Seleccií³n
- Dec 17, 2004 Actualizado
- Dec 13, 2004 Mala memoria
- Dec 10, 2004 Finalmente
- Dec 07, 2004 Recta final
- Nov 28, 2004 Usuarios activos de papel
- Nov 26, 2004 Debian y GNOME 2.8
- Nov 23, 2004 mario.carrion en gmail.com
- Nov 20, 2004 Los 4400
- Nov 15, 2004 Java
- Nov 13, 2004 Falta poco
- Nov 09, 2004 Fin de semana
- Nov 04, 2004 Microsoft y Linux. Sus efectos
- Nov 02, 2004 Día de muertos
- Oct 30, 2004 UMLCanvas#
- Oct 25, 2004 +Mono Hispano
- Oct 25, 2004 2 dias despuí©s
- Oct 22, 2004 365 dias despuí©s y el Nopal
- Oct 19, 2004 Segundo viaje
- Oct 16, 2004 Importing from another CASE tool
- Oct 13, 2004 Casi nada nuevo
- Oct 09, 2004 UML# tests
- Oct 04, 2004 UML#
- Oct 02, 2004 RE2, Xalapa, MonoHispano, MonoUML
- Oct 01, 2004 Using GNOME Canvas
- Sep 27, 2004 Recently
- Sep 25, 2004 New Mono Hispano's website coming
- Sep 24, 2004 ¡Tambií©n hablamos espaí±ol!
- Sep 23, 2004 Stopping purism and Drag&Drop developers
- Sep 21, 2004 Knoppix, Ubuntu and Slackware
- Sep 19, 2004 Travel, Etch and Her figure
- Sep 18, 2004 Black screen
- Sep 16, 2004 Mí©xico 100%
- Sep 12, 2004 Lazy weekend, rainy sunday
- Sep 11, 2004 USB Devices: Printer, Handheld and MMC/SD Card Reader
- Sep 09, 2004 News
- Sep 08, 2004 Monoppix
- Sep 05, 2004 Updating MonoUML
- Sep 04, 2004 Justifying the project
- Aug 31, 2004 The two classes day
- Aug 28, 2004 MonoUML's new features
- Aug 25, 2004 News about MonoUML
- Aug 22, 2004 XMI, Makefiles, C# and more fun
- Aug 20, 2004 Get caught on the net used by the monkey
- Aug 18, 2004 Congress, Day 1
- Aug 17, 2004 I18N Tutorial, MonoUML's widgets
- Aug 16, 2004 Sad
- Aug 15, 2004 The Party
- Aug 13, 2004 And then tomorrow...
- Aug 10, 2004 Back to school
- Aug 07, 2004 Going back to school... sooner
- Aug 05, 2004 Now using Yahoo! Geocities
- Aug 04, 2004 Diacanvas# almost done.
- Aug 03, 2004 Some MonoUML's goals
- Jul 30, 2004 At least starting with the GUI
- Jul 29, 2004 Nothing yet
- Jul 27, 2004 MonoUML running
- Jul 26, 2004 Doing nothing
- Jul 24, 2004 My awesome "Two-day vacation"
- Jul 17, 2004 Still translating
- Jul 15, 2004 MonoHispano
- Jul 13, 2004 And then UML appeared
- Jul 11, 2004 It's raining ...
- Jul 08, 2004 The new revelation
- Jul 06, 2004 Once upon a time
- Jul 03, 2004 HTML2PHP API 0.05 Released
- Jun 25, 2004 Weblog