Skip to content

Instantly share code, notes, and snippets.

View snimmagadda1's full-sized avatar
💭
🚀

Sai Nimmagadda snimmagadda1

💭
🚀
View GitHub Profile
@Hakky54
Hakky54 / curl-with-java-keystore.md
Last active August 26, 2024 13:14
Curl with Java KeyStore

Curl with Java KeyStore

Curl doesn't have support for java keystore file, so therefor the file should be converted to a PEM format. It consists of the following multiple steps:

  1. Convert keystore to p12 file
  2. Convert p12 file to pem file
  3. Run curl command with pem files

One way TLS/SSL/Authentication

Convert keystore to p12 file

@adamwiggins
adamwiggins / adams-heroku-values.md
Last active September 5, 2024 20:18
My Heroku values

Make it real

Ideas are cheap. Make a prototype, sketch a CLI session, draw a wireframe. Discuss around concrete examples, not hand-waving abstractions. Don't say you did something, provide a URL that proves it.

Ship it

Nothing is real until it's being used by a real user. This doesn't mean you make a prototype in the morning and blog about it in the evening. It means you find one person you believe your product will help and try to get them to use it.

Do it with style