JavaScript / ECMAScript - International JavaScript Conference https://javascript-conference.com/javascriptecmascript Wed, 15 Jan 2020 12:08:48 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.2 https://javascript-conference.com/wp-content/uploads/2017/03/ijs-favicon-64x64.png JavaScript / ECMAScript - International JavaScript Conference https://javascript-conference.com/javascriptecmascript 32 32 JavaScript Fullstack Day – from Zero to Hero https://javascript-conference.com/javascript-practices-tools/javascript-fullstack-day-from-zero-to-hero/ Wed, 24 Jul 2019 10:15:27 +0000 https://javascript-conference.com/session/javascript-fullstack-day-from-zero-to-hero/ JavaScript Fullstack Day will get you in touch with all tools, technologies and techniques which are key to successful modern JavaScript development — from choosing the right frontend framework to best practices for backend development, from sophisticated engineering tools to finding your JavaScript language of choice! Come to Fullstack JavaScript Day and benefit from our...

Read More

The post JavaScript Fullstack Day – from Zero to Hero appeared first on International JavaScript Conference.

]]>
JavaScript Fullstack Day will get you in touch with all tools, technologies and techniques which are key to successful modern JavaScript development — from choosing the right frontend framework to best practices for backend development, from sophisticated engineering tools to finding your JavaScript language of choice!

Come to Fullstack JavaScript Day and benefit from our speakers’ expertise who provide valuable insights from their web projects and reveal their „secret tricks”.

Fullstack JavaScript Day is divided into four units, all of which cover selected aspects of the JavaScript universe comprehensively.

 

 

The post JavaScript Fullstack Day – from Zero to Hero appeared first on International JavaScript Conference.

]]>
Fullstack JavaScript: How to integrate Docker, MongoDB, GraphQL and more in your project https://javascript-conference.com/javascript-practices-tools/fullstack-javascript-how-to-integrate-docker-mongodb-graphql-and-more-in-your-project/ Mon, 03 Jun 2019 09:47:44 +0000 https://javascript-conference.com/session/fullstack-javascript-how-to-integrate-docker-mongodb-graphql-and-more-in-your-project/ Javascript is one of the most popular programming languages. Its flexibility has impacted the way the web is being built. Let’s build a full-stack application with Javascript. We’ll touch on integrating with Docker, MongoDB, Next.js, GraphQL, React, machine learning and Internet of Things

The post Fullstack JavaScript: How to integrate Docker, MongoDB, GraphQL and more in your project appeared first on International JavaScript Conference.

]]>
Javascript is one of the most popular programming languages. Its flexibility has impacted the way the web is being built. Let’s build a full-stack application with Javascript. We’ll touch on integrating with Docker, MongoDB, Next.js, GraphQL, React, machine learning and Internet of Things

The post Fullstack JavaScript: How to integrate Docker, MongoDB, GraphQL and more in your project appeared first on International JavaScript Conference.

]]>
Real-world advanced Redux patterns https://javascript-conference.com/react-nextjs/real-world-advanced-redux-patterns/ Mon, 03 Jun 2019 09:47:42 +0000 https://javascript-conference.com/session/real-world-advanced-redux-patterns/ Redux is a modern, lean, front-end library for state management based on good old messaging design patterns that have been used on the server side for many years. By choosing it as your state management solution, you have to change your state of mind and start programming with events. Through this session, we will learn...

Read More

The post Real-world advanced Redux patterns appeared first on International JavaScript Conference.

]]>
Redux is a modern, lean, front-end library for state management based on good old messaging design patterns that have been used on the server side for many years. By choosing it as your state management solution, you have to change your state of mind and start programming with events. Through this session, we will learn practical advanced patterns and techniques for solving real-world state management problems using vanilla JavaScript and help from Redux.

