public function index(Request $request): View
{
$projects = Project::query()
->with(['category', 'images'])
->where('is_published', true)
->orderByDesc('published_at')
->paginate(12);
return view('welcome', compact('projects'));
}
.hero {
background-image: linear-gradient(90deg, #232526, #414345);
mix-blend-mode: screen;
}
const play = async (track) => {
const source = context.createBufferSource();
source.buffer = await decode(track.url);
source.connect(context.destination);
source.start(0);
};
public function index(Request $request): View
{
$projects = Project::query()
->with(['category', 'images'])
->where('is_published', true)
->orderByDesc('published_at')
->paginate(12);
return view('welcome', compact('projects'));
}
.hero {
background-image: linear-gradient(90deg, #232526, #414345);
mix-blend-mode: screen;
}
const play = async (track) => {
const source = context.createBufferSource();
source.buffer = await decode(track.url);
source.connect(context.destination);
source.start(0);
};
Меня зовут Артём.
Я — WEB разработчик.
А ещё я — DJ, музыкант, дизайнер, клипмейкер и блоггер.
Связаться
I think of myself as a creator of different things: art, music, video, websites and scripts.
Обычно использую:
Laravel | Vue | Tailwind | MySQL
- Name :
- Artem Borovinsky
- Сайт :
- vk.com/graf_borovinsky
- Location :
- Novosibirsk, Russia
Work experience
-
Citrus
October 2025 — March 2026
International crypto casino. Working on the payment system.
-
Finterra
December 2023 — August 2025
Microfinance company. Payment system development and third-party integrations.
-
Techsoft Krasnoyarsk
November 2022 — December 2023
Laravel CRM system for ministry employees.
-
Dengimigom
January 2022 — May 2022
Fullstack development of a new application with Laravel and Vue.
Skills
Backend
- PHP
- Laravel
- PostgreSQL
Frontend
- Vue
- Nuxt
- Vuex
- Inertia.js
- JavaScript
- CSS / SCSS
Infrastructure
- Docker
- Ubuntu / Linux
Other
- Веб-дизайн
Education
-
Freelance and self-study
January 2018 — now
Teaching myself web development, design and Linux.
-
NSAWT, Academy of Water Transport
September 2011 — June 2015
A degree, and a lot of life experience.
-
Programming courses
September 2007 — May 2009
Programming basics: Delphi 7, Pascal and other languages.
-
School No. 17
September 2000 — May 2011
My main school.