How to convert a function definition as string to code in JavaScript

0 Comments

  Just a snippet for converting a function as string to code:   Code <!doctype html><html><head>    <meta charset=”utf-8″ />    <meta http-equiv=”x-ua-compatible” content=”ie=edge”>    <title>Research</title>    <meta name=”description” content=”A page to quickly spike some code or styling.”>    <meta

Developer Anarchy, made possible by C-level buy-in and Micro Services.

0 Comments

A very great podcast on developer anarchy: http://www.se-radio.net/2016/03/se-radio-episode-253-fred-george-on-developer-anarchy/ As Fred George explains, developer anarchy will work in environments, where you have C-Level Buy-In and can have rapid feedback. So you better not try it on

CSS modules

0 Comments

  A great article on css modules: http://glenmaddern.com/articles/css-modules This allows css to be imported and used in JavaScript. A great fit for web components and can be easily used in frameworks like Aurelia, Angular, React