Fixed Partitions
Martin Fowler
AUGUST 23, 2022
When partitioning data across a set of cluster nodes we need a uniform distribution and to be able add and remove nodes to the cluster without causing a lot of data to be moved around. Unmesh Joshi.
Martin Fowler
AUGUST 23, 2022
When partitioning data across a set of cluster nodes we need a uniform distribution and to be able add and remove nodes to the cluster without causing a lot of data to be moved around. Unmesh Joshi.
Let's Grow Leaders
AUGUST 15, 2022
Avoid This Mistake When Giving Your Boss Bad News. You’ve got to give your boss bad news. But the timing isn’t great–for you or for them. The restructure. The uncertainty. The promotion that’s right around the corner. Maybe it’s just not a great time to rock the boat.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Hacker Earth Developers Blog
AUGUST 2, 2022
Artificial intelligence has generated a lot of buzz lately. Popular AI techniques like computer vision and object recognition have revolutionized the scope of working across healthcare, science, retail, and education to improve the accuracy of success.
Agile Alliance
AUGUST 22, 2022
Joshua shares six essential agile mantras, plus unforgettable, real-world agile stories that will empower you to be quick, adaptable, and resourceful in the face of opportunities and challenges. The post Joy of Agility – Joshua Kerievsky first appeared on Agile Alliance. Framework
Speaker: William Haas Evans - Principal Consultant, Head of Product Strategy & Design Practice, Kuroshio Consulting
This presentation will explore the basics of the scientific method and examine how proper experimental design, multiple hypothesis testing, cohort analysis, and split testing can effectively reduce batch size and lead to validated insights. You'll leave the webinar with a new understanding of how to experiment in a way that generates real insights, not just noise.
The Crazy Programmer
AUGUST 22, 2022
Anders Hejlsberg is quite a famous personality, being a Technical Fellow in the Developer Division of Microsoft, Hejlsberg is popularly known as the influential creator of the development tools and various programming languages.
CTO Universe brings together the best content for CTOs from the widest variety of industry thought leaders.
Xebia
AUGUST 27, 2022
Vitest is the new Jest killer. It is fast, thanks to the stuff that also drives Vite , like esbuild.
Agile Alliance
AUGUST 9, 2022
Profiles in Agility, courage, resilience and humility I am in awe of Agile2022–the world’s largest gathering of Agilists and all things Agile, which Agile Alliance hosted the week of July 18th in Nashville!
The Crazy Programmer
AUGUST 29, 2022
An online IDE or compiler comes in quite useful especially when you are looking to compile and interpret programming code to & from different languages.
Agile Alliance
AUGUST 22, 2022
Melissa breaks down what product thinking is and how successful companies scale their product management organizations to create extreme value. The post Product Thinking: The Secret to Scaling Value – Melissa Perri first appeared on Agile Alliance. Business
Speaker: Panel Speakers
We’ve just opened registration for Subsurface LIVE 2023! Learn how to innovate with open source technologies such as Apache Arrow, Delta Lake, and more. Register now to secure your spot at Subsurface LIVE being held March 1-2, 2023.
Hacker Earth Developers Blog
AUGUST 16, 2022
Hire IQ by HackerEarth is a new initiative in which we speak with recruiters, talent acquisition managers, and hiring managers from across the globe, and ask them pertinent questions on the issues that ail the tech recruiting world.
Let's Grow Leaders
AUGUST 28, 2022
Practical Approaches For a Better Clear the Air Meeting. Do you ever need to have a meeting to “clear the air?” ” This question came in from one of our recent leadership development programs.
Martin Fowler
AUGUST 25, 2022
A Fixed Partition provides a good way to distribute data over many nodes when clients are accessing a single key at a time. If, however, a client wants a range of values, such as all names from "a" to "f", then they'll need to access every node.
Scrum.org
AUGUST 1, 2022
As a project manager, I have delivered many complex initiatives, from re-platforming a consumer products website to doubling the size of a line of business. My most successful projects have one thing in common; I used an agile approach to deliver them.
Advertisement
This report examines the quantitative research of data leaders on data value and return on investment.
The Crazy Programmer
AUGUST 17, 2022
Brian Wilson Kernighan is a computer scientist from Canada. He worked at Nokia Bell labs. This is an American industrial research and scientific development company owned by a multinational company Nokia. He contributed to the development of UNIX with Ken Thomson and Dennis Ritchie.
Agile Alliance
AUGUST 22, 2022
Defining engineering with empathy through a collection of real-world examples followed by a fireside chat to dig into the details. The post Engineering with Empathy – Kelsey Hightower first appeared on Agile Alliance. People
Xebia
AUGUST 25, 2022
Introduction. Error handling is often not given the attention that it deserves. Coming from imperative languages, it’s super easy to throw exceptions all over the place. Still, because it’s easy, it doesn’t mean it’s a good practice.
Let's Grow Leaders
AUGUST 29, 2022
Better Recognition Starts With More Strategic Contribution. You care about your team and the work they’re doing. They’re working hard. And if they’re like so many teams we work with, they yearn for better recognition.
Advertisement
Enterprises poured $73 billion into data management software in 2020 – but are seeing very little return on their data investments. 22% of data leaders surveyed have fully realized ROI in the past two years, with 56% having no consistent way of measuring it.
Martin Fowler
AUGUST 17, 2022
Although he's been quiet for a while on here, Unmesh Joshi has been working hard on more of his Patterns of Distributed Systems. In this first of a new batch, he looks at the difficulty of getting consistent reads from servers in the presence of the inevitable drifts between system logs.
Scrum.org
AUGUST 16, 2022
A question keeps coming up in my Applying Professional Scrum classes: "What are epics and features, and how do we use them in the Product Backlog?" The Product Backlog is the to-do list for the team.
The Crazy Programmer
AUGUST 15, 2022
We all have tried fetching the data from the server by hitting an API and parsing the response to show it on the website. Chances are, you might have got this error at some point, and this is a common error to get stuck. If you run the following code you will get this error.
Agile Alliance
AUGUST 4, 2022
Managing Director Teresa Foster reflects on her experience at Agile2022, highlighting some things that made the conference great, and thanking those that made it all happen. The post Thank YOU for an Awesome Agile2022 Conference! first appeared on Agile Alliance. The Alliance Featured
Advertisement
Businesses today compete on their ability to turn big data into essential business insights. Modern enterprises leverage cloud data lakes as the platform used to store data. 57% of the enterprises currently using a data lake cite improved business agility as a benefit.
Xebia
AUGUST 19, 2022
Nowadays a lot of Operating Systems support Light and Dark themes and even Web browsers started supporting it thanks to the prefers-color-scheme media query. In this blog post I’m going to explain you how to apply and switch color schemes (themes) in a web application.
Let's Grow Leaders
AUGUST 5, 2022
We live in an age of miracles. In this episode, we continue with the theme in Season 11 focusing on more humanity aspects of human-centered leadership. Your life is the product of millions of decisions made by millions of people. Without interdependence, nothing could exist.
Martin Fowler
AUGUST 18, 2022
Peer-to-peer systems treat each cluster node as equal; there is no strict leader. This means there is no explicit leader election process as happens in the Leader and Followers pattern.
Scrum.org
AUGUST 1, 2022
A while ago I was taking a walk with my partner Lisanne. A noisy flock of geese flew overhead in a messy V formation. We laughed at the amount of noise they produced. It all looked very chaotic. Then another flock flew overhead. It was a similar number of birds. But their formation was tight.
Advertisement
Data architectures have evolved dramatically. It is time to reconsider the fundamental ways that information is accumulated, managed, and then provisioned to the different downstream data consumers.
The Crazy Programmer
AUGUST 26, 2022
Dynamic initialization states that we are initializing the objects at the runtime. Since we use constructors to initialize everything, here we are going to use dynamic constructors. Here is an example of dynamic initialization: #include<iostream> using namespace std; class Details { string name; int age; int rollno; public: Details(string n,int a,int r) { name=n; age=a; rollno=r; }.
Agile Alliance
AUGUST 1, 2022
Xebia
AUGUST 4, 2022
Recently, I tried out different tools in the Business Intelligence (BI) space in order to find one that suited my needs. I’d like to share this journey, and while it’s not intended to be the most thorough research, it may save you some time.
Let's personalize your content