Planet Forklore

Aggregated blog posts from India's open source maintainers.

18 maintainers · 524 posts
Subscribe to RSS
Filter by author or tag

By Tag

The Importance of Communities

Wikipedia defines ‘Community’ as: A community is a social unit (a group of living things) with commonality such as norms, religion, values, customs, or identity. Communities can be of many types and they might exist for different set of goals. In this post, I will share my exper…

Contribute to Wikimedia Commons

If you have an image or a photo that you have taken which is useful for informative purposes, you can upload them to Wikimedia Commons. All users of files found on Wikimedia Commons must be given the Four Freedoms: The freedom to use the media. The freedom to study the media and…

Systems, Scale, Value

Creating things is a delicate endeavour, fraught with peril. People struggle forward through crazy marketplace and environmental complexities just to get from one day to the other. Yet I can't shake off the feeling that we make it harder for ourselves than it should be. I've bee…

Load testing with K6

This week I was occupied with optimising a Golang program I’d written at work. I wanted a way to reproduce the issue under heavy load on my development environment and Load Tests are a good way to do that. The service in question is a RESTful API so it’s relatively easy to use a…