-
Core Java
Automate Technical Documentation using Jamal
Introduction Writing good technical documentation is an art. An art is the expression or application of human creative skill and…
Read More » -
Software Development
Top 7 Challenges Of Cross Browser Testing With Solutions
With the rapid advancements in technology and digitization, businesses strive to get the best out of it and ensure their…
Read More » -
Python
[MEGA DEAL] AI & Python Development eBook Bundle by Mercury Learning (96% off)
Master the Art of Programming & Web Development with 15 eBooks on Python, Artificial Intelligence, TensorFlow and More! Hey fellow…
Read More » -
Software Development
How To Generate TestNG Reports In Jenkins?
TestNG is an open-source automated testing framework, where ‘NG’ of TestNG is Next Generation. It is similar to JUnit but…
Read More » -
DevOps
Latency of DigitalOcean Spaces vs AWS S3
WakaTime’s infra is split across DigitalOcean and AWS. We use DigitalOcean Droplets for compute resources, AWS S3 to store code stats, and DigitalOcean Spaces for backups. You can find…
Read More » -
Enterprise Java
Processing real-time data with Storm, Kafka and ElasticSearch – Part 4
1. Introduction In the third part of this series of articles about real-time stream processing we learned how to import…
Read More » -
DevOps
Using a disk-based Redis clone to reduce AWS S3 bill
Redis is an in-memory database with very high write and read speed, and a limitation that data sets can’t be larger…
Read More » -
Core Java
Retry In The Future
Writing asynchronous code in Javascript is relatively easy. // async function let attempt = 1; while (true) { try {…
Read More » -
Software Development
It Looks Right To Me
When writing a test it’s important to test both positive and negative scenarios. It’s important to test edge cases. However,…
Read More »