💼 Profile? 💼
I'm not so young student, individual with developmental delays.
- Do not distribute without author mentions...
- Please, save something from original trademark.
- By making use of the Software for military purposes, you choose to make a 🐰 unhappy.
Here are some of my notable projects:
- 🧩 Unite 2-RE 🧩 - huge collection of own SCSS, JS and TS libraries and services.
- 📱 ADL-U2RE 📱 - (in development) our web application...
- 📩 Message board 📩
- 🚩 Point of view 🚩
Vanilla | Pre-proc | OS | Env | Browser | Framework | IDE |
---|---|---|---|---|---|---|
I'm a passionate Frontend Developer with a strong focus on creating user-friendly web applications. I have experience working with modern technologies Pug, SCSS, TypeScript, along with HTML, CSS, and JavaScript (and also bigger frameworks). My goal is to deliver high-quality, responsive, and accessible interfaces that provide an exceptional user experience.
- Languages: JavaScript/TypeScript, HTML/Pug, CSS/SCSS...
- Tools: Webpack (in past), Vite, Deno, Git, pnpm/npm/yarn.
- Frameworks: Vanilla, Lit, SolidJS, Lucide, own conceptions.
- Frameworks (in past): Svelte, Vue, React
- Other:
- Responsive Design
- Accessibility (a11y)
- Performance Optimization
- Progressive Web Apps (PWA)
- CSP, CORS, CORP, etc.
- Backend (Node.js, Fastify, Vite)
- Featured:
- Deep CSS/SCSS tricking
- Passive CSS programming
- Multi-level coding concept
- Able to replicate most libraries
- Able re-generate newer concepts
- JS helping to CSS or vice versa
Currently learning:
- Advanced performance optimization techniques
- More CSS and JS tricks and techniques
- More CSS standards and specifications
- More EcmaScript conceptions
Besides coding, I enjoy:
- Reading tech blogs and articles
- Participating in hackathons and coding challenges
- Exploring new tools and frameworks
Feel free to reach out if you want to collaborate or just chat about tech!
Yes, this is real HSV.
.hsv-based {
--hsv-value: hsl(40 90 20); /* no-sense, it's hsv */
// for string interpolation
$L: calc((l / 100) * (1 - (s / 100) * 0.5));
$S: calc(((l / 100) - #{$L}) / min(#{$L}, 1 - #{$L}));
// use string interpolated $S and $L calc math
background-color: hsl(from var(--hsv-value) h calc(#{$S} * 100) calc(#{$L} * 100));
}
Code to block some actions of naive users...
Ideal scenario for protect from ban avoid... Why? Because after clear cache, memory process still remain You can pass ban-system only if you block such events, or if you clear store in out of process
//some process or memory still remains even after clearing storage...
addEventListener("beforeunload", saveToStorage);
addEventListener("pagehide", saveToStorage);
//
document.addEventListener("visibilitychange", (ev)=>{
if (document.visibilityState === "hidden") {
saveToStorage(ev);
}
});
// but using such events may broke mechanism...
addEventListener("storage", (ev)=>{
if (ev.storageArea == localStorage) {
}
});
🔥 Let's build something amazing together!