BigBinary (@bigbinary) 's Twitter Profile
BigBinary

@bigbinary

We are a Ruby on Rails consulting company. We build web and mobile applications using Ruby on Rails, React.js and React Native.

ID: 293490334

linkhttp://BigBinary.com calendar_today05-05-2011 12:57:39

1,1K Tweet

1,1K Takipçi

4 Takip Edilen

Ruby Weekly (@rubydiscussions) 's Twitter Profile Photo

Benchmarking Crunchy Data for latency bigbinary.com/blog/crunchy-b… Discussions: discu.eu/q/https://www.… #programming #rails #ruby #webdev by @bigbinary

BigBinary (@bigbinary) 's Twitter Profile Photo

We're hiring UI Engineers! If you can convert wireframes into pixel-perfect UIs and work within Ruby on Rails (basic Ruby knowledge is fine), apply now! Fully remote, competitive salary, no micromanagement. Apply here: buff.ly/3U8MDj1 #UIEngineer #RemoteJob #Hiring

BigBinary (@bigbinary) 's Twitter Profile Photo

We love Crunchy Data. We were curious about the latency if we use hosted Postgres. So we did some benchmarking. Checkout the blog at bigbinary.com/blog/crunchy-b….

BigBinary (@bigbinary) 's Twitter Profile Photo

Check out our latest blog, "Improving Search Experience Using Elasticsearch." We recently optimized our #Elasticsearch configuration in NeetoCourse to enhance #search capabilities. This blog shares the updates we made and the insights we gained. buff.ly/4hpCh8j

BigBinary (@bigbinary) 's Twitter Profile Photo

Our latest blog is on Configuring Webpack to handle multiple browser windows in Electron. Manage complex UIs and ensure each window runs smoothly in your desktop app. buff.ly/3AFwfjl #Electron #Webpack #DevTips

BigBinary (@bigbinary) 's Twitter Profile Photo

We are looking for a few Ruby on Rails engineers. The position is 100% remote, and 2+ years of experience are required. More details are at bigbinary.com/careers/ruby-o… .

BigBinary (@bigbinary) 's Twitter Profile Photo

Building Deep-Links in Electron Applications When developing a desktop app, you don’t need to include every feature inside. Learn how to offload tasks like login/signup to a web app and use deep-links to open specific content in your Electron app. buff.ly/3OquCJR #blog

BigBinary (@bigbinary) 's Twitter Profile Photo

Our latest blog is on Requesting camera and microphone permission in an Electron app. Learn how to handle platform-specific permission requests for macOS and Windows. Read here: buff.ly/3ZodoSe #WebDevelopment #ElectronApp #TechBlog

BigBinary (@bigbinary) 's Twitter Profile Photo

Our latest blog is on Benchmarking caching in Rails with Redis vs the alternatives. We compared Redis with alternatives like Valkey, DragonflyDB, DiceDB, SolidCache, and LiteCache, focusing on #performance. Check out the results! buff.ly/3Eo4Uno #redis #rails

BigBinary (@bigbinary) 's Twitter Profile Photo

Today, we are kicking off a series of blogs on scaling Rails applications. bigbinary.com/blog/scaling-r… First blog on understanding puma, concurrency and the effect of GVL on performance is out.

BigBinary (@bigbinary) 's Twitter Profile Photo

Continuing our “Scaling Rails” series, our next article dives into Amdahl’s Law. How many threads should you use within a process? Well, it depends. Read on to learn about the relationship between threads and the amount of work that can be parallelized. bigbinary.com/blog/amdahls-l…

BigBinary (@bigbinary) 's Twitter Profile Photo

Continuing our “Scaling Rails” series, our next article explores finding the correct number of threads in your Rails application. bigbinary.com/blog/tuning-pu…

Nidhi Sarvaiya (@sarvaiya_nidhi) 's Twitter Profile Photo

I came across this excellent “Scaling Rails” series by BigBinary covering lots of great insights on Puma, GVL, performance tuning & more. Worth checking out! bigbinary.com/blog/scaling-r… #Rails #RubyOnRails

BigBinary (@bigbinary) 's Twitter Profile Photo

Continuing our “Scaling Rails” series, our next article is about how Active Record handles Connection Pooling. As the applications scale, there is an increased load on database operations and connections often become the bottleneck. bigbinary.com/blog/understan…

BigBinary (@bigbinary) 's Twitter Profile Photo

Continuing our “Scaling Rails” series, our next article is about understanding Queueing Theory. Rails makes handling background jobs a breeze. We have many sensible choices. We don't have to understand queuing theory to get the job done, and that's a good thing. However, for

BigBinary (@bigbinary) 's Twitter Profile Photo

Active Job Continuations is now part of Rails! This new feature lets background jobs resume from where they left off, making long running jobs more efficient and fault tolerant. 📖 Read the blog to learn more: bigbinary.com/blog/active-jo… #RubyOnRails #Rails7 #RailsDev

BigBinary (@bigbinary) 's Twitter Profile Photo

Active Record adds support for deprecating associations Rails 8 lets you deprecate Active Record associations, making it easier to phase them out gradually while keeping them around to safely track and remove their usage. Read more: bigbinary.com/blog/active-re… #Rails

BigBinary (@bigbinary) 's Twitter Profile Photo

Interesting discussion about maintaining Active Record connection pools in the background. github.com/rails/rails/pu…

BigBinary (@bigbinary) 's Twitter Profile Photo

Interesting discussion on Structured Event Reporting PR by shopify folks. github.com/rails/rails/pu… Why no log level part was particularly interesting . It has a link to dave.cheney.net/2015/11/05/let…

Alexandre Ruban (@alexandre_ruban) 's Twitter Profile Photo

This was such a great read about performance stuff I learned (often the hard way) about Rails performance: bigbinary.com/blog/scaling-r…