Skip to content
View pavleprica's full-sized avatar

Highlights

  • Pro

Organizations

@Zuehlke @racunarski-fakultet @go-nag

Block or report pavleprica

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pavleprica/README.md

Hello! Nice to meet you! 😄 ✌️ I am Pavle Prica!

One passionate (read obsessed) programmer!

On occasion strange 🤭

🖥️ I am a Software Engineer working at the Ready (ex Argent). Part of the Platform team.

📥 You can reach me on my email

👽 In my free time I love to learn more, develop some useful things, communicate, travel, gaming, and who knows what else. Yeah, a 36-hour day would be short as much as the current 24-hour 🤓.


Conference talks: Heapcon 2023

💬

Pinned Loading

  1. pavleprica pavleprica Public

  2. go-nag/configuration go-nag/configuration Public

    Configuration is used to effectively manage environment configurations within Golang. It offers an array of methods to fetch the environment in addition to load it from the .env file.

    Go 2

  3. Generates a ETH private key and prin... Generates a ETH private key and prints the key, pub key and address
    1
    package main
    2
    
                  
    3
    import (
    4
    	"crypto/ecdsa"
    5
    	"fmt"
  4. Gets the public key from a file and ... Gets the public key from a file and parses it to an ETH account address (eoa)
    1
    package main
    2
    
                  
    3
    import (
    4
    	"crypto/ecdsa"
    5
    	"crypto/x509/pkix"
  5. defisaver/defisaver-v3-contracts defisaver/defisaver-v3-contracts Public

    All the contracts related to the Defi Saver ecosystem

    Solidity 320 142