Strona głównaUżytkownik

jj09 | użytkownik

jj09
jj09
3 908,07
1476 dni, 20 godzin, 40 minut temu
19 czerwca, 2013
dotnetomaniak.pl

Visual Studio Team Services has great Continuous Integration and Continues Delivery support for Xamarin. Recently I was configuring pipeline that would build the project, run unit tests (with xUnit), run UI tests (with Xamarin Test Cloud), and, if all tests pass, deploy new version of the app to Hockey App. During the process of creating VSTS build definition I encountered a few problems that I think are worth to share with you.

Tagi: VSTS, Xamarin
Źródło: jj09.net
Dziel się z innymi:
[EN] Continuous Integration and Continuous Delivery for Xamarin.iOS with VSTS (Vistul Studio Team Services)

Mobile development 2702 dni, 14 godzin, 8 minut temu jj09 36 źrodło rozwiń

In the previous post Unit Testing Accessibility I showed how to run accessibility check on HTML node. This approach can be used to test components of your website. You can take your accessibility testing to the next level by adding accessibility check for entire pages.

Źródło: jj09.net
Dziel się z innymi:
[en] UI Acceptance Testing Accessibility

Web 2755 dni, 7 godzin, 28 minut temu jj09 43 źrodło rozwiń

In Web Accessibility Hacker Way I mentioned that “only 20% of accessibility requirements can be verified by tools”. Nevertheless, it is worth to cover this 20%. Especially, when it is not very hard. You know that having automated test that guard against regressions always pays off in a long run.

Źródło: jj09.net
Dziel się z innymi:
Unit Testing Accessibility

Web 2757 dni, 19 godzin, 37 minut temu jj09 50 źrodło rozwiń

I haven’t publish any book review for a while. It does not mean I am not reading books anymore. I just didn’t feel that some of the books I read recently requires my recommendation, or I didn’t have any thoughts that I needed necessary to share right now. I have added a few books to my favorite books list though. Check them out! Working Effectively with Legacy Code deserves blog post because of a few reasons...

Źródło: jj09.net
Dziel się z innymi:
[EN] Working Effectively with Legacy Code

Sztuka programowania 2766 dni, 20 godzin, 26 minut temu jj09 154 źrodło rozwiń

Your TypeScript project shouldn’t have JavaScript files in the repository. It may be problematic when you want to deploy your site from git repo on Azure Web Apps. You may consider adding some custom scripts, but there is a better way: use npm postinstall. I have created a simple TypeScript project, put it on github...

Tagi: Azure, TypeScript
Źródło: jj09.net
Dziel się z innymi:
[EN] Compiling TypeScript files on Azure Web Apps

Web 2778 dni, 19 godzin, 5 minut temu jj09 29 źrodło rozwiń

Have you heard about accessibility? Do you know what that is? Do you know what it takes to make your website accessible? Making your website accessible, means providing ability for everyone, regardless of disability or special needs, to use it. Unfortunately if you put together all accessibility specifications and print it, the stack will be higher than CN Tower in Toronto...

Źródło: jj09.net
Dziel się z innymi:
[EN] Web Accessibility Hacker Way

Web 2786 dni, 20 godzin, 5 minut temu jj09 79 źrodło rozwiń

Last week I had a pleasure to attend and present the Azure Portal insights at the Visual Studio Live conference in Redmond. Throughout the conference, 5 sessions were being presented simultaneously, and 1 session was being streamed live. My session was chosen to be streamed live, and is now available on channel9!

Źródło: jj09.net
Dziel się z innymi:
[EN] Azure Portal – the largest Single Page App in the World

Web 2794 dni, 19 godzin, 42 minuty temu jj09 114 źrodło rozwiń

