You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
The problem with closures function process (bigdata, cb) { remoteCall(bigdata, function (err, something) { storeSomething(something, function (err, res) { // this function is short-lived and hard to optimize // bigdata is still in scope! cb(null, res * 2) }) }) } Avoid nested closures 1/2 function process (bigdata, cb) { remoteCall(bigdata, function (err, something) { // bigdata exits scope here c
こんにちは、富山在住の kunitoo です。 リモート勤務はじめましたにもありますが、昨年12月20日から出身地である富山県に引っ越し、リモート勤務という体制で働き始めました。 約10ヶ月間リモート勤務を行なった感想は、スムーズにリモート勤務に移行でき、 日々の業務も問題なく進めていけたと感じています。 リモート勤務を実施する中で、事前にやってよかったことや工夫してみてよかったことについてまとめました。 リモート勤務をこれから始める人や、既に実施している人の参考になればと思います。 よかったこと リモート勤務をはじめる前から東京での在宅勤務が定着していた プロジェクトを変えずにリモートに移った マイクスピーカーを拠点ごとに用意した Idobata 等の通知にすぐに反応できるようにした ビデオチャットを気軽に接続できるようにした 家族に「いってきます」「ただいま」を言うようにした リモート
ワーク・ライフバランスコンサルティングを1000社以上に提供し、労働時間の削減や有給取得率の向上だけでなく、業績の向上、社員満足度の向上、自己研鑽の増加、企業内出生率の向上を実現。長時間労働体質の企業を生産性の高い組織に改革する手腕に定評がある。安倍内閣 産業競争力会議民間議員、経済産業省 産業構造審議会、文部科学省 中央教育審議会などの委員を歴任。 著書は『プレイングマネージャー「残業ゼロ」の仕事術』(ダイヤモンド社)、『労働時間革命』(毎日新聞出版)、『6時に帰るチーム術』(日本能率協会マネジメントセンター)など約30冊。「朝メール.com」「介護と仕事の両立ナビ」「ワーク・ライフバランス組織診断」「育児と仕事の調和プログラム アルモ」などのウェブサービスを開発し、1000社以上に導入。「ワーク・ライフバランスコンサルタント養成講座」を2009年から開催。卒業生は1100名。約500名
多様性を認める社会やチームを作っていくのは、とても大切なこと。それは「さまざまな価値観を持つ人が集まり、同じ場所で生きる」ことを意味します。 言葉にするとシンプルですが、これは簡単なことではありません。互いの価値観をわかりあえないことだってあるはず。むしろ私たちは、「わかりあえない」ことを前提に、それでも一緒に生きていく覚悟をしなければいけないのかもしれません。 こんな時代のリーダーたちは、どうやって多様な価値観をもつメンバーをマネジメントしていけばいいのでしょうか? 今回は、東京大学准教授の中原淳先生と、「灯台もと暮らし」を運営する株式会社Wasei代表取締役・鳥井弘文さんが対談します。 中原先生は、「企業・組織における人材開発やリーダーシップ開発」や「職場のリーダーが、多様性にいかに向き合うか」について研究されています。鳥井さんはご自身のブログ「隠居系男子」において、多様性に関するさま
in April 2017. Based on our experiences running sprints for big corporations and startups alike, here are the considerations to set up a design sprint in Japan for success — from broad cultural implications to nitty gritty logistics. Understanding contextImplications of a collaborative cultureGrowing up in Japan, people are called upon often and from an early age to gather for a common cause — to
In the video, I make a few points about saving bandwidth. I tell you to: serve real videos, not GIFsuse pngcrush to compress PNGskeep an eye on when images are loaded — images hidden with CSS or outside the user’s viewport, will still loadIn this article, I’ll expand on the above — as well as covering SVGs, high-DPI and when you should inline images. In no particular order, let’s start. Visualize
首都圏共通ICカード乗車券「PASMO」の発行や電子マネーサービス事業を行うパスモが9月13日、「モバイルPASMO」の商標登録を行ったことが明らかになりました。9月26日、独立行政法人の工業所有権情報・研修館による「特許情報プラットフォーム」へ商標公報(商標出願2107-122035)として公開されました。 無記名PASMOとPASMO定期券(出典:PASMO公式サイト) 商標公報によると、出願された商標は「モバイルPASMO」。その名称から、Suicaに対する「モバイルSuica」のように、PASMOをスマートフォンやスマートウォッチなどの携帯デバイスで利用できるようにするアプリ、及びサービスのようです。 公開された出願内容 PASMOは、首都圏の100を超える私鉄やバス事業者などで使える共通ICカード乗車券及び電子マネーサービス。2017年10月現在、東日本旅客鉄道(JR東日本)と東
Keep your JavaScript dependencies and polyfills in check and find out what exactly makes your code bloat with Size Limit. To demonstrate, we will code a simple library together, and then shrink its browser bundle so that it takes 5 000 (yes, five thousand) times less space than initially. The power of limitation Let’s admit: node_modules is a blessing and a curse. npm is the world’s largest softwa
Size Limit is a performance budget tool for JavaScript. It checks every commit on CI, calculates the real cost of your JS for end-users and throws an error if the cost exceeds the limit. ES modules and tree-shaking support. Add Size Limit to GitHub Actions, Circle CI or another CI system to know if a pull request adds a massive dependency. Modular to fit different use cases: big JS applications th
Earlier this year, we shared an update on some key milestones achieved for Node-ChakraCore like cross-platform support, community participation for N-API, Node-ChakraCore on iOS and more. Today, as Node.js enthusiasts from all over the world gather in Vancouver, Canada for Node.js Interactive, we’d like to share an update on Node-ChakraCore – from its progress in handling production workloads and
Home Home Getting started Guides (Android) Guides (iOS) Guides (React Native) Guides (Cordova) API reference F.A.Q. Community License Node.js for Mobile Apps¶ The power of Node.js inside your mobile apps¶ Node.js for Mobile Apps is a toolkit for integrating Node.js into mobile applications. Its core component is a library - available for Android and iOS - that lets you add a Node.js background wor
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く