RESTful #APIs enable scalable communication between applications. Key principles include statelessness, client-server architecture, and proper use of #HTTP methods.
briacd.com/api-rest-spr...
Posts by Briac ⚡
Leaked credentials: how do they get exposed? 🪪
#cybersecurity #sec
leakjungle.com/blog/leaked-...
Design exploration today 🌤️
#buildinpublic #design #ux
How did you start your year 2025? #buildinpublic #git
Secure your Spring Boot API with an "X-API-KEY" authentication filter. Learn how to implement, configure, and test a lightweight API key validation system to protect your endpoints. 🚀 #SpringBoot #API #Security
briacd.com/spring-boot-...
Congratulations ✨
Do you like the style ?
#buildinpublic #dev #saas
🙌
Your accounts are at risk! 🚨
Hackers use Account Takeover (ATO) attacks to steal credentials, drain funds & take control. Are you protected? 🔐
Find out how ATO attacks work & how to stop them!
leakjungle.com/blog/account...
#cybersecurity #hacking #infosec
Need to expose your local server to the internet? Meet ngrok!
🔹 Instantly create public URLs for your localhost
🔹 Perfect for testing webhooks & remote access
🔹 Simple CLI, powerful features
dashboard.ngrok.com/get-started/...
#buildinpublic #devtools #ngrok
Love that ✨
Do you know of any tools for obtaining Youtube channel email addresses? #buildinpublic
Learn how natural search algorithms work in #SEO, from crawling and indexing to ranking factors and best optimization practices. Discover how search engines determine rankings and how to improve your website’s visibility.
briacd.com/how-search-e...
🫣
Really? That's your business?
Fuck, I bought another domain 😅 #buildinpublic
A well-structured website plays a crucial role in search engine optimization (#SEO). Search engines prioritize sites that are easy to navigate, well-organized, and user-friendly.
briacd.com/structure-we...
Work in progress.. 👀
Do you like the hook?
#buildinpublic #saas
Each article is optimized for on-site SEO. If you'd like a tutorial on how I create my articles in Nuxt, let me know.
#nuxt #seo #buildinpublic
The leakjungle.com blog is now available. I'll be posting regular articles about cybersecurity and protecting your credentials. 📝
#buildinpublic #seo #cybersecurity
Congrats ! ✨
Thanks for your response, very clear
Nice! The platfome looks easy to use
Wow, first time I've seen this workflow. How is Bitbucket different/better than Github?
Which CD do you use for your projects and why? I'm currently using @coolifyio, which I particularly like for its simplicity.
#buildinpublic #dev #saas
Implement JPA Specifications in Spring Boot for dynamic queries and pagination by defining a JPA entity, creating specifications for search functionality, extending the repository for pagination, and exposing a REST endpoint for product searches.
briacd.com/jpa-specific...
The image starts with the seven layers of the OSI model arranged in a gradient blue stack, with “Application” as the topmost layer. The image then zooms into the “Application” layer twice, exaggerating the focus, and humorously transitions into a completely unrelated topic: “const vs let” in JavaScript, shown in a red and blue box
My area of expertise
Learn how to implement #caching in a #Spring Boot application using Caffeine. This comprehensive guide covers setup, configuration, and usage of the Caffeine caching library to improve the #performance of your app.
briacd.com/spring-boot-...