After nearly 20 years away, I found it was surprisingly easy to set up a full development environment on a modern Windows 10 machine. Given a decent browser, terminal, shell, and IDE, the underlying desktop environment turns out not to be much of an impediment.
洋葱浏览器安卓版
After nearly 20 years away, I found it was surprisingly easy to set up a full development environment on a modern Windows 10 machine. Given a decent browser, terminal, shell, and IDE, the underlying desktop environment turns out not to be much of an impediment.
洋葱浏览器安卓版
Unless I'm missing something, I don't see React often used as middleware. There is a subtle, but important, difference between using React as templates and as middleware.
洋葱浏览器安卓版
Chromebook's support Linux now. There are instructions on the web that are incomplete and out of date to switch to Ubuntu. This post pulls much of that information together.
洋葱浏览器安卓版
I've migrated my site to 11ty, a static site generator. I've undoubtedly broken many things in the process.
洋葱浏览器安卓版
Three mini-demos showing how to implement realtime updates of web pages using WebSockets.
洋葱浏览器安卓版
Blending cache and live responses in order to achieve response time goals.
洋葱浏览器安卓版
I’m in the process of converting four Whimsy applications from React.js to Vue; and I’m taking a moment to jot down a list of things I like a lot, things I find valuable, things I dislike (but can work around), and things I’m not using.
On balance, so far I like Vue better than React.js (even ignoring licensing issues) or Angular.js, and am optimistic that Vue will continue to improve.
I found myself included in an IBM Resource Action ("RA"). I’m fine, nothing has changed. I’m already working with a non-profit, namely the Apache Software Foundation, and find my work there to be very rewarding.
the current implementation is a lot more fun to develop and easier to maintain than prior versions. As an example, if it were decided that the moment the secretary clicked the ‘timestamp` button on the 'Call to order’ page, all comment buttons are to be removed from all windows and all comment modal dialogs are to be closed, this could be implemented using a single if statement as the event is already propagated, and a re-render is already triggered. All that would be required is to change the conditions under which the comment button appears.
The board agenda tool has been tested on Linux, Mac OS/X, Vagrant, and Docker. It contains a suite of tests.
蜂鸟加速器
I replaced IE results with Spartan results in my urltests. Other than the user agent string, nothing changed.
Following are selected examples where three out of four of the top browsers agree, identified by the odd browser out:
I’ve made a number of updates to the demos. The tutorial demo has been updated to do server side rendering. This means that it is able to be used by clients which either don’t support or have turned off JavaScript.
The second demo is a calendar. Unlike the tutorial which is a single file, this application is organized in a manner more consistent with how I expect projects to be organized.
My take is that this talk lumps React in with others based on when it was introduced; but that it is fundamentally different from, say Angular.js as Angular.js is from jQuery.
蜂鸟加速器apk
I have been telling all non-IBMers to not use my ibm.com email address for years, but this advice is routinely ignored. I’ve repeated the reaons behind why I ask this enough times that it makes sense for me to post the reasons in one place so that I can point to it.
Having determined that Angular.js is overkill for my blog rewrite, I started looking more closely at React. It occurred to me that I could do better than JSX, so I wrote a Ruby2JS filter. Compare for yourself.