Before writing your first React component you should know how to setup your environment. Boilerplates, Webpack or Parcel, Babel, linter and dev tools are essential for bringing your React project to life.
Recent big news is that Google is blocking Huawei’s access to all Android updates. However, this is not the biggest problem for Huawei now. Check an interview with our CEO, Marin Bek, where he tells what major problem is facing Huawei.
At KrakenSystems we're working with various IoT devices. They are our main infrastructure for collecting data and sending them to further aggregating pipelines. For now, they are implemented as Beaglebone black devices, armv7l hard float CPU, AM335x 1GHz ARM® Cortex-A8 and only 512MB RAM. In this blogpost we're covering use case and rationale for using kubernetes on such underpowered devices.
Race conditions are pretty nasty bugs. Hard to trace, reproduce and isolate; often occurring under unusual circumstances and often lead to hard to debug issues. Thus it’s best to prevent & detect them early. Thankfully, there’s a production-ready algorithm to tackle the challenge - ThreadSanitizer v2, a battle proven library for compiler support in Go, Rust, C & C++.
In first two articles, you learned everything about types and problems of sentiment analysis algorithm, but you still don't know how to actually create one. So, in this article, we'll get our hands dirty and start with the simple one - rule-based!
Kraken organized the first Kubernetes and Cloud Native Meetup!
KrakenSystems welcomed MBA students from Smeal College of Business, USA.
A short discussion about the existence and usage of pop-ups in a modern web environment or Why are they still a thing?
In our last article, we explained different types of sentiments analysis, and now, we’ll focus on problems!
A distributed system is one in which the failure of a computer you didn't even know existed can render your own computer unusable - Leslie Lamport