dotnetomaniak.pl - Artykuły z tagiem TypeScript

In this post, I’d like to show you how to start sending notifications with Firebase Cloud Messaging from node.js and Typescript. A basic knowledge about push notifications and Firebase might help you in better understanding this article. However, if you aren’t familiar with FCM I recommend checking out my previous post: Introduction to Firebase Cloud Messaging.

Push notifications with Firebase Cloud Messaging node.js and Typescript | ramlez.com

Mobile development 2667 dni, 16 godzin, 33 minuty temu ramlez 72 źrodło rozwiń

Ostatnio skończyliśmy na HelloWorld, teraz skupimy się jak można podzielić nasz kod na wiele plików. Kod TypeScript tak jak JavaScript dzieli się na moduły.

Tagi: TypeScript
Źródło: blog.soltysiak.it
Dziel się z innymi:
TypeScript dzielenie kodu na wiele plików, moduły i WebPack – Krok po kroku – Soltys Blog

Sztuka programowania 2711 dni, 6 godzin, 22 minuty temu Paweł Sołtysiak 233 źrodło rozwiń

Cel: Stworzenie środowiska pracy z TypeScript i jQuery Skupię się na mimimum bez tysiąca bibliotek do z budowania projektu, wspierania EcmaScript 2015, wykorzystywania Sassa etc.

Źródło: blog.soltysiak.it
Dziel się z innymi:
TypeScript i jQuery w Visual Studio Code – krok po kroku – Soltys Blog

Web 2728 dni, 10 godzin, 51 minut temu Paweł Sołtysiak 149 ź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, 18 godzin, 15 minut temu jj09 29 ź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, 18 godzin, 52 minuty temu jj09 114 źrodło rozwiń

VS automatycznie transpiluje pliki *.ts do *.js. W wielu przypadkach, lepiej robić to przy pomocy innych narzędzi (gulp) - wówczas warto wyłączyć tą funkcję w Visual Studio.

Źródło: devblog.dymel.pl
Dziel się z innymi:
Stop VisualStudio compiling TypeScript on build - Michał Dymel - DevBlog

Narzędzia 2799 dni, 18 godzin, 16 minut temu Michal Dymel 72 źrodło rozwiń

I suppose there are not so many people who do not know what Node.js is. You may love it, you may hate it, but you cannot deny the fact that more and more enterprises are using it to replace some parts of their system, previously written in Java, Rails or .Net.  Node.js runs in a lot of environments – starting from large, multi-core servers, through laptops, then microcomputers like Rasperry Pi, finishing on IoT devices...

Źródło: epikia.eu
Dziel się z innymi:
[EN] Developing Node.js App Services in TypeScript – part 1 of n: Introduction. – Epikia

Web 2825 dni, 3 godziny, 37 minut temu piotrgasiorowski 82 ź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, 9 godzin, 19 minut temu jj09 45 źrodło rozwiń

This article will show you how to use typescript in your SharePoint solution in example of SharePoint-hosted app.

Źródło: blogersii.pl
Dziel się z innymi:
[EN] Creating SharePoint solutions with Typescript

Office 2917 dni, 5 godzin, 52 minuty temu qba8 28 źrodło rozwiń

Opis jak skonfigurować automatyczną kompilację plików TypeScript w projekcie

Tagi: TypeScript
Źródło: www.diwebsity.com
Dziel się z innymi:
Konfiguracja TypeScript - kompilacja - Diwebsity

Web 2958 dni, 12 godzin, 26 minut temu suvroc 129 ź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 3075 dni, 14 godzin, 19 minut temu jj09 81 ź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 3130 dni, 15 godzin, 19 minut temu jj09 111 ź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 3184 dni, 13 godzin, 44 minuty temu jj09 210 ź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 3262 dni, 18 godzin, 8 minut temu jj09 270 źrodło rozwiń

Gulp is a streaming build system (aka task runner). It contains plugins, which allows you to run tasks such as TypeScript to JavaScript compilation, Less to CSS compilation, bundling, minification, running you own scripts, and much, much more...

Źródło: jj09.net
Dziel się z innymi:
[EN] Gulp - tutorial - Jakub Jedryszek

Web 3434 dni, 5 godzin, 34 minuty temu jj09 176 źrodło rozwiń

Dzisiaj chciałbym przedstawić swój pierwszy videotutorial, w którym kontynuuje tematykę Windows Store Apps pisanych w HTML5 i JavaScript. Zachęcam do obejrzenia i komentowania :)

Źródło: us3r.pl
Dziel się z innymi:
Windows Store Apps – Typescript

Mobile development 3445 dni, 17 godzin, 40 minut temu us3r 118 źrodło rozwiń

Unit testing client-side of our web applications is a little bit cumbersome: we have Javascript but also move forward to TypeScript. We have plain code without modules or use requirejs to benefit from AMD. For each configuration the setup of unit test project is different. I think having all these samples in one place could help us to start TDD in client-side. All the sample are based on the sample application from my previous posts about unit testing JavaScript. Actually these are not 11 different sampl...

[EN] JavaScript/TypeScript unit testing –11 sample projects for Resharper, Chutzpah and Karma | chrisseroka

June was a month of conferences for .NET developers! We had Tech Ed North America, Norwegian Developers Conference, Tech Ed Europe and bunch more, but the biggest one was Microsoft Build Developer Conference.

Źródło: jj09.net
Dziel się z innymi:
Build 2013

Inne 3930 dni, 20 godzin, 8 minut temu jj09 66 źrodło rozwiń

Opis najważniejszych właściwości języka TypeScript.

Dziel się z innymi:
TypeScript, czyli pomoc w okiełznaniu JavaScript

Inne 4058 dni, 13 godzin, 3 minuty temu us3r 198 źrodło rozwiń

Wraz z pojawieniem się nowego Visual Studio, Microsoft zaprezentował nowy język skryptowy. Z dużym zainteresowaniem przeczytałem o tym na blogu Somy Somesagar'a i postanowiłem przyjrzeć się temu tematowi trochę bliżej. Jak można przeczytać na stronie projektu - www.typescriptlang.org, jest to język skryptowy, stworzony z myślą o tworzeniu dużych aplikacji. To tak na prawdę "nakładka" na JavaSCript- pozwala na tworzenie silnie typowanego, obiektowego kodu, który następnie kompilowany jest do tradycyjnego...

Dziel się z innymi:
burczu programator - blog: TypeScript - pierwsze wrażenia

Web 4162 dni, 3 godziny, 34 minuty temu burczu 171 źrodło rozwiń

1 2

Najaktywniejsi w tym miesiącu