Как искать вакансии в Linkedin по публикациям?

Сегодня я поделюсь с вами полезной информацией по поиску вакансий через публикации. Вы удивитесь, но большой процент вакансий публикуется через посты. Нанимающие менеджеры, рекрутеры, хантеры публикуют посты, чтобы собирать отклики среди своих подписчиков. Уверенна, что вы уже хотите быстрее узнать как это делать, не смею томить, сейчас расскаж…

Что я использую при создание Mini Apps в Telegram или почему Next.js лучшее универсальное решение

Всем привет! На связи Дмитрий, я разработчик, пиши о своих кейсах, опыте и много другом о чем хочется поделиться.

Что я использую при создание Mini Apps в Telegram или почему Next.js лучшее универсальное решение
2
🪄 Magic UI - новая крутейшая бесплатная библиотека анимаций.

Вышла огромная библиотека бесплатных анимированных компонентов для React, Tailwind и Framer.

5 популярных баз данных для веб-приложений

Базы данных являются важной частью любого веб-приложения, поскольку они хранят, управляют и обеспечивают доступ к данным. Для разработчиков важно выбрать подходящую базу данных в зависимости от потребностей проекта. Давайте рассмотрим пять популярных баз данных, широко используемых для веб-приложений.

🖥 Квинтэссенция знаний о современной веб-разработке на JavaScript
🖥 Квинтэссенция знаний о современной веб-разработке на JavaScript
React 19 уничтожит все фреймворки
React 19 уничтожит все фреймворки
1
5 нескучных задач для сисадминов и разработчиков. Сколько сможете решить?

Приготовили для вас подборку задач для начинающих и опытных айтишников. Выбирайте подходящие, решайте и узнавайте верные ответы.

5 нескучных задач для сисадминов и разработчиков. Сколько сможете решить?
7
Фронтенд-разработка — как она помогает масштабировать бизнес?

Способны ли разработчики увеличить доходность компании клиента? Еще как! В этой статье мы посмотрим на фронтенд-разработку с точки зрения пользы для бизнеса. Проследим основные этапы ее создания, а также расскажем, в каких коммерческих отраслях она наиболее необходима.

Фронтенд-разработка — как она помогает масштабировать бизнес?
7
React Custom Hook: useTimeout
React Custom Hook: useTimeout
React Custom Hook: useStorage
React Custom Hook: useStorage

One of the key advantages of this custom hook is its simplicity. You can use it to store any type of data, such as strings, numbers, or even complex objects, with just a few lines of code. Additionally, useStorage handles the serialization and deserialization of data for you, so you don't have to worry about converting values to and from JSON.<…

React Custom Hook: useStateWithValidation
React Custom Hook: useStateWithValidation

One of the key advantages of this custom hook is its flexibility. You can pass any validation function that suits your specific requirements. Whether it's checking the length of a string, ensuring a numeric value falls within a certain range, or performing more complex validations, useStateWithValidation has got you covered.

React Custom Hook: useStateWithHistory
React Custom Hook: useStateWithHistory
  • Automatic history tracking: useStateWithHistory automatically keeps track of the values you set, allowing you to access the complete history whenever you need it.
  • Efficient memory usage: The hook utilizes a capacity parameter, ensuring that the history doesn't grow indefinitely. You can define the maximum number of historical values to keep, preven…
React Custom Hook: useScript
React Custom Hook: useScript

One of the significant advantages of useScript is its ability to handle script loading asynchronously. By setting the script's async attribute to true, you ensure that it won't block the rendering of your application. This improves the performance and overall user experience, especially when dealing with larger scripts or slow network co…

React Custom Hook: useRenderCount
React Custom Hook: useRenderCount

One of the major advantages of using useRenderCount is its simplicity. By abstracting the logic into a reusable hook, you can easily integrate it into any component without cluttering your codebase. Additionally, it provides a clear and concise way to monitor render behavior, which can be crucial for performance optimization and debugging.

React Custom Hook: usePrevious
React Custom Hook: usePrevious

