Server & Deployment - International JavaScript Conference https://javascript-conference.com/server-deployment Wed, 08 Aug 2018 09:27:11 +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 Server & Deployment - International JavaScript Conference https://javascript-conference.com/server-deployment 32 32 Deploying IPv6 https://javascript-conference.com/server-deployment/deploying-ipv6/ Wed, 08 Aug 2018 09:27:11 +0000 https://javascript-conference.com/session/deploying-ipv6/ Many developers are stuck in the world of old-school IPv4, which is an easy and comfortable place to be. But IPv4 is not much longer for this world – major network allocations have already run dry, and broadband and 4G mobile networks are steadily expanding the availablility of native IPv6 connectivity. This talk helps you...

Read More

The post Deploying IPv6 appeared first on International JavaScript Conference.

]]>
Many developers are stuck in the world of old-school IPv4, which is an easy and comfortable place to be. But IPv4 is not much longer for this world – major network allocations have already run dry, and broadband and 4G mobile networks are steadily expanding the availablility of native IPv6 connectivity. This talk helps you learn what IPv6 is, what you need to do to get your services working on IPv6 (it’s not as scary as you might think!) and related changes you need to make in your PHP apps and databases to accomodate IPv6.

The post Deploying IPv6 appeared first on International JavaScript Conference.

]]>
GraphQL – the better interface for client-server-enterprise systems https://javascript-conference.com/javascriptecmascript/graphql-the-better-interface-for-client-server-enterprise-systems/ Thu, 05 Oct 2017 08:27:30 +0000 https://javascript-conference.com/session/graphql-the-better-interface-for-client-server-enterprise-systems/ In a business context REST is completely unsuitable as a client-server interface. It is too fine-grained, under-specified and causes to many http requests. In addition, the caching mechanism cannot take advantage of its strengths due to the use of https and the specific requirement in context of client-server-enterprise systems. The better alternative is Facebooks GraphQL....

Read More

The post GraphQL – the better interface for client-server-enterprise systems appeared first on International JavaScript Conference.

]]>
In a business context REST is completely unsuitable as a client-server interface. It is too fine-grained, under-specified and causes to many http requests. In addition, the caching mechanism cannot take advantage of its strengths due to the use of https and the specific requirement in context of client-server-enterprise systems. The better alternative is Facebooks GraphQL. GraphQL is declarative and provides always exactly the expected data. The interface is based on JSON and so it’s quick and easy to understand for the developer.

The post GraphQL – the better interface for client-server-enterprise systems appeared first on International JavaScript Conference.

]]>
How to automate your DevSecOps successfully https://javascript-conference.com/agile-devops/how-to-automate-your-devsecops-successfully/ Tue, 12 Sep 2017 14:17:05 +0000 https://javascript-conference.com/session/how-to-automate-your-devsecops-successfully/ More and more processes in companies are automated to ensure a high-quality and reliable procedure in daily work processes and absorb human error. But when it comes to a topic where human absence can cause fatal consequences or where processes should work fluently, many companies are still running with human error sources – I’m talking...

Read More

The post How to automate your DevSecOps successfully appeared first on International JavaScript Conference.

]]>
More and more processes in companies are automated to ensure a high-quality and reliable procedure in daily work processes and absorb human error. But when it comes to a topic where human absence can cause fatal consequences or where processes should work fluently, many companies are still running with human error sources – I’m talking about security automation.
This session contains an overview about effective solutions to automate security relevant processes within DevSecOps. I want to present the results of a study in which attendees gave feedback on how they handle “Continuous Security in Open Source based Projects”. I will analyze the importance and prioritization of those security processes from the perspective of open source companies. Furthermore you will learn details of several security workflows in the open source business.

The post How to automate your DevSecOps successfully appeared first on International JavaScript Conference.

]]>