| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Horizon Blockchain Games | Toronto, Canada | $63k - $70k | |||
Ankr | San Francisco, CA, United States | $72k - $90k | |||
Parity Technologies | New York, NY, United States | $76k - $110k | |||
Tessera | Remote | $100k - $200k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Crossmint.io | Making NFTs Accessible to Everyone | Mexico City, Mexico | $36k - $70k | |||
Crossmint.io | Making NFTs Accessible to Everyone | Mexico City, Mexico | $36k - $54k | |||
Crossmint.io | Making NFTs Accessible to Everyone | Miami, FL, United States | $81k - $84k | |||
Tessera | Remote | $100k - $200k | |||
Parity Technologies | New York, NY, United States | $72k - $110k | |||
Tessera | Remote | $100k - $200k | |||
Enya | Remote | $37k - $90k | |||
Tessera | Remote | $80k - $125k | |||
Clearmatics | London, United Kingdom | $72k - $91k | |||
Clearmatics | London, United Kingdom | $72k - $91k | |||
Tessera | Remote | $100k - $200k |
This job is closed
Head of Data Analytics
Responsibilities
- Coach team members in further developing their craft
- Manage a diverse team within an inclusive team culture where people are recognized for their contribution
- Provide input to our data engineers as we scale our systems and tools
- Contribute to our team and company data culture through collaboration, training, coaching, and more
- Help the team turn the data into insights and present those insights to business stakeholders
- Partner effectively with teams across the company, including product, finance, marketing, business development, as well as Horizon’s leadership team
- Designing, communicating, and executing data strategies
What you bring
- 8+ years of experience in highly analytical roles, preferably with experience in tech analytics
- Experience leading data teams
- You are able to perform complex analyses, understand the importance of various factors, recommend decisions & are able to present them to business stakeholders
- Expert knowledge of SQL, and the ability to "jump in" when needed
- Proficiency with a scripting language like Python or R
- Knowledge of statistical analysis and methods, and core concepts in data science
- Deep familiarity with a BI tool like Tableau, Looker, etc.
- An interest in Web3, and blockchain technologies
- Nice-to-have: Strong understanding of the Ethereum blockchain and related sidechains, their data structures, meta-data, and technical workings
What is EVM?
EVM stands for Ethereum Virtual Machine, and it is the runtime environment for smart contracts in the Ethereum network
It is a virtual machine that executes code written in the Solidity programming language, which is the language used for writing smart contracts on the Ethereum platform
The EVM is a sandboxed environment, which means that code executed within the EVM is isolated from the rest of the network and cannot interact with it directly
This is important for security reasons, as it prevents malicious code from affecting the rest of the network
When a smart contract is deployed to the Ethereum network, it is compiled into bytecode that can be executed by the EVM
Each node on the network maintains a copy of the EVM, which allows them to execute smart contract code and validate transactions
When a transaction is submitted to the network, the EVM processes it by executing the corresponding smart contract code
The EVM processes the transaction by reading the bytecode, interpreting it, and executing it step by step
The EVM then returns the result of the transaction to the sender, which can include changes to the state of the contract or the network as a whole
The EVM is designed to be Turing-complete, which means that it is capable of performing any computation that can be performed by a computer
This allows for complex smart contracts to be executed on the Ethereum network, including those with conditional logic, loops, and other advanced programming constructs
The EVM is a key component of the Ethereum network, as it allows for the execution of smart contracts in a secure and isolated environment
It is a crucial part of the blockchain infrastructure that enables decentralized applications to be built and run on the Ethereum platform.