ReturnNull

2.6K posts

ReturnNull banner
ReturnNull

ReturnNull

@mboyaberry

Software Developer, Craftsman

Katılım Şubat 2014
754 Takip Edilen390 Takipçiler
ReturnNull retweetledi
Jason Zook
Jason Zook@jasondoesstuff·
Step 1: Tell Claude Code to create a "design-system.md" from your current app/project Step 2: Tell it to install Remotion Step 3: Tell it to make motion graphics of interactions in your app using the design system it created (I did 16:9 for YouTube b-roll). 😎💥💪 You can also tell it to mock up popular apps (like Slack in the example below).
English
45
156
2.7K
230.8K
ReturnNull retweetledi
Captain-EO 👨🏾‍💻
As a backend engineer, you should be able to explain these concepts without Googling: - What happens during an HTTP request lifecycle - The difference between authentication and authorization - Why indexes speed up reads but slow down writes - What a database transaction actually guarantees - How connection pooling works and why it matters - The difference between sync and async processing - What idempotency means and why payments need it - How a JWT is structured and verified How many can you explain right now?
English
12
54
454
30.4K
ReturnNull retweetledi
Kaka Ruto
Kaka Ruto@kaka_ruto·
And today we launch a clean 3-part stack for secure code execution in isolated containers - runbox (core API) - runbox-py (Python SDK) - runbox-rb (Ruby SDK) I needed to run ai-generated code safely, keep it fast enough for real product UX, and avoid rebuilding infra every single time, so I built this
Kaka Ruto tweet media
English
2
4
16
608
ReturnNull retweetledi
CLEAN CAR CLUB
CLEAN CAR CLUB@TheCleanCarClub·
Car Umbrella Hook
Português
16
57
1.4K
489.1K
ReturnNull retweetledi
Intermood
Intermood@Intermoodd·
This retro TV stand is seriously so cool
English
114
1.2K
16.7K
1.3M
ReturnNull retweetledi
Daisy Faith Auma 🇰🇪🇬🇧
Daisy Faith Auma 🇰🇪🇬🇧@daisyfaithauma·
2 days until Night of Code! 🔥 📅 Friday, February 27 📍 LuxDevHQ Offices, 1 Kanyangia Drive, Garden Court D18A 🕡 6:30 PM - 1:00 AM Real projects. Real skills. Real industry exposure. Secure your spot: vabu.app/l/seCnd
English
0
3
5
441
ReturnNull retweetledi
SumitM
SumitM@SumitM_X·
As a developer, Please Slap yourself if you are unable to explain even 10 from below terms : Indexing Clustering Denormalization Normalization Read replicas Leader–Follower replication Multi-leader replication Quorum Consensus CAP theorem BASE ACID Eventual consistency Strong consistency Snapshot isolation MVCC (Multi-Version Concurrency Control) Two-phase commit (2PC) Three-phase commit (3PC) Write-ahead logging (WAL) Checkpointing Compaction Rebalancing Resharding Data locality Hot partition Split-brain Failover High availability (HA) Horizontal scaling Vertical scaling Load balancing Connection pooling Caching Materialized views Secondary indexes Composite index Covering index Bloom filter LSM tree B-tree Query planner Cost-based optimizer Deadlock Lock escalation Optimistic locking Pessimistic locking Dirty read Phantom read Read skew Write skew Data skew Backpressure Circuit breaker Throttling Rate limiting CDC (Change Data Capture) Logical replication Physical replication Geo-replication Federation Data lake Data warehouse Columnar storage Row-based storage Time-series partitioning Hash partitioning Range partitioning Consistent hashing Data migration Schema evolution Schema registry Idempotency Exactly-once semantics
English
84
264
2.7K
210.2K
ReturnNull retweetledi
Adi
Adi@AdityaSur11·
Subscription Calendar Animation Made in figma Thoughts?
English
71
97
2K
94.4K
ReturnNull retweetledi
Nick Babich
Nick Babich@101babich·
🔥Top 7 MCPs worth adding to your workflow MCP (Model Context Protocol) connects AI coding tools to the services you already use like Figma, Notion, Google Analytics, and more. 1️⃣ context7 (Pulls live library docs into your AI tool so it codes with the right context) 2️⃣ NotebookLM MCP (Feeds your research and specs directly to AI, so it builds with real user needs in mind) 3️⃣ shadcn/UI MCP (Gives AI actual component knowledge instead of letting it guess your UI) 4️⃣ Figma MCP (Turns your designs into code using real layout structure, not screenshots) 5️⃣ Notion MCP (Lets AI read your PRDs, pull specs, and update tasks without leaving the editor) 6️⃣ Google Analytics MCP (Query your GA4 data in plain English to validate design decisions fast) 7️⃣ Supabase MCP (Set up your entire backend through natural language. No SQL needed.) 👇
Nick Babich tweet mediaNick Babich tweet mediaNick Babich tweet mediaNick Babich tweet media
English
42
89
749
55.3K
ReturnNull retweetledi
DHH
DHH@dhh·
Next version of Omarchy will color coordinate the Asus ROG RGB keyboard backlighting with your chosen theme.
English
100
65
2.1K
110K
ReturnNull retweetledi
Maestro
Maestro@maestro__dev·
this is what AUTOMATED UI testing looks like testing @Twitch's with Maestro
English
57
245
4.1K
347K
ReturnNull retweetledi
Mrinal
Mrinal@Hi_Mrinal·
I had my interview as a Backend engineer at a startup from Hungary Built a simple place for managing all my cron jobs related to httpbin webhook, built this during the call while explaining what it can be stretched to and how can I do that for now its a monorepo and built on go, rabbitmq and tanstack has been used for the frontend
English
81
69
2.2K
269.8K
ReturnNull retweetledi
Akhilesh Mishra
Akhilesh Mishra@livingdevops·
You are not a Cloud Architect if you are just: ❌ Deploying apps to AWS/Azure ❌ Using managed services like RDS or Lambda ❌ Following tutorials to spin up infrastructure ❌ Clicking through cloud consoles ❌ Copy-pasting Terraform from Stack Overflow You are a Cloud Architect if you are: ✅ Designing multi-region failover strategies ✅ Building cost-optimized infrastructure at scale ✅ Creating security frameworks and compliance strategies ✅ Planning disaster recovery with RTO/RPO targets ✅ Capacity planning for unpredictable growth ✅ Making trade-off decisions between services (and defending them) ✅ Designing network architecture (VPCs, subnets, peering, gateways) ✅ Writing enterprise-level IaC with modules and state management Cloud engineers deploy to the cloud. Cloud Architect: Designs systems for scale, cost, security, and resilience
English
5
44
308
117.1K
ReturnNull retweetledi
Lloyd 👨‍💻
Lloyd 👨‍💻@lloydtheophilus·
Senior DevOps Engineer Interview Questions The panel focused heavily on Kubernetes, Helm, Jenkins, AWS, Terraform, Prometheus & Grafana — all scenario-based and practical. Sharing the questions here so others preparing for similar roles can benefit ➡️ 😬Kubernetes — Scenario-Based Questions - Your Pod is restarting frequently. How do you identify the root cause? - A Deployment is stuck in "progressing" state — how do you troubleshoot? - How do you debug a CrashLoopBackOff issue? - How do you check which Pods are consuming high memory or CPU? - Node is in NotReady state — steps to investigate? - Your application is not accessible through service — what will you check? - How do you handle failed daemonset pods? - Persistent Volume not attaching — what’s your troubleshooting approach? - How do you perform rolling updates and rollbacks safely? - How do you perform health checks for Pods and Nodes in live environments? 😬Helm — Practical Questions - What are values.yaml and how do you override them? - How do you manage multiple environment deployments using Helm? - How do you debug a failed Helm release? - What is the difference between Helm Chart, Release, and Repository? 😬Jenkins — CI/CD Questions - Why choose Declarative Pipeline over Scripted Pipeline? - How do you integrate SonarQube into a Jenkins pipeline? - How do you build → containerize → push → deploy using Jenkins? 😬AWS — Scenario Questions - Your EC2 instance is unreachable — how do you diagnose? - How do you implement Auto Scaling with proper health checks? - Difference between ALB and NLB and when to use which? - S3 cross-region replication setup steps? - How to troubleshoot high latency in API Gateway? - How do you reduce RDS cost without downtime? - What happens if Terraform state is deleted in S3? - How do you secure your VPC workloads at scale? 😬Terraform — Infra as Code Questions - How do you recover from a deleted Terraform state file? - How do you create 50 EC2 instances with different configurations (dynamic blocks)? - Share your screen and write a terraform code to create a VPC with all there components and create a RDS database into VPC. 😬Prometheus & Grafana — Monitoring Questions - How do you set up custom metrics for Kubernetes pods? - How do you troubleshoot missing data points in Grafana dashboards? - How do you create alerts for high CPU or memory usage? 😬Reflection: This interview round was entirely hands-on, scenario-focused, and tested how well you handle production-grade issues, automation thinking, and troubleshooting skills. If you're preparing for DevOps/SRE roles — start practicing real scenarios, not definitions
English
13
87
561
34.1K
ReturnNull retweetledi
Sam Meech Ward
Sam Meech Ward@Meech_Ward·
postgres is the best database
English
112
325
5.2K
382.5K
ReturnNull retweetledi
Maestro
Maestro@maestro__dev·
this is what AUTOMATED end-to-end testing looks like ✨ testing @duolingo's user flow
English
44
176
3K
285.2K
ReturnNull retweetledi
Branko
Branko@brankopetric00·
Lambda function worked perfectly in testing. Failed 30% of the time in production. No code changes. Same configuration. Identical triggers. The issue: cold starts were initializing a database connection that sometimes timed out under load. - Test environment: low traffic, warm containers reused - Production: bursty traffic, constant cold starts Provisioned concurrency fixed it. But the real lesson: your test environment's traffic pattern is lying to you about cold start impact. Test with realistic load, not realistic logic.
English
11
8
162
11.1K