Last month I had a pleasure to attend Open Source North conference in Minneapolis, MN. It was a great event with over 500 attendees and speakers from all over across the United States. I had a pleasure to meet a lot of great people, and attend a few interesting talks. I also gave a talk “Open Source and Microsoft and Beyond” where I presented a bunch of Microsoft Open Source projects (ASP.NET Core, TypeScript, Xamarin, F#), gave an insight into Azure ...

Źródło: jj09.net
Dziel się z innymi:
[EN] Open Source at Microsoft and Beyond

Web 2841 dni, 10 godzin, 9 minut temu jj09 45 źrodło rozwiń

Xamarin is a cross-platform mobile development framework that allows you to build native mobile applications with C# and share code between them. There are two approaches: native Xamarin – write native UI code in C# (views cannot be shared, business logic can be shared), and Xamarin.Forms – write shared UI in XAML (native controls are being generated, and business logic can be shared as well) The beauty of the first approach is ability to take advantage o...

Tagi: mobile, Xamarin
Źródło: jj09.net
Dziel się z innymi:
Getting started with Xamarin in 2016

Mobile development 2870 dni, 18 godzin, 20 minut temu jj09 88 źrodło rozwiń

In 2014, Internets went loud after Erik Meijer’s talk One Hacker Way. I really liked this talk, because it made me think…actually even until today I didn’t figure out everything Erik meant. Unfortunately, most of people didn’t understand this talk. In 2015, he gave the same talk again, but the rhetoric was way different. It’s more straight forward, and probably more people understood it. tl;dr This talk is about approach to software engineering...

Tagi: Agile, scrum, TDD
Źródło: jj09.net
Dziel się z innymi:
[EN] One Hacker Way by Erik Meijer

Sztuka programowania 2894 dni, 18 godzin, 34 minuty temu jj09 106 źrodło rozwiń

A few months ago I read great article written by Erik Dietrich – How Developers Stop Learning: Rise of the Expert Beginner. After publishing this article, and receiving a lot of positive feedback, Erik has written multiple follow up articles. He also has written a book, which I decided to buy and read: The Expert Beginner ($5 for Kindle Edition!). This book is a very interesting case study, in which Erik analyzes developer’s growth, and how some peop...

Tagi: kariera
Źródło: jj09.net
Dziel się z innymi:
[EN] The Expert Beginner

Sztuka programowania 2904 dni, 19 godzin, 10 minut temu jj09 117 źrodło rozwiń

This blog is hosted on Azure. It is using WordPress, which stores its data in MySQL database hosted by ClearDb. I blogged about the issues with WordPress database size over a year ago. The issue is inserting transient entries into database that are growing its size and exceeding free 20MB ClearDB limit. As I mentioned in this blog post – you can use plugins that clear database for you, or…you can use web jobs. Azure WebJobs is very neat way to perform c...

Źródło: jj09.net
Dziel się z innymi:
[EN] How to save money on Azure with WebJobs

Web 2911 dni, 18 godzin, 33 minuty temu jj09 55 źrodło rozwiń

Azure Portal Tips & Tricks is a series of short videos where I am showing various features of the Azure Portal and how you can take advantage of them to be more productive. In this video I am showing how you can customize side bar by adding your favorite resources to it.

Tagi: Azure
Źródło: jj09.net
Dziel się z innymi:
[EN] Azure Portal Tips & Tricks – 03. Customizing Side Bar

Web 2917 dni, 6 godzin, 42 minuty temu jj09 8 źrodło rozwiń

Azure Portal Tips & Tricks is a series of short videos where I am showing various features of the Azure Portal and how you can take advantage of them to be more productive. In this video I am showing how you can customize your dashboard, but adding new tiles and organizing them.

Tagi: Azure
Źródło: jj09.net
Dziel się z innymi:
[EN] Azure Portal Tips & Tricks – 02. Customizing Dashboard

Web 2917 dni, 6 godzin, 42 minuty temu jj09 6 źrodło rozwiń

Azure Portal Tips & Tricks is a series of short videos where I am showing various features of the Azure Portal and how you can take advantage of them to be more productive. In the first video I am showing how you can change the themes.

Tagi: Azure
Źródło: jj09.net
Dziel się z innymi:
[EN] Azure Portal Tips & Tricks – 01. Themes

Web 2917 dni, 6 godzin, 42 minuty temu jj09 16 źrodło rozwiń

tl;dr This post is a list of resources for learning F# and overview of my mini-project: Stock Estimator.

Tagi: F#
Źródło: jj09.net
Dziel się z innymi:
[EN] Getting started with F#

Sztuka programowania 2926 dni, 16 godzin, 31 minut temu jj09 73 źrodło rozwiń

Soft Skills: The Software Developer’s Life Manual by Jon Sonmez is a great set of advises about every aspect of programmer’s career and life. Take a look at the book content...

Tagi: kariera, recenzja
Źródło: jj09.net
Dziel się z innymi:
[EN] Soft Skills by John Sonmez

Inne 2939 dni, 18 godzin, 59 minut temu jj09 93 źrodło rozwiń

Last year I had a pleasure to attend and speak at awesome Thunder Plains conference in Oklahoma City. I presented Aurelia Framework: video code slides I really liked this conference. Especially, because instead of having more talks that I could count, there was only 15 sessions (selected out of over 300) divided into 3 tracks. Moreover, all speakers were passionate developers, and you could feel this during their presentations.

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

Sztuka programowania 2947 dni, 16 godzin, 48 minut temu jj09 51 źrodło rozwiń

I work on the new Azure Portal for almost two years now. Two months ago I gave a talk about this largest SPA in the World at NDC London. In addition to my talk, I also gave an interview for .NET Rocks Podcast – Building the Azure Portal – where together with Carl and Richard we chat about different aspects of building, managing, and using this sophisticated web app. Enjoy!

Tagi: Azure, JavaScript
Źródło: jj09.net
Dziel się z innymi:
[EN] .NET Rocks Podcast: Building the Azure Portal

Web 2955 dni, 17 godzin, 43 minuty temu jj09 36 źrodło rozwiń

Last month I presented how to take advantage of Speech Recognition in the Browser at SeattleJS meetup. Google Chrome is still the only one browser that supports recognizing speech with WebSpeech API, but since last month Microsoft Edge team has adding WebSpeech API in their backlog. In this session I’m showing how to use the raw, browser API, and also how to easily add voice commands to your website with my voiceCmdr library...

Źródło: jj09.net
Dziel się z innymi:
[EN] Speech Recognition in the Browser at SeattleJS

Web 2961 dni, 5 godzin, 2 minuty temu jj09 35 źrodło rozwiń

1 2 3 4 5 6

Najaktywniejsi w tym miesiącu