Julia Shlykova

Julia Shlykova @jsha

Joined:
Mar 30, 2024

Julia Shlykova
articles - 28 total

Introduction to TypeScript. Setup

TypeScript is a superset of JavaScript, that means JavaScirpt code is valid code in Typescript. ...

Learn More 4 1Jun 20

SVG dimension attributes and adaptive icons

Table of contents SVG viewport, viewbox and...

Learn More 0 0Apr 30

SVG essentials. Embedded image and filter effects

What if we need a shadow for the shape in SVG? If we use CSS box-shadow on SVG elements, it won't...

Learn More 0 0Apr 16

SVG essentials. Gradients and patterns

Gradient in SVG Each gradient must have id attribute for future reference. Color...

Learn More 0 0Apr 10

SVG essentials. SVG auxiliary elements and style application

We have seen basic shapes in previous articles and now it's time to move to more complicated ones. ...

Learn More 1 0Apr 2

SVG essentials. Basic shapes and path

In the previous article, we have seen the flower consisted of a circle at center and paths for...

Learn More 1 0Mar 11

SVG essentials. Introduction

SVG is an XML-based markup language that stands for Scalable Vector Graphics. As the name suggests,...

Learn More 0 0Mar 5

Container queries in css

Container queries are fully supported by the main browsers. They work similarly to media queries,...

Learn More 0 0Jan 22

Subgrid

Table of contents Introduction How to use subgrid Important notes ...

Learn More 5 0Nov 29 '24

New CSS features (from august 2024)

Check out this Pen I made!

Learn More 0 0Nov 22 '24

Practical application of grid

After learning theoretical concepts of grid, let's apply our knowledge to real-world examples. ...

Learn More 0 0Nov 5 '24

Grid Basics. Placing and aligning items

Table of contents Placing children inside a grid container using line numbers Grid...

Learn More 1 0Nov 5 '24

Grid Basics. Track sizes

Table of contents Fractional unit (fr) Minimum and maximum range (minmax()) Content-based...

Learn More 1 0Nov 5 '24

Changing your worlds with the power of the imagination

This is a submission for Frontend Challenge v24.07.24, CSS Art: Recreation. Inspiration I...

Learn More 4 1Aug 4 '24

Simplest theme toggler using checkbox

The easiest way to toggle theme with plain css :)

Learn More 0 0Jul 23 '24

Trans component in react-i18next. Multilingual website

Tutorial of using react-i18next alongside with documentations can be found here. When first...

Learn More 1 0Jul 19 '24

Effect of highlighting text with pen

This codepen is inspired by work by Sten Hougaard Preparations Let's create two...

Learn More 1 0Jul 16 '24

Cheat Sheet for React Bootstrap. Layout and Forms

Table of contents Breakpoints Grid system Container Row Col Stacks Forms Form...

Learn More 0 0Jul 3 '24

Cheat Sheet for React Bootstrap. Installation and components

Bootstrap Javascript is not recommended to use with React. Thus, React-Bootstrap comes to light. It...

Learn More 5 0Jul 3 '24

Cheat Sheet for Bootstrap. Utilities and helpers

Table of contents Sizing Spacing Text Background Borders Text...

Learn More 0 0Jul 3 '24

Cheat Sheet for Bootstrap. Layout

Bootstrap allows to use mobile-first flexbox grid to build layouts of all shapes and sizes. ...

Learn More 0 0Jul 3 '24

Introduction to Bootsrap

What is Bootstrap? If you haven't heard about CSS frameworks, then imagine that you don't have to...

Learn More 2 0Jul 3 '24

Landing page

This is a submission for Frontend Challenge v24.04.17, Glam Up My Markup: Earth Day Celebration...

Learn More 4 1Apr 28 '24

Leaving the Earth

This is a submission for Frontend Challenge v24.04.17, CSS Art: Earth Day. ...

Learn More 4 2Apr 27 '24

Fast dive into Sass

Table of contents Installation and usage Variables Nesting Modules Mixins Placeholer...

Learn More 1 1Apr 19 '24

URL path and react-router dynamic segment

Prehistory I have a project in which usernames go as dynamic segment in react-router route...

Learn More 1 0Apr 11 '24

web API vs web server. REST API

Table of contents Terminology Types of architecture styles for web API REST API When...

Learn More 2 0Apr 8 '24

CSS perspective and opening book as in 3d

If you read about 3d in CSS and didn’t fully understand how to make 3d in the way you want using...

Learn More 2 0Apr 3 '24