BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//NLJUG - Nederlandse Java User Group - ECPv6.15.20//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-ORIGINAL-URL:https://nljug.org
X-WR-CALDESC:Events for NLJUG - Nederlandse Java User Group
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:Europe/Amsterdam
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20170326T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20171029T010000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20180325T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20181028T010000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:20190331T010000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:20191027T010000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=Europe/Amsterdam:20180710T091500
DTEND;TZID=Europe/Amsterdam:20180710T163000
DTSTAMP:20260424T225545
CREATED:20180614T130311Z
LAST-MODIFIED:20180614T132601Z
UID:3223-1531214100-1531240200@nljug.org
SUMMARY:Bootcamp Websecure Coding Introduction
DESCRIPTION:Op dinsdag 10 juli organiseert First8 de bootcamp Web Secure Coding Introduction. Deze bootcamp wordt gegeven door Jim Manico\, oprichter van Manicode Security. Jim traint developers in secure coding en security engineering. \nJim heeft 20 jaar ervaring in het bouwen van software als developer en architect. Hij is JavaOne Rockstar en spreekt geregeld over secure software practices. Daarnaast is hij ook één van de drijvende krachten achter OWASP (Open Web Application Security Project) en auteur van het boek “Iron-Clad Java: Building Secure Web Applications”. \nInschrijven en het programma\nHeb je zin om erbij te zijn? Bekijk hieronder het programma\, meld je aan en word op 10 juli door Jim welkom geheten! De workshop wordt gegeven in het Engels. Neem je eigen laptop mee. \nDeelname is kosteloos. Het aantal plaatsen is beperkt. \n\n\n\n\nBootcamp: Web Secure Coding Introduction \nThe major cause of webservice and web application insecurity is insecure software development practices. This highly intensive and interactive bootcamp provides essential application security training for web application and webservice developers and architects. The class is a combination of lecture\, demonstration and code review. You will learn the most common threats against applications. More importantly\, you will learn how to code secure web solutions via defense-based code samples. \nAs part of this course\, we will explore the use of third-party security libraries and frameworks to speed and standardize secure development. We will highlight production quality API’s from various languages and frameworks that provide production quality and scalable security controls. This course will include secure coding information for Java\, PHP\, Python\, Javascript and .NET programmers\, but any software developer building web applications and webservices will benefit. \nTopics will include:\n– HTTP Security Basics\n– Webservice\, Microservice and REST Security\n– SQL and other Injection\n– Cross Site Request Forgery\n– OWASP Top Ten 2017\n– XSS Defense\n– 3rd Party Library Security Management \nDatum: dinsdag 10 juli\nLocatie: Conclusion\, Edisonbaan 15 in Nieuwegein\nTijd: 10:00 uur – 16:30 uur \nOntvangst is vanaf 9:15 uur en we sluiten rond 16:30 uur af met een gezellige borrel. 
URL:https://nljug.org/evenement/bootcamp-websecure-coding-introduction/
CATEGORIES:Partner events
ATTACH;FMTTYPE=image/png:https://nljug.org/wp-content/uploads/2018/06/1000x1000_First8.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Amsterdam:20180713T170000
DTEND;TZID=Europe/Amsterdam:20180713T235500
DTSTAMP:20260424T225545
CREATED:20180628T130422Z
LAST-MODIFIED:20180628T130422Z
UID:3252-1531501200-1531526100@nljug.org
SUMMARY:Sam Aaron – Live coding music
DESCRIPTION:Overdag is hij een researcher aan de Universiteit van Cambridge (Computer laboratory)\, in de avonduren codeert hij de lekkerste beats in de beste nachtclubs in de UK. SamAaron is een ‘live coder’ en tevens lead developer van Overtone en Quil – Clojure based projecten voor de expressie van muziek & beeld. Recentelijk ontwikkelde Sam SonicPi; een live progammeer omgeving voor de creatie van muziek door middel van data. \nAfijn… Muziek\, Programmeren\, IT Rockstars… Need we say more? “Release your inner Rockstar” is nog nooit zo van toepassing geweest als tijdens dit event. Je leert eerst vandeze muzikant / programmeur hoe we onze data om kunnen zetten in heerlijke beats. Daarna volgt een mooi performance op ons dakterras waar Sam laat horen en zienwaarom hij de clubs in de UK vol draait. Dat onder genot van een hapje en drankje. \n\nDetails\n\nDate: July 13\nTime: 5:00 pm\nCost: Free\n\n\n\nVenue\nTeam Rockstars IT HQ – Lekkerbeetjesstraat 8 ’s-Hertogenbosch
URL:https://nljug.org/evenement/sam-aaron-live-coding-music/
CATEGORIES:Partner events
ATTACH;FMTTYPE=image/png:https://nljug.org/wp-content/uploads/2017/10/team-rockstars-it-2.png
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=Europe/Amsterdam:20180724T160000
DTEND;TZID=Europe/Amsterdam:20180724T163000
DTSTAMP:20260424T225545
CREATED:20180719T083644Z
LAST-MODIFIED:20180719T083652Z
UID:3426-1532448000-1532449800@nljug.org
SUMMARY:Webinar: Introducing Subscription Queries
DESCRIPTION:Presented by Frans van Buul \nQueries are\, next to Commands and Events\, a fundamental building block of any CQRS/Event Sourcing based application. As such\, they’re supported in Axon Framework since 3.1 by means of a QueryBus and @QueryHandler methods. But something has been missing so far: these queries were executed in a simple request/response fashion\, whereas in reality many modern applications are showing live\, asynchronously updated data to their users.\nAxon Framework 3.3 has introduced subscription queries to bridge this gap in a truly elegant manner. \nIn this short\, all live-coding webinar\, we’ll take an existing Axon application with a GUI featuring synchronous\, user initiated data refreshes\, and transform that into a live updated system using the new subscription query functionality. \nA must-see for all Axon users wanting to get the most out of Axon’s new features! \n20 minutes for webinar\, 10 minutes for Q&A
URL:https://nljug.org/evenement/webinar-introducing-subscription-queries/
CATEGORIES:Partner events
ATTACH;FMTTYPE=image/png:https://nljug.org/wp-content/uploads/2017/09/axoniq-2.png
END:VEVENT
END:VCALENDAR