Skip to content

Latest commit

 

History

History
123 lines (118 loc) · 5.32 KB

File metadata and controls

123 lines (118 loc) · 5.32 KB
layout default
title Technology
permalink /technology/

Technology

Technical Expertise & Projects

Areas of Expertise

Blockchain Development

Experience with smart contracts, decentralized applications, and blockchain infrastructure.

  • Solidity
  • Web3.js
  • Ethereum
  • Tezos

Data Analytics

Building and implementing data pipelines, analytics systems, and visualization tools.

  • Python
  • SQL
  • Tableau
  • Snowplow

Product Development

Full-stack development with a focus on user experience and scalability.

  • React
  • Node.js
  • TypeScript
  • AWS

Digital Marketing

Technical implementation of marketing tools and analytics platforms.

  • Google Analytics
  • Segment
  • HubSpot
  • Marketing Automation
            <h2>Featured Projects</h2>
            <div class="projects-grid">
                <div class="project-card">
                    <h3>Blockchain Domain System</h3>
                    <p>Developed a system for managing blockchain-based domain names using smart contracts.</p>
                    <div class="project-links">
                        <a href="https://medium.com/blockchannel/stop-renting-buy-top-level-domains-with-bob-wallet-16a25acfbd76" target="_blank" rel="noopener noreferrer">Read More →</a>
                    </div>
                </div>
                <div class="project-card">
                    <h3>Data Analytics Pipeline</h3>
                    <p>Built a scalable data pipeline for processing and analyzing user behavior data.</p>
                    <div class="project-links">
                        <a href="https://snowplowanalytics.com/blog/2019/02/05/how-data-ownership-makes-you-a-more-effective-data-scientist/" target="_blank" rel="noopener noreferrer">Read More →</a>
                    </div>
                </div>
            </div>
        </div>

        <div class="tech-sidebar">
            <div class="skills-card">
                <h3>Technical Skills</h3>
                <div class="skills-list">
                    <div class="skill-category">
                        <h4>Languages</h4>
                        <ul>
                            <li>JavaScript/TypeScript</li>
                            <li>Python</li>
                            <li>Solidity</li>
                            <li>SQL</li>
                        </ul>
                    </div>
                    <div class="skill-category">
                        <h4>Frameworks & Tools</h4>
                        <ul>
                            <li>React</li>
                            <li>Node.js</li>
                            <li>Web3.js</li>
                            <li>Docker</li>
                        </ul>
                    </div>
                    <div class="skill-category">
                        <h4>Platforms</h4>
                        <ul>
                            <li>AWS</li>
                            <li>Ethereum</li>
                            <li>Tezos</li>
                            <li>GitHub</li>
                        </ul>
                    </div>
                </div>
            </div>

            <div class="contact-card">
                <h3>Interested in Collaboration?</h3>
                <p>Let's discuss how we can work together on your next project.</p>
                <a href="mailto:{{ site.email }}" class="button">Get in Touch</a>
            </div>
        </div>
    </div>
</div>