Portfolio
Projects
Courses
Posts
About
Tag: software
Impressions of React and TypeScript from an Elixir/Elm developer
2024-11-16
•
software
elm
Blameless culture and individual responsibility
2024-11-09
•
software
practices
Test code smells catalogue
2024-08-05
•
software
testing
Trojan horses of software architecture: message passing
2024-08-05
•
software
practices
A few notes on a positive engineering experience
2024-05-11
•
software
practices
Experience with using Tailwind in Phoenix LiveView
2023-10-23
•
software
elixir
phoenix
Thoughts on Elixir, Phoenix and LiveView after 18 months of commercial use
2023-08-11
•
software
elixir
phoenix
An elm-review rule to generate JSON decoders and encoders from a JSON sample
2021-11-29
•
software
elm
Parse URLs with elm/url
2021-05-18
•
software
elm
Generating pipeline and applicative decoders with json2elm
2021-05-18
•
software
elm
Generating elm/json decoders with elm/json decoders
2021-05-10
•
software
elm
Elm Catalog update: 1000+ packages and search
2020-12-28
•
software
elm
elm-ui: The CSS Escape Plan is in early access
2020-12-22
•
software
elm
More examples added to elm-ui patterns
2020-12-22
•
software
elm-ui
elm
Syntax highlighting for code snippets in Keynote with Pygments
2020-07-23
•
software
mac
Compile-time checks on values in a list with phantom types
2020-05-18
•
software
elm
Announcing elm-ui Patterns: a collection of elm-ui examples
2020-05-03
•
software
elm-ui
elm
Elmstatic 0.7.0: improved performance
2020-04-24
•
software
elm
An introduction to elm-animator, and using it with elm-ui
2020-04-07
•
software
elm-ui
elm
Simple performant CSS animations in Elm with Animate.css
2020-03-31
•
software
elm
Generating sitemaps with Elm
2020-02-25
•
software
elm
Elm Catalog now lists tools in addition to packages
2019-12-10
•
software
elm
Generating land-constrained geographical point grids with PostGIS
2019-10-17
•
postgis
software
postgres
Page state in Elm
2019-09-16
•
software
elm
Elm Package Catalog: Complete and improved
2019-09-02
•
software
elm
Type-safe markup for your static site with Elmstatic and elm-markup
2019-08-05
•
software
elm
Launching a macOS application with a custom path
2019-07-23
•
software
mac
Elmstatic: better performance and live reload with watch mode
2019-07-09
•
software
elm
Get improved Debug.log output in the browser console
2019-07-02
•
software
elm
Technology retrospective 2013-2017
2019-06-07
•
software
An introduction to elm-markup by way of Elmstatic
2019-05-21
•
software
elm
Elm community and project stats: 2019 update
2019-05-14
•
software
elm
Elm Package Catalog: Explore Elm packages and find the package you need
2019-05-07
•
software
elm
How I generate static HTML from Elm code in Elmstatic
2019-04-23
•
software
elm
Elmstatic, my Elm-to-HTML static site generator, upgraded to Elm 0.19!
2019-04-16
•
software
elm
Combining HTTP requests with Task in Elm
2019-02-15
•
software
elm
Map, filter, fold
2019-01-18
•
software
elm
How UICards work: UI within UI in Elm
2018-12-20
•
software
elm
UICards: create UIs without the laborious reload-navigation-input test loop
2018-12-11
•
software
elm
Practical Elm book: Elm 0.19 update published
2018-11-28
•
software
elm
Build complex forms with validation in Elm
2018-11-27
•
software
elm
Make sure your views are bug-free by testing them with elm-test
2018-11-21
•
software
elm
elm-ui: Forget CSS and enjoy creating UIs in pure Elm
2018-11-17
•
software
elm-ui
elm
The missing part of the Elm guide: URL handling with Browser.application
2018-10-12
•
software
elm
Minimal static boilerplate for Ellie
2018-10-09
•
software
elm
The basic steps to publish a package with Elm 0.19
2018-10-02
•
software
elm
A straightforward introduction to custom elements
2018-09-17
•
software
javascript
elm
How to generate JSON from Elm values using Json.Encode
2018-09-12
•
software
elm
Introduction to the elm/parser package
2018-09-07
•
software
elm
Practical Elm book release date & Elm 0.19 updates
2018-09-04
•
software
elm
Elm 0.19: details of what's new, how to install/upgrade, reading list
2018-08-22
•
software
elm
Learning Elm in 2018: Comprehensive List of Resources
2018-07-31
•
software
elm
Some thoughts on splitting Elm code into multiple files
2018-07-27
•
software
elm
How Json.Decode.Pipeline chaining works
2018-07-10
•
software
elm
Json.Decode tricks: decode 8+ fields and nested sub-objects
2018-06-22
•
software
elm
Using modules in Elm
2018-06-14
•
software
elm
Elmstatic 0.3.1: generate subsections, make index pages, add page aliases
2018-05-07
•
software
elm
Introducing Elmstatic: an Elm-to-HTML static site generator
2018-05-03
•
software
elm
Decoding recursive JSON in Elm
2018-04-13
•
software
elm
Generating static HTML from Elm code with elm-static-html-lib
2018-03-29
•
software
elm
Is Elm going stale? The numbers say no.
2018-03-23
•
software
elm
How to extract values from union types in Elm
2018-03-16
•
software
elm
How to read Elm types like "Html msg"
2018-03-15
•
software
elm
Decoding JSON to nested record fields in Elm
2018-01-23
•
software
elm
Lessons learned from 4 years of using Cordova in production
2017-11-29
•
software
The case against ORMs
2017-11-02
•
software
databases
postgres
Four levels of time handling in a database
2017-09-29
•
software
databases
postgres
Debugging complex PostgreSQL queries with pgdebug
2017-09-18
•
software
databases
postgres
Using Trello to track development work
2017-03-27
•
software
Notes on implementing push notifications via Node.js
2017-03-15
•
software
node
Writing readable SQL
2017-02-19
•
software
databases
postgres
High performing software developers: false positives
2016-05-30
•
software
Misapplied abstractions and unnecessary complexity
2015-12-16
•
software
Haskell diary #6
2015-01-10
•
software
fp
haskell
Haskell diary #5
2015-01-03
•
software
fp
haskell
Haskell diary #4
2014-12-27
•
software
fp
haskell
Haskell concepts I'm learning
2014-12-23
•
software
fp
haskell
Haskell diary #3
2014-12-20
•
software
fp
haskell
Haskell diary #2
2014-12-13
•
software
fp
haskell
OOP vs FP: a couple of thoughts
2014-12-10
•
software
fp
haskell
Haskell diary #1
2014-12-06
•
software
fp
haskell
A list of Haskell learning resources
2014-12-02
•
software
fp
haskell
Getting started with Haskell
2014-11-30
•
software
fp
haskell
Functional programming: the next big thing?
2014-11-23
•
software
fp
Setting up Mac-like zsh keyboard shortcuts on a Mac
2014-10-21
•
software
mac
Showing a random quote from a file on the desktop
2014-07-31
•
software
mac
Computing ideas retrospective
2014-02-13
•
software
history
Installing PostGIS with Homebrew
2013-11-11
•
software
mac
postgres
postgis
postgres
Why do we seem to be reinventing the wheel in technology all the time?
2013-03-12
•
software
A micro-overview of some interesting HTML 5 features on iOS and Android
2013-02-15
•
software
ios
android
How to make web apps use the full screen on iPhone 5
2013-01-09
•
software
ios
JavaScript geolocation API broken in iOS 6 Safari
2013-01-08
•
software
ios
bug
Google Maps tile overlay & 45 degree imagery gotcha
2012-11-07
•
software
gis
Introduction to Backbone.js for Rails developers
2012-10-21
•
software
javascript
Some thoughts on Cucumber and Behaviour Driven Development
2011-06-14
•
software
testing
Using CoffeeScript in RubyMine 3
2011-01-22
•
software
coffeescript
rubymine
The benefits of the web as a platform
2010-12-27
•
software
business
CoffeeScript: an awesome alternative to JavaScript
2010-09-07
•
software
Why enums in the database are a good idea
2010-06-27
•
software
Using software specs effectively: exploration and time estimates
2010-06-22
•
software
Setup email notifications for mdadm (with a bit of Ruby)
2010-04-10
•
software
ruby
Using ActiveSupport::Dependencies outside a Rails project
2010-03-04
•
software
ruby
Delete expired ActiveRecord based sessions regularly
2010-03-04
•
software
ruby
How to create long integer or double precision database columns in Rails
2010-03-04
•
software
ruby
Add case insensitive finders by extending ActiveRecord
2009-12-06
•
software
ruby
korban.net
About
Contact
alexkorban
alexkorban
|> Created with Elmstatic