Making a dent in the tech universe
Making a dent in the tech universe
Sustainability in IT business. What you can do to decarbonise
Most of us are onboard with the fact that humans have been overconsuming the earth's resources at an unsustainable rate. Action from a global, government, and local government level is still unsatisfactory. Everyone needs to start doing their bit, and hopefully each little bit adds up and makes a big difference.
Regular Expressions - 2 tips for maintainability
Dive into our exploration of regular expressions, where we unveil practical insights on enhancing readability and maintainability through the use of multi-line options and named captures. This post draws on our firsthand experience to present tangible examples and a step-by-step guide on applying these techniques effectively. Perfect for those looking to streamline their coding practices.
Devs for Ukraine Conference
On the early mornings of 26th and 27th April (4am NZ time) members of the developer teams from Abletech and Addressfinder attended the [Devs For Ukraine](https://www.devsforukraine.io/) Conference, a free, online engineering conference with the goal to raise funds and provide support to Ukraine.
Getting started with Stripe, Rails and React in three easy steps
A client recently requested to add the functionality to be able to accept credit card payments within a Rails application that we were building. Specifically, they wanted users to be able to purchase vouchers using credit card payments and pass on any processing fees. Once the payment was complete, the transaction had to be recorded within the app and an email needed to be sent out to both the purchaser and the giftee. Stripe came into the picture then.
Ruby Conf in Wellington
The Ruby community holds conferences all over the globe, using local and international speakers, for Rubyists of all levels. The latest conference was a single day of talks held at Te Papa in Wellington which is two blocks from Abletech’s headquarters.
Addressfinder Dashboard
Find out what Chris did, how he did it, and what he learnt along the way.
Volunteer-led coding weekend — RailsBridge
Volunteers and participants at the 2018 workshop. Photo cred: RailsBridge
RubyConf 2018
This year’s RubyConf AU was held in Doltone House at Jones Bay Wharf, Sydney. Here’s a review of my highlights:
Rails Girls SUPERCHARGED⚡️
For the first time ever Rails Girls Wellington are running an event designed for people who no longer feel like beginners.
The Abletech story — part two
Following on from The Abletech story — part 1 we pick up the narrative at the point where Marcus and Nigel had begun hand-picking developers.
The Abletech story — part one
Launched in 2006, Abletech was borne out of a keen desire to boost business systems using cloud technology. Its founders worked, played and studied computing. They understood enterprise strategy and best practice. They became discerning. Discernment is a quality that continues to serve Abletech well.
Wellrailed
Regan Ryan will give an introduction to Ruby Meta Programming — learn the nuts and bolts of how Ruby works, and begin the meta-programming journey
Rails Girls Workshops
To me Rails Girls is a really good way to help people find programming and gain a support network. Dawn Richardson.
Elixir for Addressfinder
Nigel Ramsay and Tracey Norrish have been using Elixir, instead of Ruby, for an Addressfinder project. Watch a video or read the summary:
Learning and supporting new technology
In 2006 Abletecher Michael Koziarski gave a popular overview of Ruby on Rails at a Wellington Webstock conference. That same year he also spoke at RailsConf Europe in London. Ruby on Rails has continued to grow and Abletechers, keen on the efficient technology, have grown in their knowledge and practical implementation of it.
10 Reasons why — Ruby on Rails
In July 2006, Abletech wrote the following blog post introducing and explaining Ruby on Rails. The article looks at the thinking behind adopting Ruby on Rails, and the advantages and disadvantages of using it.
Rails Girls Wellington
Do you know someone who would be excited about learning Ruby on Rails?
Travelling Light On Heavy Ground
At Abletech, we love tests. After all, an application is only as good as its tests. And for the most part tests love us, but sometimes they love us a little too much.
2017 Australian Ruby Conference
Over 500 people attended this year’s RubyConfAU. Fourteen of them were from Abletech.
Using any method with Ruby iterators
This third option is useful. It allows me to keep the anonymise code out of the User class. Usually it’s best to keep related code together, and the code within AnonymiseUsers is not expected to be required elsewhere in the code base.
Regular Expressions - 2 tips for maintainability
Dive into our exploration of regular expressions, where we unveil practical insights on enhancing readability and maintainability through the use of multi-line options and named captures. This post draws on our firsthand experience to present tangible examples and a step-by-step guide on applying these techniques effectively. Perfect for those looking to streamline their coding practices.
Devs for Ukraine Conference
On the early mornings of 26th and 27th April (4am NZ time) members of the developer teams from Abletech and Addressfinder attended the [Devs For Ukraine](https://www.devsforukraine.io/) Conference, a free, online engineering conference with the goal to raise funds and provide support to Ukraine.
Getting started with Stripe, Rails and React in three easy steps
A client recently requested to add the functionality to be able to accept credit card payments within a Rails application that we were building. Specifically, they wanted users to be able to purchase vouchers using credit card payments and pass on any processing fees. Once the payment was complete, the transaction had to be recorded within the app and an email needed to be sent out to both the purchaser and the giftee. Stripe came into the picture then.
Ruby Conf in Wellington
The Ruby community holds conferences all over the globe, using local and international speakers, for Rubyists of all levels. The latest conference was a single day of talks held at Te Papa in Wellington which is two blocks from Abletech’s headquarters.
Addressfinder Dashboard
Find out what Chris did, how he did it, and what he learnt along the way.
Volunteer-led coding weekend — RailsBridge
Volunteers and participants at the 2018 workshop. Photo cred: RailsBridge
RubyConf 2018
This year’s RubyConf AU was held in Doltone House at Jones Bay Wharf, Sydney. Here’s a review of my highlights:
Rails Girls SUPERCHARGED⚡️
For the first time ever Rails Girls Wellington are running an event designed for people who no longer feel like beginners.
The Abletech story — part two
Following on from The Abletech story — part 1 we pick up the narrative at the point where Marcus and Nigel had begun hand-picking developers.
The Abletech story — part one
Launched in 2006, Abletech was borne out of a keen desire to boost business systems using cloud technology. Its founders worked, played and studied computing. They understood enterprise strategy and best practice. They became discerning. Discernment is a quality that continues to serve Abletech well.
Wellrailed
Regan Ryan will give an introduction to Ruby Meta Programming — learn the nuts and bolts of how Ruby works, and begin the meta-programming journey
Rails Girls Workshops
To me Rails Girls is a really good way to help people find programming and gain a support network. Dawn Richardson.
Elixir for Addressfinder
Nigel Ramsay and Tracey Norrish have been using Elixir, instead of Ruby, for an Addressfinder project. Watch a video or read the summary:
Learning and supporting new technology
In 2006 Abletecher Michael Koziarski gave a popular overview of Ruby on Rails at a Wellington Webstock conference. That same year he also spoke at RailsConf Europe in London. Ruby on Rails has continued to grow and Abletechers, keen on the efficient technology, have grown in their knowledge and practical implementation of it.
10 Reasons why — Ruby on Rails
In July 2006, Abletech wrote the following blog post introducing and explaining Ruby on Rails. The article looks at the thinking behind adopting Ruby on Rails, and the advantages and disadvantages of using it.
Rails Girls Wellington
Do you know someone who would be excited about learning Ruby on Rails?
Travelling Light On Heavy Ground
At Abletech, we love tests. After all, an application is only as good as its tests. And for the most part tests love us, but sometimes they love us a little too much.
2017 Australian Ruby Conference
Over 500 people attended this year’s RubyConfAU. Fourteen of them were from Abletech.
Using any method with Ruby iterators
This third option is useful. It allows me to keep the anonymise code out of the User class. Usually it’s best to keep related code together, and the code within AnonymiseUsers is not expected to be required elsewhere in the code base.