Skip to content
View pavleprica's full-sized avatar
β˜•
Turning coffee into code β˜•οΈ πŸ‘¨β€πŸ’»
β˜•
Turning coffee into code β˜•οΈ πŸ‘¨β€πŸ’»

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 young and passionate software engineer!

On occasion strange 🀭

πŸ–₯️ I am a Software Engineer working at the Decenter, Belgrade. I focus my work on DefiSaver. Github organisation.

πŸ“– Web programming is my main development and I feel most comfortable on the backend and infrastructure. Android development, micro-controllers and operating systems are some areas in which I am constantly growing. I am a very dedicated and positive person towards both my work and colleagues.

πŸ“₯ 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 306 142