158 lines
8.0 KiB
HTML
158 lines
8.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
|
<title>About</title>
|
|
|
|
<link rel="stylesheet" href="/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<a href="/" id="logo">■</a>
|
|
<!-- <a id="modern" href="/modern"
|
|
title="If you have modern browser, you can visit more fancy version of my site">Modernize</a> -->
|
|
</header>
|
|
<main>
|
|
<h1>About me</h1>
|
|
<p>
|
|
Hello, my name is Dmitriy Shishkov. I am a 17-year-old computer programmer. I
|
|
also do photography as a hobby. As for autumn 2021, I study radiotechnics
|
|
at "Saint Petersburg Electrotechnical University "LETI".
|
|
</p>
|
|
<p>
|
|
I consider myself a full-stack web developer. All web services and applications
|
|
I deploy on my home server, powered by Fedora Server. For it, I use Podman,
|
|
Ansible, and Cockpit. I have also used PaaSes such as <a href="https://vercel.com">
|
|
Vercel Now</a> or <a href="https://heroku.com">Heroku</a> for previews or small
|
|
projects.
|
|
</p>
|
|
<p>
|
|
I also do some C/C++ development for my workspace tools and to better
|
|
understand how the software I use works. You can see some examples in the
|
|
<a href="/projects">projects</a> section. Even this site is powered by a page
|
|
generator written in C.
|
|
</p>
|
|
<p>Some of the technologies I have worked with:</p>
|
|
<ul>
|
|
<li>JS
|
|
<ul>
|
|
<li><a href="https://www.typescriptlang.org">TypeScript</a></li>
|
|
<li><a href="https://reactjs.org">React</a>:
|
|
<ul>
|
|
<li><a href="https://reactrouter.com">React Router</a></li>
|
|
<li><a href="https://github.com/molefrog/wouter">Wouter</a></li>
|
|
<li><a href="https://www.framer.com/motion">Framer Motion</a></li>
|
|
<li><a href="https://styled-components.com">Styled Components</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>Web APIs:
|
|
<ul>
|
|
<li><a href="https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API">Service Worker</a></li>
|
|
<li><a href="https://developer.mozilla.org/en-US/docs/Web/Web_Components">Web Components</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="https://redux.js.org">Redux</a></li>
|
|
<li><a href="https://nextjs.org">Next.js</a></li>
|
|
<li><a href="https://nodejs.org">NodeJS</a></li>
|
|
<li><a href="https://graphql.org">Graphql</a>:
|
|
<ul>
|
|
<li><a href="https://www.apollographql.com">Apollo</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="https://www.prisma.io">Prisma</a></li>
|
|
<li><a href="https://www.mongodb.com">MongoDB</a>
|
|
<ul>
|
|
<li><a href="https://mongoosejs.com">Mongoose</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="https://www.postgresql.org">PostgreSQL</a>
|
|
<ul>
|
|
<li><a href="https://node-postgres.com">Node-postgres</a></li>
|
|
<li><a href="https://typeorm.io">TypeORM</a></li>
|
|
<li><a href="https://www.cockroachlabs.com/product">CockroachDB</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>Styling:
|
|
<ul>
|
|
<li><a href="https://mui.com/material-ui">Material UI</a></li>
|
|
<li><a href="https://getbootstrap.com/">Bootstrap:
|
|
<ul>
|
|
<li><a href="https://react-bootstrap.github.io/">React Bootstrap</a></li>
|
|
</ul>
|
|
</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="https://www.npmjs.com/package/jsonwebtoken">jsonwebtoken</a></li>
|
|
<li><a href="https://sendgrid.com">SendGrid</a></li>
|
|
<li><a href="https://github.com/jakearchibald/idb">idb</a></li>
|
|
<li><a href="https://github.com/websockets/ws">ws</a></li>
|
|
<li><a href="https://immerjs.github.io/immer">Immer</a></li>
|
|
<li><a href="https://expressjs.com">ExpressJS</a></li>
|
|
<li>Dev environment:
|
|
<ul>
|
|
<li><a href="https://vitejs.dev">Vite</a></li>
|
|
<li><a href="https://eslint.org">ESLint</a></li>
|
|
<li><a href="https://prettier.io">Prettier</a></li>
|
|
<li><a href="https://jestjs.io">Jest</a></li>
|
|
<li><a href="https://mochajs.org">Mocha</a></li>
|
|
<li><a href="https://webpack.js.org">Webpack</a></li>
|
|
<li><a href="https://www.snowpack.dev">Snowpack</a></li>
|
|
<li><a href="https://storybook.js.org">Storybook</a></li>
|
|
<li><a href="https://esbuild.github.io">esbuild</a></li>
|
|
<li><a href="https://babeljs.io">Babel</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li>Deployment:
|
|
<ul>
|
|
<li><a href="https://podman.io">Podman</a></li>
|
|
<li><a href="https://www.docker.com">Docker</a></li>
|
|
<li><a href="https://docs.docker.com/compose">docker-compose</a></li>
|
|
<li><a href="https://www.ansible.com">Ansible</a></li>
|
|
<li><a href="https://kubernetes.io">Kubernetes</a></li>
|
|
<li><a href="https://dokku.com">Dokku</a></li>
|
|
<li><a href="https://heroku.com">Heroku</a></li>
|
|
<li><a href="https://vercel.com">Vercel Now</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="https://www.python.org">Python</a>
|
|
<ul>
|
|
<li><a href="https://ipython.org/notebook.html">Jupyter Notebook</a></li>
|
|
<li><a href="https://matplotlib.org">Matplotlib</a></li>
|
|
<li><a href="https://numpy.org">Numpy</a></li>
|
|
<li><a href="https://fastapi.tiangolo.com">FastAPI</a></li>
|
|
<li><a href="https://palletsprojects.com/p/jinja">Jinja2</a></li>
|
|
<li><a href="https://www.sqlalchemy.org">SQLAlchemy</a></li>
|
|
<li><a href="https://pytorch.org">PyTorch</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>C</li>
|
|
<li>C++:
|
|
<ul>
|
|
<li><a href="https://www.wxwidgets.org">wxWidgets</a></li>
|
|
<li><a href="https://www.arduino.cc">Arduino</a></li>
|
|
<li><a href="https://learn.microsoft.com/en-us/cpp/mfc/mfc-desktop-applications">MFC</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="https://go.dev">Golang</a></li>
|
|
<li><a href="https://www.lua.org">Lua</a></li>
|
|
<li>C#
|
|
<ul>
|
|
<li><a href="https://dotnet.microsoft.com">.NET Core</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="https://kotlinlang.org">Kotlin</a></li>
|
|
</ul>
|
|
<p>See <a href="/contacts">contacts</a> to get in touch with me.</p>
|
|
<p>You can reach my resume by following
|
|
<a href="https://git.dm1sh.ru/dm1sh/dm1sh/src/branch/main/resume.md">this link</a>.
|
|
</p>
|
|
</main>
|
|
</body>
|
|
|
|
</html> |