Habr hasn't published any news in the last 24 hours.
Habr

News from Habr


Week's most reacted
16.09.2024 − 22.09.2024
Habr
dev_family @ Habr 1 place · 09/20/2024 05:27 EDT

React Native Splash Screen — support for different themes

Hi all! The dev.family team is in touch. In this article, we are sharing a short guide on how to install Splash Screen in a cross-platform app written in React Native with support for multiple themes.Splash screen is the first screen that users see before loading into the main application. This screen is perhaps the best way to make the name of your app, and in general, its entire name,... Read more

0

Fresh news
Other news
older that 24 hours
Habr
Leschev @ Habr 2 place · 08/10/2023 12:54 EDT

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. Read more Read more

0

Habr
MBoldasov @ Habr 3 place · 08/10/2023 08:30 EDT

ABBYY: Mobile Technologies – SCRUM Planning in Detail

I am a Project Manager. 14 years of project management, 5 years in agile framework, last 4 years in product companies, last 3 years in ABBYY, mobile technologies. I would like to share my practical experience, how we have organized the planning in ABYY Mobile Technologies having SCRUM development. “SCRUM — you get too little, and you need to add the missing.” The story about how we adjusted the Planning... Read more

0

Habr
princessafia @ Habr 3 place · 08/09/2023 15:56 EDT

Typography in UI/UX Design

This article is about how to properly work with typography when developing websites and interfaces. In my work with Junior and Middle designers I often come across the fact that guys make very simple mistakes when working with text. And today I will try to show by examples how not to make these mistakes.Main topics:Font as a toolChoosing a fontContrastAccentuation and typesettingLine lengthVertical rhythmCaps and AxesMy top Cyrillic fonts Read... Read more

0

Habr
Leschev @ Habr · 08/09/2023 15:45 EDT

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 conveniently updates the state, keeping your application in sync with the modified cookie.... Read more

0

Habr
toshchakov @ Habr 3 place · 08/09/2023 05:45 EDT

Harnessing the Power of Machine Learning in Fraud Prevention

Picture this: A thriving e-commerce platform faces a constant battle against fake reviews that skew product ratings and mislead customers. In response, the company employs cutting-edge algorithms to detect and prevent fraudulent activities. Solutions like these are crucial in the modern digital landscape, safeguarding businesses from financial losses and ensuring a seamless consumer experience.The industry has relied on rules-based systems to detect fraud for decades. They remain a vital tool... Read more

0

Habr
Leschev @ Habr · 08/08/2023 16:32 EDT

React Custom Hook: useClickOutside

The potential applications for useClickOutside are endless. It is particularly useful when implementing modal windows, dropdown menus, or any element that should be closed when a user interacts with anything outside of it. By incorporating useClickOutside, you can enhance the user experience by providing intuitive and efficient interactions. Read more Read more

0

Habr
KSoftwareEngineer @ Habr 3 place · 08/08/2023 11:50 EDT

Referential Transparency as a mechanism for building Reliable Programs

Referential transparency, a key concept in functional programming, is often associated with more reliable, easier to test, and safer software. This term refers to a principle in which a function, given the same input, will always produce the same output without producing any side effects.In the real world of software development, side effects are inevitable. Programs are rarely useful unless they interact with the outside world. This interaction could be... Read more

0

Habr
pavlusha311245 @ Habr 3 place · 08/07/2023 20:29 EDT

[Translation] In simple terms about a simple Nginx Unit

This article describes the new Nginx Unit web server. In it you can learn more about the web server itself, its installation and configuration: how to use listeners, routing, how to install TLS certificates. The article will show how easy it is to work with it and that huge configs are slowly becoming a thing of the past. Read more Read more

0

Habr
Leschev @ Habr 3 place · 08/07/2023 14:11 EDT

React Custom Hook: useAsync

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 "useAsync" hook, one of the many carefully crafted hooks available in the collection of React custom hooks.Github: https://github.com/sergeyleschev/react-custom-hooks Read more Read more

0

Habr
Leschev @ Habr 3 place · 08/07/2023 06:08 EDT

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.Github: https://github.com/sergeyleschev/react-custom-hooks Read more Read more

0

Habr
stelin @ Habr 1 place · 08/06/2023 23:47 EDT

Openjob 1.0.6 released, more powerful and intelligent task scheduling framework

Openjob is a new  distributed task scheduling framework based on Akka architecture. Supports multiple cronjob, delay task, workflow, lightweight distributed computing, unlimited horizontal scaling, with high scalability and fault tolerance. Also has complete management, powerful alarm monitoring, and support multiple languages Read more Read more

11

Habr
serenaryder @ Habr · 08/06/2023 16:07 EDT

Redefining the VOD OTT Experience in 2023: A Glimpse into the Future of Digital Entertainment