The post Real-world advanced Redux patterns appeared first on International JavaScript Conference.

]]>
Web applications of the future with TypeScript and GraphQL https://javascript-conference.com/javascriptecmascript/web-applications-of-the-future-with-typescript-and-graphql/ Mon, 03 Jun 2019 09:47:41 +0000 https://javascript-conference.com/session/web-applications-of-the-future-with-typescript-and-graphql/ Type systems like TypeScript are the next thing when developing JavaScript applications. They make sure that your props are passed in the correct form and shape throughout your application. Together with GraphQLs query language based on types, you can create the web application of the future!

The post Web applications of the future with TypeScript and GraphQL appeared first on International JavaScript Conference.

]]>
Type systems like TypeScript are the next thing when developing JavaScript applications. They make sure that your props are passed in the correct form and shape throughout your application. Together with GraphQLs query language based on types, you can create the web application of the future!

The post Web applications of the future with TypeScript and GraphQL appeared first on International JavaScript Conference.

]]>
Testing GraphQL in your JavaScript application: From zero To one hundred percent coverage https://javascript-conference.com/javascript-practices-tools/testing-graphql-in-your-javascript-application-from-zero-to-one-hundred-percent-coverage/ Mon, 03 Jun 2019 09:47:41 +0000 https://javascript-conference.com/session/testing-graphql-in-your-javascript-application-from-zero-to-one-hundred-percent-coverage/ Testing JSX components can be quite tricky, especially if they include GraphQL queries. What if I told you it is possible to both test your GraphQL queries and mutations, while also testing the way they interact with your JSX components? This talk will show how you can push your testing principles to the next level...

Read More

The post Testing GraphQL in your JavaScript application: From zero To one hundred percent coverage appeared first on International JavaScript Conference.

]]>
Testing JSX components can be quite tricky, especially if they include GraphQL queries. What if I told you it is possible to both test your GraphQL queries and mutations, while also testing the way they interact with your JSX components? This talk will show how you can push your testing principles to the next level by writing unit tests and integration tests that will use the type system of GraphQL. Not only can you drastically increase your test coverage after this talk, you’ll know for sure that your data is flowing correctly through your application.

The post Testing GraphQL in your JavaScript application: From zero To one hundred percent coverage appeared first on International JavaScript Conference.

]]>
JavaScript Architecture Workshop: Build your own application system from scratch [SOLD OUT) https://javascript-conference.com/javascript-practices-tools/javascript-architecture-workshop-build-your-own-application-system-from-scratch/ Mon, 03 Jun 2019 09:47:39 +0000 https://javascript-conference.com/session/javascript-architecture-workshop-build-your-own-application-system-from-scratch/ In this interactive workshop you will see a complete JavaScript application system developed during the day, in several steps. Various modern components including a microservice architecture, NoSQL, CQRS and Event Sourcing server-side, React and Redux on the client and real-time web technology in between.

The post JavaScript Architecture Workshop: Build your own application system from scratch [SOLD OUT) appeared first on International JavaScript Conference.

]]>
In this interactive workshop you will see a complete JavaScript application system developed during the day, in several steps. Various modern components including a microservice architecture, NoSQL, CQRS and Event Sourcing server-side, React and Redux on the client and real-time web technology in between.

The post JavaScript Architecture Workshop: Build your own application system from scratch [SOLD OUT) appeared first on International JavaScript Conference.

]]>
Scalable JavaScript Workshop: Building scalable JavaScript apps [SOLD OUT] https://javascript-conference.com/javascriptecmascript/scalable-javascript-workshop-building-scalable-javascript-apps/ Mon, 03 Jun 2019 09:47:38 +0000 https://javascript-conference.com/session/scalable-javascript-workshop-building-scalable-javascript-apps/ Building and maintaining large, scalable JavaScript web apps isn’t easy. So how do you build such things without being driven to madness? Using and combining proven JavaScript patterns will do the trick. In this one-day workshop, we’ll discuss the patterns behind some of the largest JavaScript apps, such as Gmail and Twitter, and explore how...

Read More

