Skip to content
View kakauandme's full-sized avatar
😎
😎

Organizations

@joseflegal
Block or Report

Block or report kakauandme

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
kakauandme/README.md

Kirill Kliavin

LinkedIn: https://www.linkedin.com/in/kirillkliavin/
GitHub: https://github.com/kakauandme
Email: [email protected]
Location: -37.8136, 144.9631

Software engineer and co-founder of legal tech start-up Josef, with over 13 years of experience across non-profit, government, start-ups and agency work. I recently exited Josef after 7 successful years of proudly building and developing legal SaaS tech. My professional career has been driven actively by my values-centric approach to engineering and design. I'm passionate about problem-solving, accessibility and inclusivity, optimisation and exploring how those intersect harmoniously.

Experience

CTO/Solutions architect at Josef (2017 - 2024)

As co-founder of Josef, I have spent the last ~7 years building and developing legal tech SaaS products that legal professionals across the globe use.

Key achievements:

  • Successfully grown an engineering & product team to 20 people
  • Designed and built 2 x SaaS products from the ground up, leveraging modern tech stacks and cloud-based architecture
  • Co-lead 3 rounds of investments
  • Scaled web services for enterprise clients in the US, EU & APAC
  • Integrated the latest ML models and tools for proprietary use cases, utilising data indexing, search and Generative AI for policies and legal documents
  • Facilitated penetration testing and SOC II certification

Senior engineer at WeAreDigital (2015 - 2016)

I spearheaded the development of storePlayDisplay - a custom digital signage service on embedded devices deployed in retail stores across Australia.

My role encompassed the entire development cycle, from initial architecture and prototyping to deployment and on-site installation. Understanding and respecting the client brief the project's key successes included:

  • Designing a low-cost solution architecture, landing just under $50/unit
  • Developing a hardware device running a custom-built client application
  • Building a cloud-based CMS for seamless admin and management

Developer at Today (2011 - 2015)

I crafted digital solutions for diverse sectors, including government agencies, local enterprises, and non-profit organisations. Notable projects include the Business Victoria portal, KeepCup e-commerce platform and the Missing person guide.

Education

Master of Computer Science at RMIT University, Australia (2011 - 2013)
Bachelor of Applied Mathematics at Odesa National University, Ukraine (2005 - 2010)

Skills

  • Creative technical problem-solving
  • Comprehensive understanding and facilitation of the software development lifecycle, from ideation to deployment
  • Proficiency in utilising and developing machine learning models and tools
  • Security best practices and certification
  • Proven technical leadership and team management skills
  • Strong foundation in algorithms & optimisation, with a focus on improving software performance and efficiency
  • Commitment to accessibility and UX, ensuring software is inclusive and intuitive for all users

Personal

When I'm not developing tech, you'll find me in nature or art. From surfing to cycling, Solstice Swims at Dark Mofo, and even running a marathon in Vietnam following a lost bet, I find balance when outdoors. I love to challenge myself and am never afraid of new heights, personally and professionally.

Pinned Loading

  1. aidreams aidreams Public

    AI dreaming art.

    JavaScript

  2. aroundme.photos aroundme.photos Public

    Check out real-time updates in your area and discover what is happening.

    JavaScript 1

  3. beats1.media beats1.media Public

    Trending tracks streamed on Beats 1 Radio by Apple Music

    PHP 2 1

  4. TensorFlowMNIST TensorFlowMNIST Public

    Various neural networks on MNIST data using TensorFlow library

    Jupyter Notebook 16 6

  5. Javascript ISO country code to count... Javascript ISO country code to country name conversion
    1
    var isoCountries = {
    2
        'AF' : 'Afghanistan',
    3
        'AX' : 'Aland Islands',
    4
        'AL' : 'Albania',
    5
        'DZ' : 'Algeria',
  6. Disable Google Analytics and Google ... Disable Google Analytics and Google Ads cookies/identifiers for GDPR countries
    1
    <script async defer src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXX-X"></script>
    2
    <script>
    3
    
    
    4
    	window.dataLayer = window.dataLayer || [];
    5
    	function gtag(){dataLayer.push(arguments);}