In the rapidly evolving landscape of digital entertainment, the year 2023 has witnessed a profound transformation in Video On Demand (VOD) Over-The-Top (OTT) platforms. These platforms have redefined how audiences access and consume content, introducing cutting-edge technologies and innovative features that have revolutionized the entertainment industry.Embracing Augmented Reality (AR) and Virtual Reality (VR)In 2023, VOD OTT platforms have embraced AR and VR technologies to provide viewers with immersive a Read more

0

Habr
Leschev @ Habr 1 place · 08/05/2023 12:54 EDT

LeetCode 2532 (Hard++, Extra Category, Amazon). Time to Cross a Bridge

Hard++, Extra Category.Amazon.Overflow checks have been taken into consideration. The maximum time to move a box is at most 4 * 1000 (four steps to move the box, each taking 1000 time). With at most 1e4 boxes, the total time is at most 4e7, ensuring the solution is safe. Read more Read more

0

Habr
humeniukd @ Habr 2 place · 08/05/2023 04:25 EDT

How to create sound cloud platform — notes

It may seem obvious but lambda has to have permission to s3/dynamodbCreate API Gateway REST API with Lambda as handlerdon’t forget to enable CORS, attach custom domain Read more Read more

0

Habr
kirill702b @ Habr 1 place · 08/03/2023 08:02 EDT

How to access real-time smart contract data from Python code (using Lido contract as an example)

Let’s imagine you need access to the real-time data of some smart contracts on Ethereum (or Polygon, BSC, etc.) like Uniswap or even PEPE coin to analyze its data using the standard data scientist/analyst tools: Python, Pandas, Matplotlib, etc. In this tutorial, I’ll show you more sophisticated data access tools that are more like a surgical scalpel (The Graph subgraphs) than a well-known Swiss knife (RPC node access) or hammer... Read more

0

Habr
princessafia @ Habr 2 place · 08/02/2023 13:01 EDT

Modular grids in UX designer's work

Most novice web designers at the beginning of their journey still in the courses hear such a concept as modular grid, and wonder what it is and how to properly customize and use this tool.From personal experience, I know that in many courses with titles "web designer from zero to pro" or " IU / UX designer in a month" this topic is either skipped, or give instructions, where they... Read more

0

Habr
pzrnqt1vrss @ Habr 1 place · 07/31/2023 09:19 EDT

Большая просьба поделиться вашим опытом о том как вы устраивались/искали/собеседовались на вашу первую работу (или если вы hr - собеседовали джуна). Джунов (привет собратьям по несчастью) тоже приглашаю в комментарии задавать вопросы (буду помещать их в UPD). Read more Read more

0

Habr
Leschev @ Habr 2 place · 07/30/2023 09:39 EDT

iOS Dev Skills. Performance Review

CTO: Balancing Leadership and Architecture.As a CTO, effective leadership goes beyond technical architecture. Conducting regular performance reviews is a crucial part of managing teams.Note: The performance review schedule may vary depending on the specificcompany's policies and guidelines.For early-stage startups, lacking CTO expertise in conducting performance reviews is common. In my experience, I've tailored grades to encompass all aspects of professional iOS development, keeping project-specific needs. Read more

0

Habr
Leschev @ Habr 2 place · 07/30/2023 05:43 EDT

LeetCode 2801 (Hard, Acceptance 14.5%). Count Stepping Numbers in Range. DP. Handles large inputs (10^9 + 7)

Given two positive integers low and high represented as strings, find the count of stepping numbers in the inclusive range [low, high].A stepping number is an integer such that all of its adjacent digits have an absolute difference of exactly 1.Return an integer denoting the count of stepping numbers in the inclusive range [low, high].Since the answer may be very large, return it modulo 10^9 + 7.Hard, Acceptance Level 14.5%.... Read more

0

Habr
deepakchauhan @ Habr 2 place · 07/29/2023 09:30 EDT

How to partition a MySQL table

Alright, folks! Get ready to dive into the world of MySQL table partitioning. In this guide, we'll cover why partitioning is so darn important for your MySQL tables. Plus, we'll dish out all the juicy benefits you can expect from partitioning a table. So, buckle up, and let's get started! Read more Read more

0

Most popular sources

  • You see 696 news out of 696.
  • Sources 63 out of 63.
Business Insider 49% 4
Gizmodo 8% 5
CNET 6% 0
Ars Technica 4% 2
Tom's Hardware 4% 1
View sources »

LIKE us on Facebook so you won't miss the most important news of the day!

28.09.2024 09:26
Last update: 09:20 EDT.
News rating updated: 16:20.

What is Times42?

Times42 brings you the most popular news from tech news portals in real-time chart.
Read about us in FAQ section.


Times42 © 2024