Strona głównaUżytkownik

jj09 | użytkownik

jj09
jj09
3 908,07
1474 dni, 14 godzin, 35 minut temu
19 czerwca, 2013
dotnetomaniak.pl

Last month I had a pleasure to speak about the Azure Portal architecture and Speech Recognition in the Browser at NDC London conference. Check the video from my talk and list of recommended talks!

Źródło: jj09.net
Dziel się z innymi:
[EN] NDC London 2016 – Azure Portal and recommended talks

Web 2966 dni, 11 godzin, 41 minut temu jj09 24 źrodło rozwiń

This blog post is an overview of testing focus behavior in web browser. During the work on Azure Portal I spent quite a bit of time on ensuring rich keyboard support. This requires appropriate focus management. When user press some keyboard shortcut, the focus should move to appropriate element. Focus behavior should be also tested very succinctly. As it is very easy to change (break) with even the smallest change in the HTML or JavaScript.

Źródło: jj09.net
Dziel się z innymi:
[EN] Testing focus in JavaScript

Web 2991 dni, 11 godzin, 30 minut temu jj09 58 źrodło rozwiń

During this Christmas time I had an reflection about being nice vs being honest (aka being an a**hole)...

Tagi: komunikacja
Źródło: jj09.net
Dziel się z innymi:
[EN] Do not take this personal

Inne 3022 dni, 12 godzin, 24 minuty temu jj09 183 źrodło rozwiń

From time to time I receive emails with questions “How to become better/awesome developer?”, “Should I go to college?”, “what’s the secret formula to become ultimate programmer?”. Instead of answering the same questions over, and over again – providing only partial response each time – I decided to write this blog post...

Tagi: kariera
Źródło: jj09.net
Dziel się z innymi:
[EN] How to become a better programmer/developer?

Sztuka programowania 3065 dni, 3 godziny, 38 minut temu jj09 155 źrodło rozwiń

2015-11-09 • Comments [0] In the previous weekend, on October 31, together with Michal and Pawel we held 3rd edition of dotNetConfPL. In this year, sessions were very diverse: from ASP.NET vNext, through unit testing, functional programming, Vargant, software architecture, all over to Internet of Things. Great thanks to speakers who did awesome job. If you missed it you can watch videos on youtube. Make sure to subscribe to dotNetConfPL youtube channel to do not mis...

Źródło: jj09.net
Dziel się z innymi:
[EN] dotNetConfPL 2015

Sztuka programowania 3071 dni, 12 godzin, 43 minuty temu jj09 108 źrodło rozwiń

Last month I had a pleasure to speak at ConnectJS and All Things Open conferences. ConnectJS ConnectJS was not only about JavaScript, but about web development in general. All Things Open is one of the largest Open Source conferences in the USA.

Źródło: jj09.net
Dziel się z innymi:
[EN] ConnectJS and All Things Open

Web 3073 dni, 9 godzin, 4 minuty temu jj09 81 źrodło rozwiń

Recently, together with my co-worker Breck, we were looking at the error logs. One of our ideas – in order to investigate errors that were hard to diagnose – was to check in which part of the World users who get errors are located.

Źródło: jj09.net
Dziel się z innymi:
[EN] IP heatmap generator

Web 3121 dni, 11 godzin, 1 minutę temu jj09 156 źrodło rozwiń

Last Saturday I had a pleasure to speak at Seattle Code Camp. It was an amazing event, which was free. There were over 50 talks, 500 attendees, and raffle with many prizes, e.g., Microsoft Surface Pro 3! Check out videos, code, and slides from my talks!

Źródło: jj09.net
Dziel się z innymi:
[EN] Seattle Code Camp: Aurelia and TDD with TypeScript, AngularJS, and Node.js

Web 3128 dni, 10 godzin, 4 minuty temu jj09 111 źrodło rozwiń

I joined Microsoft on September 8, 2014. Today is my first year anniversary...

Tagi: Azure, Microsoft
Źródło: jj09.net
Dziel się z innymi:
My first year at Microsoft

Web 3134 dni, 12 godzin, 43 minuty temu jj09 416 źrodło rozwiń

Last Thursday I had a pleasure to give a talk about Speech Recognition in the Browser at the Code Fellows in Seattle. Many people were surprised how easy it is to add speech recognition to your website with pure JavaScript. So I thought I will share a few code snippets here.

Tagi: JavaScript, voice
Źródło: jj09.net
Dziel się z innymi:
[EN] Speech Recognition in the Browser

Web 3142 dni, 13 godzin, 29 minut temu jj09 72 źrodło rozwiń

Recently I learned the hard way about setTimeouts side effects...

Tagi: JavaScript
Źródło: jj09.net
Dziel się z innymi:
[EN] setTimeout considered harmful

Web 3170 dni, 13 godzin, 9 minut temu jj09 191 źrodło rozwiń

