#COVID19 - State of Work 📉
We reached out to 892 people to understand how everyone is coping with the sudden remoteness 🤔
Here's what they have to say 🗣
Full analysis - https://t.co/hJdC8VWhTI
Thread 👇
Calendly is a $3B call scheduling app, but it didn't start that way:
Attempt 1: Dating app [FAILED ❌]
Attempt 2: Selling projectors [FAILED ❌]
Attempt 3: Selling grills [FAILED ❌]
Attempt 4: Calendar app [SUCCESS ✅]
Lesson: Stay true to your startup journey, not the idea.
That big business secret you're looking for is to simply create value, NOT chase valuations.
In a world of constant showmanship, focusing on building a sustainable business is a lost art.
BIG day! After 10 months of work, I'm excited to launch Flexiple's new offering:
- Hire dream full-time engineers, not just contractors!
- 4 handpicked profiles each week, guaranteed
- Sourcing to joining support
Would love your support 💙
Link: https://t.co/WrzQ5zMfOo
Atlassian, a $50B tech giant with $4B in revenue, bootstrapped for the first 8 yrs without raising a single penny.
They only turned to VCs when acquisitions became necessary for growth.
Bootstrapping should be the default. VC funding should be a deliberate choice, not the norm.
I'm hiring someone for a founder's office role (focus on Product).
1. Basic design skills on Canva/ Figma/ similar
2. Good business understanding
3. Experience ranging between 1 to 4 years
4. Focus on execution, not just strategy
Fill this 2-min form:
https://t.co/v7qlvLOl7T
⚡ Flexiple partners with Bubble! ⚡
️Super excited to partner with the best NoCode tool, Bubble :)
All Flexiple clients & talent get $500 in Bubble Credits to build powerful products quickly!
Another reason to work with Flexiple as your tech hiring partner :)
~500,000 layoffs in 2023. 36,000+ layoffs in the first 16 days of 2024.
What’s happening in the world of tech?!
To figure that out, I’m working on an in-depth report and would love your input!
Here’s a 3-minute survey: https://t.co/vHgj32X6Rv
We'll give 5 random people a 💰₹1000 Amazon voucher each! Let's go 💪
💫 Memoization Simplified 💫
Memoization is an optimization technique used in computer programming to speed up the execution of a function by caching the results of expensive function calls and returning the cached result when the same inputs occur again.
How does it work?
1. It checks if the result for those inputs already exists in the cache.
2. If the result is found, the cached value returns without re-executing the function's primary logic.
3. If the result is not in the cache, the function computes it as usual, stores it in the cache, and returns it.
This way, subsequent calls with the same inputs can use the cached result, avoiding redundant computations.
Bookmark and share this with your friends.
Types of Databases Simplified💫
Relational DB → Structured tables, SQL queries, data relationships
Graph DB → Nodes and edges for complex relationships
Document DB → JSON-like documents, flexible schema
Column-family DB → Column families, horizontal scalability
Key value DB → Key-value pairs