April, 2016

article thumbnail

Rewriting Uber Engineering: The Opportunities Microservices Provide

Uber Engineering

A few months back, we discussed Uber’s decision to abandon its monolithic codebase in favor of a modular, flexible microservice architecture. Since then, we’ve devoted many thousands of engineering hours to expanding this ecosystem of Uber microservices (several hundred … The post Rewriting Uber Engineering: The Opportunities Microservices Provide appeared first on Uber Engineering Blog.

article thumbnail

Progress recap: Elm Street 404

Zalando Engineering

Remember the game that was created with the Elm language during Zalando’s Hack Week #4? We’ve been working on it via open source and it’s had a lot of improvements since then. Our goal remains the same — to put the game on the 404 page of the Zalando website, and at its current state, we’re as close as ever to reaching it. In this post we will go through the game’s progress in detail.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Recap of Hadoop News for March

ProjectPro

News on Hadoop- March 2016 Hortonworks makes its core more stable for Hadoop users. March 1, 2016. PCWorld.com Hortonworks is going a step further in making Hadoop more reliable when it comes to enterprise adoption. Hortonworks Data Platform 2.4, which recently became available, is equipped to be regularly updated. Hortonworks has decided that they will update the core Hadoop components - HDFS, MapReduce, YARN and Zookeeper annually, but extensions like Spark, Hive, HBase and Ambari will be peri

Hadoop 52
article thumbnail

Why is Girls’ Day so important to Zalando Tech?

Zalando Engineering

Yesterday it was Girls’ Day in Germany: A Federal Government initiative that encourages technology companies, universities, and research centres to organise an open day for girls to positively influence their vocational choices. It’s a way to get girls in touch with careers in IT, trades, science, and technology, as well as meet female role models in leadership positions.

article thumbnail

Beyond the Basics of A/B Tests: Highly Innovative Experimentation Tactics You Need to Know

Speaker: Timothy Chan, PhD., Head of Data Science

Are you ready to move beyond the basics and take a deep dive into the cutting-edge techniques that are reshaping the landscape of experimentation? 🌐 From Sequential Testing to Multi-Armed Bandits, Switchback Experiments to Stratified Sampling, Timothy Chan, Data Science Lead, is here to unravel the mysteries of these powerful methodologies that are revolutionizing how we approach testing.

article thumbnail

Teaching React: A different approach

Zalando Engineering

Before I became a developer, I graduated college as a math and science teacher. Teaching is something I fundamentally believe in and think anyone can do, no matter their skill level. When I first arrived at Zalando, I joined a team that had recently decided to use React. However, few had concrete knowledge about the framework. My team decided to join three other interested teams and attend a React workshop every two weeks.

Coding 40
article thumbnail

Four lessons learned when working with Microservices

Zalando Engineering

For a couple of weeks now, our team at Zalando has been implementing Microservices for a new feature, which we’re looking forward to sharing with you. Our team is relatively young and has been working together for roughly six months. This is our first big project as a team and there are a lot of learnings to share. On top of successes, we’ve also encountered failures.

More Trending

article thumbnail

An interview with Dublin's Startup Commissioner Niamh Bushnell

Zalando Engineering

If you’re in Dublin this week, then you’re in for a treat when it comes to Zalando events. Tomorrow, we’re hosting an evening of interesting discussion, with the chance to catch up and share ideas with some of the companies innovating in this space. We'll be posing the question: “What is Tech Culture?”. We want to know how tech organisations foster a 'culture' to support technical innovation and team engagement.

article thumbnail

Zester – Unit Tests on Steroids

Zalando Engineering

The Zalando Testing Team creates tools that improve code quality for development teams. One way to improve code quality is to write tests – and we do write a lot of tests! But are these tests good at catching bugs? If code is refactored and the test suite is still green, can we be confident that we didn’t break anything? This post introduces a new tool that verifies whether or not tests are actually able to find errors in the code.

Java 40
article thumbnail

Stack Overflow questions you should read if you program in Java

Zalando Engineering

There are common questions which come up repeatedly in Java. Even if you know the answer, it's worth getting a more thorough understanding of what is happening in these cases. How do I compare Strings? The more general question is, how do I compare the contents of an Object? What is surprising when you use Java for the first time is that if you have a variable like String which is a reference to an Object, not the Object itself.

Java 40
article thumbnail

Ana Peleteiro takes us on a data science tour of Dublin

Zalando Engineering

Last month I had the opportunity to present an introduction to data science at the Women Who Code meetup in Dublin and the R/Data mini-conference, as well as an introduction to Machine Learning at the Women TechMakers event. It was great fun and such a good opportunity that I wanted to share my learnings with you. The first stop of the month was at the Women Who Code Dublin meetup, which is a branch of Women Who Code.

article thumbnail

From Developer Experience to Product Experience: How a Shared Focus Fuels Product Success

Speaker: Anne Steiner and David Laribee

As a concept, Developer Experience (DX) has gained significant attention in the tech industry. It emphasizes engineers’ efficiency and satisfaction during the product development process. As product managers, we need to understand how a good DX can contribute not only to the well-being of our development teams but also to the broader objectives of product success and customer satisfaction.

article thumbnail

Continuous Delivery pipelines of ghe-backups with Lizzy

Zalando Engineering

In my first post about GitHub Enterprise backup , I outlined why the open source ghe-backup project was started: To provide GitHub Enterprise Backups based on AWS with the STUPS platform. The following post will focus on the Continuous Delivery of ghe-backup instances on AWS. Why do we care about Continuous Delivery of ghe-backups? Well, there are regular changes in Taupage and ghe-backups have to run an up-to-date version of Taupage.

AWS 40
article thumbnail

We’re finalists for the 2016 SAP HANA Innovation Award!

Zalando Engineering

We’ve just received the great news that Zalando has been selected as a Finalist for the 2016 SAP HANA Innovation Award! With over 100 entries this year, we have been picked among the top three in the Process Simplifier category. This is truly an honour, as being a Finalist shows that Zalando is recognised as being a world class innovator. We’re creating the foundation for digital transformation moving forward, and you can be part of the journey.

article thumbnail

EasyDI – Who wants some cake?

Zalando Engineering

Scala developers have lots of options when it comes to doing Dependency Injection (or DI). The usual Java libraries can be used, like Spring , or Guice for Play developers. But Scala being Scala, there are other options. You can use libraries leveraging macros, like MacWire , or use the Scala type system and the infamous “Cake pattern” and its many variations using traits, with or without self-types.

Scala 40
article thumbnail

Our multi AWS account GitHub Enterprise backup

Zalando Engineering

Last year Zalando Tech offered its engineers to host their company source code on GitHub Enterprise. This was based on the feedback we received from Zalando Tech’s GitHub Enterprise and Stash Workshop. At Zalando Tech, we’ve setup GitHub Enterprise with a High Availability configuration based on AWS , including backup. Whenever the main GitHub enterprise instance is down, you have two options with which to proceed: Promote the replication instance to a new main instance.

AWS 40
article thumbnail

Peak Performance: Continuous Testing & Evaluation of LLM-Based Applications

Speaker: Aarushi Kansal, AI Leader & Author and Tony Karrer, Founder & CTO at Aggregage

Software leaders who are building applications based on Large Language Models (LLMs) often find it a challenge to achieve reliability. It’s no surprise given the non-deterministic nature of LLMs. To effectively create reliable LLM-based (often with RAG) applications, extensive testing and evaluation processes are crucial. This often ends up involving meticulous adjustments to prompts.

article thumbnail

Hive Interview Questions and Answers for 2023

ProjectPro

Preparing for a Hadoop job interview then this list of most commonly asked Hive Interview questions and answers will help you ace your hadoop job interview.These Hive Interview questions and answers are formulated just to make candidates familiar with the nature of questions that are likely to be asked in a Hadoop job interview on the subject of Hive.

Hadoop 40
article thumbnail

Pig Interview Questions and Answers for 2023

ProjectPro

Preparing for a Hadoop job interview then this list of most commonly asked Apache Pig Interview questions and answers will help you ace your hadoop job interview in 2018. Research and thorough preparation can increase your probability of making it to the next step in any Hadoop job interview. The best way to prepare for a Hadoop job interview is to practice Hadoop Interview questions related to the most commonly used big data Hadoop tools like Pig , Hive, Sqoop, Flume, etc.

Hadoop 40
article thumbnail

Hadoop Developer Interview Questions at Top Tech Companies

ProjectPro

Let’s face it; the Hadoop Interview process is a tough cookie to crumble. Candidates have to bring their best to the table, as they get only one chance to get it right and impress the interviewer. If you are planning to pursue a job in the big data domain as a Hadoop developer , you should be prepared for both open-ended interview questions and unique technical hadoop interview questions asked by the hiring managers at top tech firms.

Hadoop 40
article thumbnail

Innovation in Big Data Technologies aides Hadoop Adoption

ProjectPro

Scott Gnau, CTO of Hadoop distribution vendor Hortonworks said - "It doesn't matter who you are — cluster operator, security administrator, data analyst — everyone wants Hadoop and related big data technologies to be straightforward. Things like a single integrated developer experience or a reduced number of settings or profiles will start to appear across the board in 2016.

Hadoop 40
article thumbnail

Entity Resolution Checklist: What to Consider When Evaluating Options

Are you trying to decide which entity resolution capabilities you need? It can be confusing to determine which features are most important for your project. And sometimes key features are overlooked. Get the Entity Resolution Evaluation Checklist to make sure you’ve thought of everything to make your project a success! The list was created by Senzing’s team of leading entity resolution experts, based on their real-world experience.

article thumbnail

MapReduce Interview Questions and Answers for 2023

ProjectPro

Hadoop job interview is a tough road to cross with many pitfalls, that can make good opportunities fall off the edge. One, often over-looked part of Hadoop job interview is - thorough preparation. So, here’s how ProjectPro helps you get ready for your interview for a Hadoop developer job role.This blog contains commonly asked hadoop mapreduce interview questions and answers that will help you ace your next hadoop job interview.

Hadoop 40