This custom hook can be a game-changer in various scenarios. For instance, you can utilize usePrevious to compare and visualize changes in data, track state transitions, or implement undo/redo functionality. Additionally, it can be valuable in form handling, animations, and any situation where having access to the previous value is crucial for…

React Custom Hook: useOnScreen
React Custom Hook: useOnScreen
1
React Custom Hook: useOnlineStatus
React Custom Hook: useOnlineStatus

One of the main advantages of "useOnlineStatus" is its simplicity. By importing and using this hook in your component, you can effortlessly access the online status of the user. The hook internally uses the "navigator.onLine" property to determine the initial online status and dynamically updates it whenever the user's connectivity chang…

1
React Custom Hook: useMediaQuery
React Custom Hook: useMediaQuery

One of the key advantages of this custom hook is its simplicity and reusability. With just a few lines of code, you can effortlessly implement responsive behavior throughout your application. Whether you need to conditionally render components, apply specific styles, or trigger different functionality based on screen size, useMediaQuery has got…

1
Кейс Фьюче: Помогаем туроператору популяризовать круизный отдых в России с помощью лендинга-агрегатора круизов
<a href="https://fstravel.com/kruizy" rel="nofollow noreferrer noopener" target="_blank">Сервис для подбора круиза туроператора Fun&amp;Sun</a>

У нашего агентства очень разнообразный опыт реализации кейсов. С кем мы только не работали: банки, застройщики, бренды одежды и даже поставщик товаров для взрослых. Но один проект любим особенно горячо — сервис бронирования речных и морских круизов Fun&Sun. О том, что это за сервис, в нашей короткой статье.

3
React Custom Hook: useLongPress
React Custom Hook: useLongPress

One of the key advantages of useLongPress is its simplicity. By utilizing this hook, developers can easily define a long-press action on any element in their React application. With just a few lines of code, the hook takes care of handling the intricacies of tracking the long-press duration and triggering the associated callback function…

1
React Custom Hook: useHover
React Custom Hook: useHover

One of the key advantages of useHover is its simplicity and reusability. By encapsulating the hover logic within the hook, you can easily use it across multiple components without duplicating code. This promotes clean and maintainable code, saving you time and effort in the long run.

1
React Custom Hook: useGeolocation
React Custom Hook: useGeolocation

One of the key advantages of useGeolocation is its simplicity. By encapsulating the complex logic required for geolocation access and handling, this hook provides a clean and reusable solution. The hook automatically handles the loading state, updating it when geolocation data is being fetched, and sets the error state if any issues arise durin…

React Custom Hook: useFetch
React Custom Hook: useFetch

The useFetch hook also offers flexibility through its customizable options parameter. Developers can pass additional headers, query parameters, or request options as needed, ensuring compatibility with various APIs. The hook follows best practices by providing default options for setting the Content-Type header as application/json, promoting cl…

React Custom Hook: useEventListener
React Custom Hook: useEventListener

One of the major advantages of useEventListener is its flexibility. You can specify the event type, callback function, and even the element where the event listener should be attached. This flexibility allows you to tailor event handling to your specific needs, enhancing the reusability of your code.

React Custom Hook: useEffectOnce
React Custom Hook: useEffectOnce

By encapsulating the repetitive useEffect pattern, useEffectOnce allows you to focus on the logic within the effect function itself. This elegant solution saves you from writing boilerplate code repeatedly and helps keep your component files clean and concise.

React Custom Hook: useDeepCompareEffect
React Custom Hook: useDeepCompareEffect

One of the key advantages of useDeepCompareEffect is its ability to prevent unnecessary re-renders. By performing a deep comparison between the current and previous dependencies, the hook intelligently determines if the effect should be triggered, leading to optimized performance in scenarios where shallow comparisons fall short.

React Custom Hook: useDebugInformation
React Custom Hook: useDebugInformation

One of the main advantages of useDebugInformation is its simplicity. By integrating just a few lines of code into your component, you gain access to a wealth of debugging data. The hook tracks the number of renders, changed props, time since the last render, and the timestamp of the last render. This comprehensive information empowers yo…

