SpiderSoft logo
SpiderSoft
Software development
  • About Us
  • Projects
  • Case studies
  • Agencies
  • Contact

How to test mod_rewrite in Apache

Test your htaccess rewrite rules

2022-10-23
Technologies

Documentation for mod_rewrite is pretty good, but it is not always easy to test your rules. This is a simple way to test your rules. I found this tool very useful when I was working on a project that required a lot of htaccess rules.

htaccess.madewithlove.com

How to create AWS Signature on GET POST request

How to create AWS Signature on GET POST request

Signing request with AWS Signature

2022-08-28
Technologies, Go Lang

Postman, it’s a great tool for debuging, testing and other activities performed by us - developers. It has a build in option to sign requestes with AWS Signature . We do have AWS SDK for Go v2 , but I couldn’t find any good examples except a test file . The other useful file will be const.go where we can find a couple of interesting variables.

Read more…
How to implement timeout in go routines

How to implement timeout in go routines

Go lang simple workers with timeout using context

2022-07-29
Technologies, Go Lang

I wanted to implement a timeout in go routines. There are a couple o ways doing that. We could use context.WithTimeout() or we go with classical sync.WaitGroup group with a trick.

Let’s start with the first one.

Read more…

How to set up public bucket policy on Object Storage

2022-07-25
Technologies, DevOps

This one is really quick and easy to set up public bucket policy on DigitalOcean Spaces . Spaces are S3 type object storage, you can check out about it here .

Read more…
How to send form using GO

How to send form using GO

Sending multipart/form-data form using GO

2022-07-05
Technologies, Go Lang

This time really simple solution to submit form using GO. This example allows you to submit form with fields, and also attach file

Read more…
« 4/31 »

Categories

  • Blog
  • Case Studies
  • Continuous Integration
  • DevOps
  • Go Lang
  • JavaScript
  • Mac
  • Open Source
  • PHP
  • Security
  • Software
  • Swift
  • Technologies
  • Web Development

Social

Facebook
Twitter
LinkedIn
GitHub

Menu

  • Dropbox
  • Hetzner Cloud
  • Namecheap
Privacy Policy | Refund Policy | Term and conditions
© 2026 SpiderSoft. Generated with Hugo and Mainroad theme.