Blog | Developers

Our blog contains posts written by Callibrity consultants on topics they find interesting. We encourage each other to participate in the virtual business and technical communities on the Internet, to raise our voices and share our passions.

    Help Your Children Learn to Code at Home

    03.31.20 | Callibrity
    If you're a parent and find yourself suddenly homeschooling your children, we have put together a list of our favorite resources for all ages to learn software development. If you're interested in getting more STEM/STEAM resources into your children's hands right now, check out these recommendations. Each of these books, apps, and websites are 100% free to use or have free promotional offers. Shout outs to all the teachers out there too, we appreciate you more than you know!

    A Deep Dive into React Hooks and Complex Functional Components

    11.07.19 | Dani Timko
    About 4 months ago, I was given the opportunity to architect a greenfield react project with staggering amounts of complexity. I had only heard of hooks in passing before this project, but knew they were the new hotness in the world of front-end react development. Hooks could purportedly remove the need for redux as a state management tool, cut boilerplate code in half, and improve performance significantly. I thought to myself, "These claims are obviously exaggerated. Surely a production grade application with a feature rich front-end needs class components, right?"

    What, Who, When, Why and How Serverless

    10.17.19 | Callibrity Expert
    Serverless is one of the latest buzzwords flying around in technology circles. It's hard to keep up with what it means and, more importantly, how it can be used. I spent the last few days at Serverless Conf 19 in NYC and here are some important takeaways.

    Database Index: A Re-visit to B+ Tree

    09.12.19 | Yan Yu
    Many of us work with databases occasionally or daily. And I bet all of us are being told that to speed up the query speed, we can create and use index for tables. But probably few of us know how index is actually implemented under the hood, myself included. So I started developing an interest in this topic a while ago and wanted to know, at least at a high level, what makes database indexing happens.

    Create and deploy a globally scalable serverless function in 5 minutes

    08.16.19 | Callibrity Expert
    In this post, we’ll walk through writing this as a serverless function and seeing it’s benefits of simplicity, maintainability, scalability and cost-effectiveness.