On July 1st I had a pleasure to speak at Seattle Node.js meetup about unit testing and Test Driven Development with Angular.js and Node.js, using TypeScript. In this talk I gave an overview of JavaScript testing frameworks, and tools. I also demonstrated how TypeScript can strengthen your tests by adding free unit tests (type checking) thanks to strong typing.

Źródło: jj09.net
Dziel się z innymi:
[EN] TDD with TypeScript, AngularJS, and Node.js

Web 3182 dni, 8 godzin, 29 minut temu jj09 210 źrodło rozwiń

Agile teams usually works in the Open Spaces. This makes communication easier, but it also introduces a problem: it is easier to interrupt your coworker. We all know what interruption means for programmer...

Źródło: jj09.net
Dziel się z innymi:
[EN] Communication in Agile environment

Sztuka programowania 3232 dni, 13 godzin, 4 minuty temu jj09 102 źrodło rozwiń

Yesterday I had a pleasure to speak at .NET Developers Association meetup in Redmond, about building web applications with TypeScript...

Źródło: jj09.net
Dziel się z innymi:
[EN] Building Large Scale Web Applications with TypeScript - Jakub Jedryszek

Web 3260 dni, 12 godzin, 53 minuty temu jj09 270 źrodło rozwiń

Recently I read 3 books written by founders of Basecamp (formerly 37 Signals): David Heinemeier Hansson (creator of Ruby on Rails framework) and Jason Fried: Getting Real Rework Remote: Office not required Getting Real was written almost 10 years ago, and it talks about the same things as most recent Remote. So you can skip it. However Rework, and Remote are definitely worth to read. They present the new(?) approach for work, and productivity...

Tagi: books
Źródło: jj09.net
Dziel się z innymi:
[EN] Basecamp books: Getting Real, Rework and Remote - Jakub Jedryszek

Sztuka programowania 3267 dni, 15 godzin, 9 minut temu jj09 60 źrodło rozwiń

We all know that JavaScript has some bad parts. However, one of them is usually forgotten, and skipped in most of “JavaScript Bad Parts” lists on the Internet. It is a Date object. You can have hard time working with it, especially if you want to support time zones. In this post I would like to outline quircks of Date in JavaScript.

Tagi: JavaScript
Źródło: jj09.net
Dziel się z innymi:
[EN] JavaScript Date: a Bad Part - Jakub Jedryszek

Web 3317 dni, 7 godzin, 2 minuty temu jj09 71 źrodło rozwiń

Last week, we released a new version of the Azure Portal (v5.0). There is a lot of improvements in the portal, but I would like to focus on particular one: the keyboard shortcuts. Check it out!

Tagi: Azure
Źródło: jj09.net
Dziel się z innymi:
[EN] Hidden feature of the Azure Portal: keyboard shortcuts - Jakub Jedryszek

Web 3330 dni, 11 godzin, 33 minuty temu jj09 35 źrodło rozwiń

Agile Principles, Patterns, and Practices in C# by Uncle Bob is the best book about modern Software Development I have ever read. First section (chapters 1-6) is an Overview of Agile, Extreme Programming (XP), and TDD. Very good introduction to modern software development. Chapter 6. shows all these techniques by example, by creating “The Bowling Game” application...

Źródło: jj09.net
Dziel się z innymi:
[EN] Agile Principles, Patterns, and Practices in C# - Jakub Jedryszek

Sztuka programowania 3359 dni, 6 godzin, 49 minut temu jj09 246 źrodło rozwiń

Recently I discover Web Speech API. I was already talking to the browser using Google Hangout or Google Translator, but I have never though about adding voice support to my website. I did some research, and I found a demo. Based on that I put up simple demo website (say: “show website blog”, and it will take you directly to the sub page that can be also approached with 3 mouse clicks). For now speech recognition works only in Google Chrome and Safari...

Tagi: JavaScript, voice, web
Źródło: jj09.net
Dziel się z innymi:
[EN] voiceCmdr - voice commands in the Browser - Jakub Jedryszek

Web 3362 dni, 13 godzin, 15 minut temu jj09 65 źrodło rozwiń

Just as natural pearls grow from grains of sand that have irritated oysters, these programming pearls have grown from real problems that have irritated real programmers. I just finished reading Jon Bentley’s book: Programming Pearls. I read this book after Scott Hanselman’s and Jeff Atwood’s recommendations. The problems analyzed in this book are still actual. However, I think that today programmers face slightly different challenges...

Tagi: books
Źródło: jj09.net
Dziel się z innymi:
[EN] Programming Pearls - Jakub Jedryszek

Sztuka programowania 3406 dni, 23 godziny, 45 minut temu jj09 135 źrodło rozwiń

1 2 3 4 5 6

Najaktywniejsi w tym miesiącu