dev_tip's profile picture. Tips and tricks related to frontend-developer daily work. By @dark_mefody

Dev Tips by Nikita Dubko

@dev_tip

Tips and tricks related to frontend-developer daily work. By @dark_mefody

Weekly Links: - CSS line-clamp without prefixes; - Embedded 3D models on the web; - Starter for playing with scroll-driven effects; - 2023 JS Rising Stars; - Side Panel API; - SVG icons as a mask. mefody.dev/chunks/weekly-…

mefody.dev

Weekly Links: 10 February 2024 | Dev Tips by Nikita Dubko

Hello, my name is Nikita and I am a front-end developer. Here are life hacks and tips related to my daily work.


A CSS editor written in CSS for your slide demos. @​scope, CSS Container Queries, contenteditable, CSS Grid, and color-scheme. Just 54 lines of CSS. Inspired by Miriam Suzanne. mefody.dev/chunks/css-edi…


Weekly Links: - Interop 2024 - Safari 17.4 Beta - Figma Dev Mode - Outllok on macOS - carouscroll Web Component - git rerere - Configurable switch component - CSS Scroll-triggered Animations - TypeScript 5.4 Beta - Learn SVG - Images with backdrop blur mefody.dev/chunks/weekly-…

mefody.dev

Weekly Links: 03 February 2024 | Dev Tips by Nikita Dubko

Hello, my name is Nikita and I am a front-end developer. Here are life hacks and tips related to my daily work.


Weekly Links: - Scroll-Driven Animation - CSS one-liners - Noise effect with CSS gradients - Declarative Shadow DOM usage - New in Chrome 121 - IE’s content rating system - Key updates in WCAG 2.2 - Automated weekly links posts mefody.dev/chunks/weekly-…

mefody.dev

Weekly Links: 27 January 2024 | Dev Tips by Nikita Dubko

Hello, my name is Nikita and I am a front-end developer. Here are life hacks and tips related to my daily work.


CSS can help you to style text selections if the default selection styles are not compatible with the design of your website. #CSS mefody.dev/chunks/selecti…

dev_tip's tweet image. CSS can help you to style text selections if the default selection styles are not compatible with the design of your website.

#CSS

mefody.dev/chunks/selecti…

If you have a task to debug some element that is displayed on hover or focus only, DevTools have three ways to help you with that. #devtools mefody.dev/chunks/hover-d…

dev_tip's tweet image. If you have a task to debug some element that is displayed on hover or focus only, DevTools have three ways to help you with that.

#devtools

mefody.dev/chunks/hover-d…

Sometimes you need to prevent text glyphs from turning into emojis. For example, when the heart glyph is a part of your page title. But OS renders it as emoji. There are some ways to fix it. #html #css mefody.dev/chunks/emoji-t…


After you decided to use git hooks in a project, you have to share them with your team. By default, git hooks are not shareable. But there are few ways to solve the problem. #git #npm #bash mefody.dev/chunks/git-hoo…

mefody.dev

Git Hooks: share with your team | Dev Tips by Nikita Dubko

How to share git hooks with your team? How can I make my automation from .git/hooks public?


Sometimes I need to create a link to download the file. Sometimes user wants to save AVIF or WebP as JPEG. These situations have something in common. #html #js mefody.dev/chunks/downloa…

mefody.dev

Link to download | Dev Tips by Nikita Dubko

A simple way to create a link to save the file.


The classic way to work with `document.cookie` looks like trade-offs from the past. The Cookie Store API can solve a lot of problems in the future. #js mefody.dev/chunks/cookie-…

mefody.dev

Work with cookies the modern way | Dev Tips by Nikita Dubko

Cookie Store API is a way to avoid the pain.


Have you ever wanted to select and copy a specific part of a long link text? Hold an `Alt` (`⌥ Option`) to do it. #browser mefody.dev/chunks/copy-pa…


If you use GitHub as an open-source workspace, try the GitHub CLI to increase your productivity. `gh pr checkout`, `gh issue create` and other commands save my time every day. #bash #git mefody.dev/chunks/github-…

mefody.dev

GitHub from CLI | Dev Tips by Nikita Dubko

How to work with GitHub issues, pull requests, and gists from the terminal.


Loading...

Something went wrong.


Something went wrong.