Ben GreenbergProhummusonrails.hashnode.dev·Sep 23, 2024Hacktoberfest: The Couchbase Quest Awaits—Are You Ready?Your mission, should you choose to accept it: contribute to Couchbase open source this Hacktoberfest and dive deep into IDEs, web frameworks, CLIs and more. Couchbase has a tremendous amount of open source projects spanning a wide range of areas read...Discuss#hacktoberfest
Ben GreenbergProhummusonrails.hashnode.dev·Sep 19, 2024Beyond SQL: A New Ruby ORM for Adaptive DataRuby remains one of the most popular choices for building scalable applications, and Ruby on Rails continues to be one of the most flexible and robust web frameworks available. Notwithstanding the developer ease with working with Ruby and Ruby on Rai...DiscussTutorial
Ben GreenbergProhummusonrails.hashnode.dev·Aug 22, 2024FeaturedQuick and In Sync with SvelteAre you ready to build a reactive real-time web application? tl;dr Don’t have time to read and work through this entire tutorial? You’re in luck! You can find a fully working example on GitHub. Feel free to go there, clone the repository and start ex...Discuss·32 likes·187 readsJavaScript
Soham Sarkarsohoxic.hashnode.dev·Aug 8, 2024Couchbase SDE I Interview Experience (Role: Dev)Round 0: Resume based shortlisting The first shortlisting was done based on resumes (you can check out my resume at sarkarsoham.com). The people shortlisted for Dev had a CGPA of 8.5+ except a few(hardly 1-2) who had exceptional project sections and ...Discuss·1 like·552 readscouchbase
Ben GreenbergProhummusonrails.hashnode.dev·Jul 25, 2024Privacy Requirements Without the HeadacheAny modern web application that interacts with users in different localities must contend with varying privacy requirements and user data consent guidelines. These can be overwhelming for any engineering team to handle, regardless whether the team is...Discuss·1 likeAWS
Laurent Doguinldoguin.hashnode.dev·Jul 3, 2024Twitter Thread tl;dr with Ai ? part 2In part 1 we saw how to scrap Twitter, turn tweets in JSON documents, get an embedding representation of that tweet, store everything in Couchbase and how to run a Vector search. These are the first step of a Retrieval Augmented Generation architectu...DiscussAI
Ben GreenbergProhummusonrails.hashnode.dev·Jul 1, 2024Couchbase on Rails: A Guide to Introducing Dynamic and Adaptive Data to Your ApplicationRuby on Rails is often the framework of choice for getting new projects off the ground. The speed of development and iteration is in many ways unparalleled. As such, perhaps you want to use Rails as the framework for your application that requires a ...DiscussDatabases
Ben GreenbergProhummusonrails.hashnode.dev·Jun 24, 2024What's for Dinner?Have you ever come home or shut the laptop and walked out of your home office and wondered: "What am I going to make for dinner"? Maybe you have kids pleading with you for something delicious. Maybe it's you at home by yourself and you know you don't...Discuss·12 likes·93 readscouchbase
Ben GreenbergProhummusonrails.hashnode.dev·Jun 24, 2024Rails Caching with CouchbaseEvery new Rails application when it is first deployed comes along with it several other services that are used to make it run smoothly and efficiently. As Rails developers we are all familiar with them: PostgreSQL, Redis, Sidekiq, etc. What if you co...Discusscouchbase
Ben GreenbergProhummusonrails.hashnode.dev·May 28, 2024FeaturedAdd Vector Search to Your SiteUsers expect a lot more nowadays when they search on any website. They want to find the most relevant content quickly and easily. They want the website to understand what they were looking for, even if they do not know exactly what they want. In othe...Discuss·34 likes·744 readsvector database