lunar



TikTok prepares to shut down U.S. operations on Sunday

  • 353 Views
  • 2 mins read
Preview post image

TikTok, the popular social media app with 170 million American users, faces imminent shutdown in the United States as a federal ban is set to take effect on Sunday. This development stems from a law signed in April requiring ByteDance, TikTok’s Chinese parent company, to divest its U.S. operations. If ByteDance fails to comply, U.S. companies will be barred from supporting TikTok’s distribution, maintenance, or updates, effectively rendering the app inoperable. Users attempting to access the app will see a message directing them to a website explaining the ban.

Tag-based cache inside Laravel repositories

Available to Premium members only
  • avatar
  • 171 Views
  • 12 mins read
Preview post image

Working with cache can drastically improve the performance of an application, especially when dealing with data that doesn't change too often. While Laravel provides solid support for caching through multiple drivers, it doesn't offer native support for cache tags. To work around this limitation, we'll integrate Symfony's Cache component, which brings tag support and fits well into the repository pattern we've already established. In this article, we'll build on the existing structure and focus on using cache tags to group and clear related data more efficiently.

Understanding Hexagonal Architecture with practical example

Available to registered members only
  • avatar
  • 153 Views
  • 7 mins read
Preview post image

Hexagonal architecture, also called ports and adapters, is a software design approach that helps structure an application by clearly separating the core logic from technical details and external systems. Instead of shaping your app around frameworks, protocols, or storage, you keep your focus on what the application does, and let everything else connect to it through interfaces. The pattern isn't tied to any specific language. The examples in this article are written in PHP to show how the idea can be applied, but the approach works the same way in any backend system.

 Join Our Monthly Newsletter

Get the latest news and popular articles to your inbox every month

We never send SPAM nor unsolicited emails

OpenAI hits $10 Billion in Annual Recurring Revenue

  • 133 Views
  • 1 min read
Preview post image

OpenAI has surpassed $10 billion in annual recurring revenue, according to a company spokesperson. This milestone comes less than three years after the launch of ChatGPT. The reported figure includes revenue from consumer-facing products, ChatGPT business offerings, and the application programming interface. It excludes licensing income from Microsoft and large one-time agreements.