Birks SachdevforfreeCodeCampfreecodecamp.org·Nov 19, 2024How to Build a Distributed Rate Limiting System Using Redis and Lua ScriptsIn this comprehensive guide, you’ll build a distributed rate limiter using Redis and Lua scripting to control user requests in a high-traffic environment. Rate limiting is crucial in any system to prevent abuse, manage traffic, and protect your resou...DiscussLua
Aayush Niraulaaayushniraula07.com.np·Oct 7, 2024Lua Expert specializing in FiveM development with proficiency in QBcore. Aayush Niraula brings four years of expertise to the table.Getting Started with FiveM Dev: Insights and Experiences : Weasker Community | Official Interview Link How I Started in FiveM Development ? My journey in FiveM development began about four years ago, well deep within a roleplay server. Having first e...Discuss·33 readsFiveM
Soulisozzy98.hashnode.dev·Sep 9, 202410 Reasons Why Every Developer Should Learn VimLearning Vim might seem intimidating at first, but it’s a game-changer for developers seeking to enhance their coding efficiency. Many developers start with modern IDEs, enjoying their user-friendly interfaces and extensive features. However, after d...Discussvim
Nicolas FränkelforApache APISIXapisix.hashnode.dev·Aug 29, 2024When (not) to write an Apache APISIX pluginWhen I introduce Apache APISIX in my talks, I mention the massive number of existing plugins, and that each of them implements a specific feature. One of the key features of Apache APISIX is its flexibility. If a feature is missing, you can create yo...Discuss·42 likesApache APISIX
Artin Mohammadisheikhartin.hashnode.dev·Jun 29, 2024A Library in LuaMy third post, like the previous two, is related to "adventure" in different programming languages! I don't know how useful this kind of posts can be, but most likely it has its own fans (even a few) and it's interesting for me too... Lua Programming...DiscussLua
Sai SrirampurforPeerDB Blogblog.peerdb.io·May 8, 2024Row-level transformations in Postgres CDC using LuaEarlier this week, we launched PeerDB Streams, our latest product offering for real-time replication from Postgres to queues and message brokers such as Kafka, Redpanda, Google PubSub, Azure Event Hubs, and others. Today, we are announcing one of the...Discuss·1 like·1.4K readsPostgreSQL
Nicolas FränkelforApache APISIXapisix.hashnode.dev·May 2, 2024Five ways to pass parameters to Apache APISIXI recently read 6 Ways To Pass Parameters to Spring REST API. Though the title is a bit misleading, as it's unrelated to REST, it does an excellent job listing all ways to send parameters to a Spring application. I want to do the same for Apache APIS...Discuss·51 likeshttp api
Nguyen Van Tuantuannguyenhust.hashnode.dev·Apr 25, 2024Lua Script in Redis: Strength and ImplementI. Redis Introduce Redis is a database management system with key-value data in memory. It is open-source. Redis means "Remote Dictionary Server" and now it has developed to become a system with a lot of functions. It supports pretty much any type of...Discuss·35 readsBuild application systems and websitesRedis
Nicolas FränkelforApache APISIXapisix.hashnode.dev·Apr 11, 2024Implementing the Idempotency-Key specification on Apache APISIXLast week, I wrote an analysis of the IETF Idempotency-Key specification. The specification aims to avoid duplicated requests. In short, the idea is for the client to send a unique key along with the request: If the server doesn't know the key, it p...Discuss·80 likesLua
Zohrab Haroyanblog.superzorik.com·Apr 2, 2024Initializing TablesIf you're anything like me, then you also prefer to organize your code within one globalized table rather than multiple. Or even if you're not that way, and you prefer keeping all your code inside of localized tables within each file; everyone comes ...DiscussLua Out of Syntaxmetatable