React Custom Hook: useDebounce
React Custom Hook: useDebounce

One of the main advantages of useDebounce is its simplicity and flexibility. By wrapping your callback function, delay duration, and any dependencies in this custom hook, you can effortlessly implement debouncing functionality without cluttering your component code. The hook takes care of managing the timeout and clears it when necessary, ensur…

React Custom Hook: useDarkMode
React Custom Hook: useDarkMode

The "useDarkMode" hook dynamically updates the HTML body class to apply the "dark-mode" styling whenever dark mode is enabled. This approach ensures consistency across all components without the need for manual class manipulation.

React Custom Hook: useCopyToClipboard
React Custom Hook: useCopyToClipboard

Copying text to the clipboard in a React application can be a tedious task. To simplify this process, I've created a powerful custom hook called useCopyToClipboard. With just a few lines of code, this hook streamlines the copy-to-clipboard functionality, providing developers with a hassle-free solution.

React Custom Hook: useCookie
React Custom Hook: useCookie

One of the key advantages of this custom hook is the ability to update the cookie value. The updateCookie function, returned by useCookie, enables you to modify the value of the cookie. By invoking this function with a new value and optional options, such as expiration or path, you can instantly update the cookie. Additionally, the hook conveni…

React Custom Hook: useClickOutside
React Custom Hook: useClickOutside

One of the main advantages of useClickOutside is its ease of use. Simply import the hook into your component and pass the desired component's reference and a callback function. The hook takes care of the event listener setup and cleanup, saving you time and effort. Plus, it works seamlessly with functional components using the useState a…

React Custom Hook: useAsync
React Custom Hook: useAsync

The useAsync hook takes in a callback function that performs the asynchronous operation and an optional array of dependencies. It returns an object with three properties: loading, error, and value. The loading property indicates whether the operation is currently in progress, while the error property holds any error messages encountered…

React Custom Hook: useArray
React Custom Hook: useArray

In this article series, we embark on a journey through the realm of custom React hooks, discovering their immense potential for elevating your development projects. Our focus today is on the "useArray" hook, one of the many carefully crafted hooks available in the collection of React custom hooks.

Frontend — что почитать? 3 рекомендации от IT-школы
Frontend — что почитать? 3 рекомендации от IT-школы
UX Паттерн: Визуализация загрузки данных. Loader, spin, progress, skeleton – когда и как использовать
UX Паттерн: Визуализация загрузки данных. Loader, spin, progress, skeleton – когда и как использовать
39
Кто такой Frontend-разработчик?
Кто такой Frontend-разработчик?
В программировании не осталось места для индивидуальности
1
Новое поколение программистов: наш опыт участия в социальном проекте, IT-лагере для школьников

Социальные проекты дают уникальный шанс для команды сделать что-то значимое и полезное. Так, компания Frontend Production участвовала в IT- лагере по web-разработке, организованным основателем SkyEng Гошей Соловьевым. Поделимся нашим опытом в социальных проектах и расскажем, чего делать не стоит, а главное как работать эффективно с новым поколе…

Новое поколение программистов: наш опыт участия в социальном проекте, IT-лагере для школьников
10
Проектировщик, который пытается стать Frontend разработчиком. Начало пути

Предыстория...

2
25 лучших курсов Frontend-разработчика - где лучше пройти обучение в 2024 году?

В этой подборке онлайн-курсов по фронтенду мы сравнили предложения популярных школ по нескольким параметрам и отобрали лучшие актуальные предложения для обучения на frontend-разработчика с нуля.

Мы поддерживаем подборку актуальной и обновляем информацию минимум 1 раз в месяц.
1
Когда вашему проекту нужно ревью

Представим, что любой проект в IT-компании — это живой организм. С живым организмом могут случаться траблы, что-то болит, а что — не понятно. Обычно, людям в таких случаях помогает тщательный осмотр специалиста и намеченный план лечения. И вот мы однажды задумались, а почему бы не поиграть в докторов и не проводить исследования на поиск и решен…

Когда вашему проекту нужно ревью
1