pragma solidity ^0.8.16;
import '@openzeppelin/contracts/access/Employable.sol';
contract MilosGeorgiev is WebDeveloper {
string public constant fullName = "Milos Georgiev";
string public constant type = "Web Developer";
string public constant company = "Noxfall Labs, Inc.";
string public constant address = "Novi Sad, Serbia";
string public constant portfolio = "https://noxfall.github.io/";
}
constructor(string memory _techStack) public onlyEmployer {
_techStack('JavaScript', 'TypeScript', 'NodeJS');
_techStack('React', 'NextJS', 'MongoDB', 'PostgreSQL');
_techStack('Docker', 'Ansible', 'Kubernetes');
_techStack('Python', 'Django', 'Flask', 'GraphQL');
_techStack('Solidity', 'Blockchain', 'thirdweb');
}
Popular repositories Loading
-
openai-quickstart-python
openai-quickstart-python PublicForked from openai/openai-quickstart-python
Python example app from the OpenAI API quickstart tutorial
CSS 1
-
material-ui
material-ui PublicForked from mui/material-ui
MUI Core: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.
JavaScript
-
docusaurus
docusaurus PublicForked from facebook/docusaurus
Easy to maintain open source documentation websites.
TypeScript
-
reactjs.org
reactjs.org PublicForked from reactjs/react.dev
The React documentation website
TypeScript
-
react-page
react-page PublicForked from react-page/react-page
Next-gen, highly customizable content editor for the browser - based on React and written in TypeScript. WYSIWYG on steroids.
TypeScript
-
mui-toolpad
mui-toolpad PublicForked from mui/toolpad
MUI Toolpad: Low-code admin builder. Open-source and powered by MUI.
TypeScript
If the problem persists, check the GitHub status page or contact support.