The post Scalable JavaScript Workshop: Building scalable JavaScript apps [SOLD OUT] appeared first on International JavaScript Conference.

]]>
Building and maintaining large, scalable JavaScript web apps isn’t easy. So how do you build such things without being driven to madness? Using and combining proven JavaScript patterns will do the trick. In this one-day workshop, we’ll discuss the patterns behind some of the largest JavaScript apps, such as Gmail and Twitter, and explore how to apply them in your own apps. We’ll start from object patterns and then focus on module patterns, promises, timers, and more.

The post Scalable JavaScript Workshop: Building scalable JavaScript apps [SOLD OUT] appeared first on International JavaScript Conference.

]]>
Progressive Web Apps without frameworks #nomigrations #webstandards #noslides https://javascript-conference.com/javascriptecmascript/progressive-web-apps-without-frameworks-nomigrations-webstandards-noslides/ Mon, 03 Jun 2019 09:47:38 +0000 https://javascript-conference.com/session/progressive-web-apps-without-frameworks-nomigrations-webstandards-noslides/ No setup, no frameworks, no builds, and no transpilations. With feature-rich and standard compliant browsers, the “bare metal” strategy becomes not only viable but also extremely productive. In this session, I will create a web app “from scratch” with web standards like Web Components, ES6+, plain old CSS, and (almost) without any use of external...

Read More

The post Progressive Web Apps without frameworks #nomigrations #webstandards #noslides appeared first on International JavaScript Conference.

]]>
No setup, no frameworks, no builds, and no transpilations. With feature-rich and standard compliant browsers, the “bare metal” strategy becomes not only viable but also extremely productive. In this session, I will create a web app “from scratch” with web standards like Web Components, ES6+, plain old CSS, and (almost) without any use of external dependencies. Challenging questions before, during and after the session are very welcome.

 

The post Progressive Web Apps without frameworks #nomigrations #webstandards #noslides appeared first on International JavaScript Conference.

]]>
Profiling JavaScript Apps like a pro – even with Angular https://javascript-conference.com/angular/profiling-javascript-apps-like-a-pro-even-with-angular/ Mon, 03 Jun 2019 09:47:37 +0000 https://javascript-conference.com/session/profiling-javascript-apps-like-a-pro-even-with-angular/ As front-end developers, we strive to build fast and fluid web apps. But how can you find performance problems or memory leaks? How do you profile a web app or an Angular oriented app? In this session, you will get to know how the browser works. Then, you will learn how to use that information...

Read More

The post Profiling JavaScript Apps like a pro – even with Angular appeared first on International JavaScript Conference.

]]>
As front-end developers, we strive to build fast and fluid web apps. But how can you find performance problems or memory leaks? How do you profile a web app or an Angular oriented app? In this session, you will get to know how the browser works. Then, you will learn how to use that information to profile web apps and Angular oriented apps.

The post Profiling JavaScript Apps like a pro – even with Angular appeared first on International JavaScript Conference.

]]>
My browser does what? https://javascript-conference.com/javascriptecmascript/my-browser-does-what/ Mon, 03 Jun 2019 09:47:37 +0000 https://javascript-conference.com/session/my-browser-does-what/ JavaScript as a language changes. But learning the latest features of the latest ECMAScript implementation isn’t everything. New Web APIs are constantly added to the browser. Did you know that your browser can process audio feeds, that it can connect to Bluetooth devices, or that it can send you notifications? Vendors are extending the capabilities...

Read More

The post My browser does what? appeared first on International JavaScript Conference.

]]>
JavaScript as a language changes. But learning the latest features of the latest ECMAScript implementation isn’t everything. New Web APIs are constantly added to the browser. Did you know that your browser can process audio feeds, that it can connect to Bluetooth devices, or that it can send you notifications? Vendors are extending the capabilities of browsers more and more, especially for mobile devices. In this talk, attendees will learn some of the latest features available in their browsers right now and some that will be available in the very near future.

The post My browser does what? appeared first on International JavaScript Conference.

]]>