SkiToy Blog
open-menu closeme
Home
About
English Português
github twitter linkedin
  • Performance of JavaScript object reduce

    calendar Feb 3, 2018 · 2 min read · javascript  ·
    Share on: twitter facebook linkedin copy

    Performance of JavaScript object reduce Just a short post to look at assumptions. A few weeks ago was having one of those classic debates with a co-worker about the performance of object construction. Since with ES6 it is very easy to write: 1const obj = data.reduce((acc, [k, v]) => ({ ...acc, [k]: v }), {}); I had …


    Read More
  • BackboneJS and RequireJS configuration

    calendar Jun 18, 2012 · 2 min read · javascript backbone  ·
    Share on: twitter facebook linkedin copy

    One of the big challenges is getting backbonejs and requirejs working together without jumping through lots of hoops. After reading quite a few blog posts, stackoverflow answers I finally came up with a simple canonical solution to the problem. The assumed directory layout is something like: 1static/ 2 app/ 3 config.js …


    Read More

David Koblas

Technologist who's focused on continual incremental improvement.
Read More

Featured Posts

  • Managing Git Docker secrets with SOPS
  • Base58 Unique IDs
  • Writing an echo server in libev and c++

Recent Posts

  • Counting Digits
  • AWS Lambda Database Migrations
  • From sqlx to db - golang ORMs
  • Performance of JavaScript object reduce
  • OpenVPN on AWS VPC with LDAP
  • React Store and Reducers
  • Writing an echo server in libev and c++

Categories

DEVELOPMENT 52 IDEAS 5 GENERAL 4 MANAGEMENT 3 DEVOPS 2

Tags

PYTHON 17 GOLANG 9 DJANGO 4 PERFORMANCE 4 PHP 4 REACT 4 FIZZBUZZ 3 PROJECT-MANAGEMENT 3 AWS 2 DOCKER 2 GRAPHQL 2 JAVA 2 JAVASCRIPT 2 LANGUAGES 2
All Tags
AGILE1 AMQP1 ANGULAR1 ARCHITECTURE1 AUTHENTICATION1 AVRO1 AWS2 BACKBONE1 C++1 CLUSTERING1 COFFESCRIPT1 COMPARISON1 CONSULTING1 DEVELOPMENT1 DEVOPS1 DJANGO4 DNS1 DOCKER2 DRAFT1 ECHO1 EMAIL1 FACEBOOK1 FIZZBUZZ3 FRAMEWORKS1 GENTOO1 GOLANG9 GRAPHQL2 HIVE1 HR1 IDEAS1 IMPALA1 JAVA2 JAVASCRIPT2 LANGUAGE1 LANGUAGES2 LIBEV1 NLP2 OAUTH1 OPENID2 ORM1 PERFORMANCE4 PERFORMANCE-REVIEWS2 PERL1 PHP4 PROGRAMMING1 PROJECT-MANAGEMENT3 PYTHON17 REACT4 REDUX1 RUBY2 S31 SCRUM1 SMTP1 SPAM1 SPARK1 SQLGREY1 STARTUPS1 THRIFT2 TORNADO2 TRAVEL1 TWISTED2 TWITTER1 ZEND2 ZENDESK1
[A~Z][0~9]
David Koblas

Copyright 2007-  DAVID KOBLAS. All Rights Reserved

to-top