All

Java Encryption: a Practical Use Case

When requesting data using online communication, privacy is very important. Sensitive data could be intercepted by an attacker and then misused. To decrease the risk of data interchange, the involved parties use cryptography to encode the data in case an attacker captures it, to guarantee its content safety. For this purpose, two types of cryptography …

Java Encryption: a Practical Use Case Read More »

Architecture documentation with ARC42

When working in Parser, a common pain point we see across companies is the lack of effective architecture documentation. Architecture documentation is essential because it helps in planning and managing projects, and defines a clear understanding of the entire software system of the company. It’s also very useful when onboarding new employees. This gap is …

Architecture documentation with ARC42 Read More »

Scroll to Top