Announcement of JavaScript focused 72nd DevClub.lv
Hi
Since FrontCon is approaching with mostly published program and their workshops we thought that it would good to have FrontEnd focused DevClub.lv to warm up.
You are welcome on February 20 at 18:30, Zaļā iela 1, 4th floor (Microsoft Latvia office).
Agenda for FrontEnd focused 72nd DevClub.lv:
-
Alfreds Genkins and Ilja Lapkovskis from Scandiweb will give a talk “Modern PWA experience with old generation e-comm platform – the reasons, techs and goals”.
In the last time PWA became another hype word in web development. There are tons of promises, multiple selling-point features, but after all – these are we, technicians, who empowers all these. Right now Scandiweb is about to release first real-life Magento 2 PWA application, which has reworked UI to utilizes power of PWA and why we adopted it into the old stack. During our speech we want to destruct all the hype and marketing to share the tech behind these, new opportunities and ofcourse new challenges:
– What is PWA and can it be simple with all these cool features and marketing promises
– How to implement PWA for complex scenarios and highly dynamic applications, i.e. e-commerce platform
– Real life example – how Scandiweb recreated Magento frontend to make it feel native with React JS and GraphQl
– Technology and tool market – how it looks in the beginning of 2019.
(Language –English)
Tags: e-commerce, PWA, javascript, react, service worker, architecture, single page application, MagentoAlfred is a young star in frontend world, making his own path from best practice to deep understanding of involved mechanisms. Being big fan of the new technologies, he is proud of being the author of server-less blog “hosted” on AWS.
Ilja is an expirienced full stack developer, the creator and mastermind behind many ambitious projects developed by Scandiweb. Ilja accepts challenges, masters his tools and enjoys sharing knowledge! -
Dzulqarnain Nasir from Geta Digital will give a talk “Dependency Injection in JavaScript with InversifyJS”.
Dependency injection is a programming technique that makes a class independent of its dependencies. It achieves that by decoupling the usage of an object from its creation. This helps you to follow SOLID’s dependency inversion and single responsibility principles. In this presentation, I will demonstrate how this can be achieved in JavaScript using an IoC container library called InversifyJS.
(Language – English)
Tags: JavaScript, IoC, Dependency Injection, Inverse of ControlDzulqarnain is an aspiring full-stack developer at Geta Digital, who is passionate about web technologies. He writes at dnasir.com.
-
Janis Konutis from Visual Composer will give a talk “How we can create content elements with ReactJS (and PHP)”.
At Visual Composer, we rely on ReactJS to develop content elements. In this talk, we will look into why we choose ReactJS and how to use it to develop independent web components via API.
(Language – English)
Tags: JavaScript, ReactJS, frameworks, APIJanis is a frontend developer at Visual Composer and motocross rider. When not tinkering JavaScript and ReactJS, you can probably spot him riding a bike.
80% of RigaDevDays program is ready and most of the workshops are published as well. In two weeks prices will go up, so this is very good moment to get your ticket.
Did you know that the good quality of your personal life brings more value to your work life? Oh boy (girl!), how we love that at Mintos! Join the most work-life balanced team. We are looking for teammates to grow with:
– Senior Software Developer
– Software QA Engineer
– UI/UX Designer
Looking for a place that both challenges and cares? Join Tieto Latvia and enjoy the 14th floor panorama view from our office:
– Java or C++ Developer
– Senior Ruby on Rails Developer
– Power BI Developer
Chances are you’re not looking for business as usual. Neither are we. Join the Digital Services Firm of the year as a:
– Security Test Specialist
– Test Automation Developer
– Integration Developer
Find out more about your career opportunities at one of the world’s leading professional services companies www.Cognizant.lv.
Neotech Development – Imagine. Build. Deliver.
(And have fun along the way)
Holidays are over, and it’s time to consider new challenges! At INTEXSYS, there’s no lack of challenges 🙂 Come join us as:
– Senior DevOps Engeneer
– Software Engineer
– Quality Assurance Engineer
We promise – it will never be boring!
ALSO Cloud Latvia keeps doing awesome stuff and looking for awesome people.
We’re all about work and life balance at DYNATECH. With our flexible work schedules and emphasis on learning culture, you will be able to combine your work with your hobbies, personal goals or studies. Want to work to live and not live to work?
Check out our open vacancies:
– Junior Python Developer
– Junior Software Developer (Business Apps)
– Senior System Administrator
Working at Posti Messaging you have the chance to be in the forefront of the digitalization and be a key player in creating the technical solutions that transform businesses.
We are currently looking for a Java Developer to join our awesome team.
Thanks to our sponsors we are able to make DevClub.lv events and have drinks and snacks:
Announcement of Java focused 71st DevClub.lv
Hi!
We wish you Happy New Year!
Lets start it with Java focused DevClub.lv.
You are welcome on January 24 at 18:30, Zaļā iela 1, 4th floor (Microsoft Latvia office).
Agenda for Java focused 71st DevClub.lv:
-
-
-
Pijus Navickas from WIX will give a talk “First date with GraalVM”.
Milda Glebauskaitė from WIX will give a talk “Breaking language barriers with GraalVMs polyglotism”.
GraalVM – the newest JVM extension generated a lot of buzz in the industry, already earning the trust of such industry giants as Twitter. The promises GraalVM gives definitely sound good: a better performance, as well as seamless interoperability between multiple languages, all running on the JVM. Should we be interested in it too? In this talk Pijus will explain, what exactly is GraalVM and what hides behind the scene and Milda will demonstrate GraalVM polyglotism, exploring weather we can actually create seamless applications, selecting the best programming language for our tasks, without the overhead.
(Language – English)
Tags: graal, jvm, java, javascript, polyglotPijus is a software engineer at Wix. He is a polyglot developer with main background coming from JVM and C++ worlds.
Milda started her career with Python, but quickly moved to Scala and NodeJs. Currently working as Software Engineer at Wix. She is interested in quality code, test-driven development. Owner of the cutest dog in Wix office. -
Arturs Drozdovs from Intrum Global Technologies will give a talk “The one and only way of designing Java applications”.
There is no “one and only” way; each team has to choose the most suitable approach for their situation and project. What is common throughout all the teams is the need to make choices. In this talk we will look at the choices we’ve faced in our team, what options did we consider and what conclusions did we come to.
(Language – English)
Tags: fintech, java, boilerplate, architecture, frameworks, exceptions, packagesArturs is a software developer at Intrum Global Technologies. He has extensive experience splitting monolith projects into microservices, as such tightly interacting with architectural decisions on all levels of abstractions.
-
Olegs Anastasyevs from ok.ru will give a talk “Resilience in Distributed Systems”.
ok.ru is the most popular social network in Russia and top 20 website in the world. And it is one of the largest, complex and highly loaded distributed system: 1000s of servers participate in user requests processing in real time. Each of these servers has only small part of data locally and implements only a fraction of processing logic. Social network can hardly be built using shared nothing architecture, so there is a lot of shared state, network communications happens between our servers, different in kind and widely varying in volume.
In distributed system of such scale we can hardly find a single second free of some failure, glitch or lag. How to build a continuously failing system, which works correct nevertheless? What are full and partial failures and how to address them?
What do idempotence and speculation mean? What should be implemented upfront to workaround outage of the large subsystem or “main” database? How to manage pre-production tests and release delivery?
There are many hard questions in distributed systems development. In this talk I’m trying to give ok.ru answers on them.
(Language – Russian)
Tags: resiliency, distributed, microservice architecture, highloadOleg is a principal engineer at Odnoklassniki (AKA ok.ru). He has rich experience building and operating distributed millions-opsec-loaded, resilient distributed storages and databases. Currently works on datacenter OS one-cloud project.
-
-
- All content for FrontCon 2019 is now approved and is being gradually published on frontcon.lv. Keep an eye on the webpage – everything’s going to be put on there soon!
- In May 2019 we are celebrating the 5th anniversary of Riga Dev Days. 40% of the tickets are already booked and we invite you to join!
The conference is a good place to meet people & see the dialogue of technologies.
Working at Posti Messaging is all about continuous development, openness, trust, great team spirit and learning from each other. Your success is enabled by open and coaching leadership, supportive culture, flexible ways of working, professional development opportunities and agile working environment and tools. You have the chance to be in the forefront of the digitalization and be a key player in creating the technical solutions that transform businesses.
See more at https://www.postimessaging.com/
We are currently looking for a Java Developer to join our awesome team.
Looking for a place that both challenges and cares? Join Tieto Latvia and enjoy the 14th floor panorama view from our office:
– C++ Developer
– Senior Ruby on Rails Developer
– MS Dynamics AX Developer
Chances are you’re not looking for business as usual. Neither are we. You’re ready to lead and influence change. You want to make a difference. Discover what we have to offer:
– Test Automation Developer
– Billing Developer
– Integration Developer
– Front-End Developer
Cognizant is one of the world’s leading professional services companies, transforming clients’ business, operating and technology models for the digital era. We help clients get digital done at scale and speed—the scale needed to transform their complex organizations to capitalize on the tremendous opportunities the latest technologies make possible, and the speed expected by their customers, partners and owners. More about us at www.Cognizant.lv.
Neotech Development – Imagine. Build. Deliver.
(And have fun along the way)
Holidays are over, and it’s time to consider new challenges! At INTEXSYS, there’s no lack of challenges 🙂 Come join us as:
– Senior DevOps Engeneer
– Software Engineer
– Quality Assurance Engineer
We promise – it will never be boring!
ALSO Cloud Latvia keeps doing awesome stuff and looking for awesome people.
Did you know that last year 112 DYNATECH colleagues attended 48 different conferences and events? If you’re up for a job that helps you grow, check out our open vacancies:
– UX Researcher
– Junior Python Developer
– Back-End Developer
Thanks to our sponsors we are able to make DevClub.lv events and have drinks and snacks:
Announcement of FinTech focused 70th DevClub.lv
Hi!
You have only one or two credit cards and do not know how they function? Visit FinTech DevClub in order to learn what type of payment products are there and how to benefit from them. You will learn why FinTech is a challenging business and hear from top Baltic companies about how they change the existing status quo.
You are welcome on 6th December at 18:30, Zaļā iela 1, 4th floor (Microsoft Latvia office).
Agenda for FinTech focused 70th DevClub.lv:
-
-
Erik Kaju from TransferWise will give a talk “How to build a payment card product”.
For a long time payment cards used to be the domain of banks. In the last decade, the paradigm has shifted – we see more and more regular enterprises issuing their own cards, be it telcos, grocery store chains, various fintech startups etc.
But what does it take to build a payment card from scratch? How do cards work? What is the anatomy of card transactions?
This is a talk focusing on technical and product aspects of the card issuance, based on true story.
(Language – English)
Tags: Payment cards industry, issuance, transaction lifecycle, microservicesErik is leading the payment card product engineering at TransferWise. Loves all aspects of product engineering – from validating the market fit, establishing partnerships and negotiating deals, to designing technical architecture, building the team and bringing hyper-growth products to live.
-
Dmitry Buzdin from a-heads consulting will give a talk “How payment cards really work”.
This talk is an introduction about technical aspects of how payment cards function, what technical protocols are involved and what are implementation complexities in a typical payments project. You will learn about concepts like 3DSecure, Authorisation and Clearing, Tokenization and know about novelties in the payment world, which will affect consumers in the nearest future.
(Language – English)
Tags: deep-dive, payments, architectureDmitry is a JUG leader and RigaDevDays founder. Here you can read his interview about Latvian IT and conference organization.
-
-
-
Jake Sebastian-Jones from Nordigen will give a talk “Data is not enough, you need information”.
Having a lot of raw data by itself is meaningless – you need to extract information from the data. Banks and other financial institutions have a lot of data but surprisingly little information. This talk will explain how Nordigen uses transaction data to provide multiple tiers of information to financial service providers.
(Language – English)
Tags: fintech, big data, machine learning, credit scoring, banking, startup
Jake moved all they way from Australia to Riga take the role of Head of Development at Nordigen. He has a background in high-frequency trading at Optiver and audio/visual engineering at Dolby Laboratories.
-
- Call for Papers is closing on Tuesday, 4.12. for the biggest front-end conference in the Baltics – FrontCon 2019! Submit your talk for a chance to be on stage and gain valuable experience as a speaker and a participant! The clock is ticking faster than you might be thinking, so submit yours now!
- In 2019 Riga Dev Days is celebrating its 5th anniversary. Top speakers, 700 participants, grand afterparty. DevClub team will be there, so gather your friends & join.
-
Did you know that DYNATECH employees consumed 1440 kg of fruit at the office last year?
If you’re up for getting some apples, check out our open vacancies:
– Back-End Developer
– Front-End Developer
– Database Developer
- ALSO Cloud Latvia keeps doing awesome stuff and looking for awesome people.
-
What are the two biggest days of the year in e-commerce? Right, it’s Black Friday and Cyber Monday. Intexsys is making sure that shopping is smooth on these days for literally millions of customers.
If you want to participate, please apply for:
– PHP Developer
– QA Engineer
– PPC Specialist
We promise – it will never be boring!
Announcement of Kubernetes focused 69th DevClub.lv
Hi!
Kubernetes at the moment is like teenager sex – everybody says that he is doing it, but … 🙂 Therefore we invited people who are doing it to share how it really is.
You are welcome on 22th November at 18:30, Zaļā iela 1, 4th floor (Microsoft Latvia office).
Agenda for Kubernetes focused 69th DevClub.lv:
-
-
Artyom Suharev from DYNATECH will give a talk “Kubernetes: The Journey”.
The story will focus on the development process of Kubernetes, the inception of the idea, its evolution, caveats and the current situation.
(Language – Russian)
Tags: Kubernetes, doker, baremetal, cluster, devopsArtyom leads the DevOps processes within DYNATECH and makes sure company is progressing fast in terms of the development infrastructure.
-
-
-
Anton Kranga from Agile Stacks will give a talk “Kubernetes operators for fun and profit!”.
Microservices deployed as containers in the Kubernetes cluster does not live in the vacuum. Often, Site Reliability Engineers or Kubernetes native applications talks to each other services in the cluster through the special API, which allows operators to react and perform an automated operation. Such as: revert to latest snapshot, reconfigure cache, gracefully down-scale application etc.
This talk will guide through the notion of Kubernetes Operators. Share some recipes to write your own operator and share some experienced gathered though several years professionally operating Kubernetes clusters.
(Language – English)
Tags: Kuberneres, operators, microservices, GolangAntons is a passionate DevOps evangelist and cloud architect. Enjoys to automate-everything and a specially Kubernetes. Likes to inspire and be inspired by talking in technology conferences.
-
-
-
Joonathan Mägi DevOps practices lead from Topia will give a talk “Continuous Delivery the Cloud Native way using Spinnaker and Kubernetes”.
This session will cover the Cloud Native continuous delivery methodologies built on Kubernetes and Spinnaker using the new manifest based Kubernetes (v2) provider. We will look on how Spinnaker will orchestrate the deployments to multiple environments and use manifest parameterization and hydration.
(Language – English)
Tags: cloud-native, kubernetes, spinnaker, continuous-delivery
Joonathan is a DevOps practice lead and Cloud Native specialist with CKAD certification at Topia. His previous experiences include being employee #1 at Teleport and leading the platform engineering at Skype.
-
- Get ready to explore new topics and dive deeper in the front-end world at FrontCon 2019 from April 3-5! Get your Blind Bird ticket now for 119 euros until November 23rd – send us an e-mail to dace@devclub.lv and we’ll help you to get yours! Limited amount available!
- 29-31 May 2019 join 700 developers for 5th anniversary of RigaDevDays – 3 days full with talks & workshops about Java, DevOps, Cloud, SQL Databases, .NET. Blind Bird tickets now available!
-
What are the two biggest days of the year in e-commerce? Right, it’s Black Friday and Cyber Monday. Intexsys is making sure that shopping is smooth on these days for literally millions of customers.
If you want to participate, please apply for:
– PHP Developer
– QA Engineer
– PPC Specialist
We promise – it will never be boring!
-
Did you know that the mascot of DYNATECH is a white flamingo and each of our employees has their own pet cactus?
Check out our open vacancies:
– Front-End Developer
– Back-End Developer
– Senior System Administrator
- ALSO Cloud Latvia keeps doing awesome stuff and looking for awesome people.
Announcement of Quality Assurance focused 68th DevClub.lv
Hi!
This time lets talk about Quality Assurance.
You are welcome on 25th October at 18:30, Zaļā iela 1, 4th floor (Microsoft Latvia office).
Agenda for Quality Assurance focused 68th DevClub.lv:
-
-
Rihards Skrebelis from TestDevLab will give a talk “How We Test Audio Quality In VoIP Applications”
Presentation will cover basics of VoIP and different challenges that we had to overcome to develop universal end-to-end solution for audio quality testing in VoIP applications.
(Language – Latvian)Rihards started working as tester during studies in Riga Techincal University and got Bachelor Degree in 2014 with thesis focused around testing audio quality. Following years parallel to work as QA and test automation engineer co-developed process for evaluating voice call quality. More recently working on developing process for evaluation video call quality.
-
-
-
Kirill Shepitko from Neotech Development will give a talk “Cloud-native apps REST API testing: our story”
“We have an internal framework (open-sourced now) that we use to test our cloud-native apps’ REST API, which is based on an interesting combination of Docker, Testcontainers, Wiremock and Cucumber – such solution makes it easy to use for both – QA engineers and business people. We are happy to share our experience in REST API testing – a path from 0 tests and problems to full coverage and nice test reports.”
(Language – English)
Tags: cloud-native, docker, cucumber, rest, wiremock, kubernetesKirill is a Software Architect for multiple teams in Neotech Development, continuously exploring new tech to improve team skillset and efficiency. Working in software development for almost 18 years.
-
-
-
Artyom Ivanov from DYNATECH will give a talk “Test automation challenges. Automate just enough and improve as needed”.
– How well hourglass or cupcake can work when the test pyramid just isn’t there?
– Automating acceptance tests to minimize manual session-based regression testing.
– UI test reliability and maintainability. Setting artificial limits for the test case coverage.
– Agreement on goals and metrics. Bringing automation regardless of the level (UI or lower) to every story and collaboration between developers, manual testers and test automators.
(Language – Russian)
Tags: test-pyramid, acceptance-testing, gitlab-ci, bdd, anti-patternsArtyom is a Test Automation Engineer, who started working at DYNATECH in 2016 as a Manual Tester and decided to switch his career to make a greater impact on the software delivery process. Since then he has worked in different teams, building compact and low maintenance test suites.
-
- This time Neotech Development team will be happy to share even more of their experience with you. In our company – people come first! We care about collaboration, growing and advancing our skills together. Seize the opportunity to join the team:
– DevOps Engineer
– Front-End Developer
– App Support Engineer
- At DYNATECH we’ll give you space to grow. With our internal lectures, mentoring programs, in-house school and the possibility to attend international conferences, we’ll make sure you are growing in your desired direction. Want to fulfil your potential? Check out our open vacancies:
- – Back-End Developer
– Front-End Developer
– Database Developer
- ALSO Cloud Latvia keeps doing awesome stuff and looking for awesome people.
- Did you know that Intexsys is behind online store, which is selling more than 1 000 000 different products?
Intexsys is looking for:
– PHP Developer - – Product Owner
- – iOS Developer
- We promise – it will never be boring!