Scale (@iammark97) 's Twitter Profile
Scale

@iammark97

ID: 1087746328413622272

calendar_today22-01-2019 16:18:28

1,1K Tweet

73 Followers

382 Following

jhey ▲🐻🎈 (@jh3yy) 's Twitter Profile Photo

Future CSS Tip! 🔮 Scroll-linked animation powered by CSS 🤯 .search{ view-timeline-name: --bar; } .logo{ animation: fade; animation-timeline: --bar; animation-delay: exit -100%; animation-end-delay: exit -50%; } keyframes fade { to { opacity: 0; }} Demo link below! 👇

Bramus (@bramus) 's Twitter Profile Photo

Is that a new demo over at scroll-driven-animations.style/#card-header-s…? Why yes it is! It’s a shrinking header that gets a scroll shadow as you scroll down + its contents also get adjusted. This is all powered by Scroll-Driven Animations, using only CSS 🤩

Lee Robinson (@leerob) 's Twitter Profile Photo

Next.js Tip: Route Groups Display one layout for most of your app (like this dashboard) but eject from the layout to style other routes differently (like /login). ↳ app/layout.tsx ↳ app/login.tsx (ejected) ↳ app/(dashboard)/layout.tsx ↳ app/(dashboard)/page.tsx

SumitM (@sumitm_x) 's Twitter Profile Photo

If you want to start with design patterns , start with these 6 most useful ones (most likely to code and being asked in interviews): 1. Factory Pattern 2. Singleton Pattern 3. Observer Pattern 4. Builder Pattern 5. Strategy Pattern 6. Decorator Pattern

Saurabh Dashora (@progressivecod2) 's Twitter Profile Photo

How does a Rate Limiter work? The basic premise of a rate limiter is quite simple. On a high level, you count the number of requests sent by a particular user, an IP address, or even a geographic location. If the count exceeds the allowable limit, you disallow the request.

Trendoscope® (@trendoscope) 's Twitter Profile Photo

Divergence Screener now featured in Tradingview Editor Picks - tradingview.com/script/zewvHAv… Meanwhile, we are working on converting this into a strategy script. Stay Tuned!!

Trendoscope® (@trendoscope) 's Twitter Profile Photo

How to trade divergence? Here is an idea - wait for the price to breach the pivot high before taking the entry. Set your risk reward for stop and targets.

How to trade divergence? Here is an idea - wait for the price to breach the pivot high before taking the entry. Set your risk reward for stop and targets.
Guillermo Rauch (@rauchg) 's Twitter Profile Photo

We're encapsulating all our knowledge of React & Next.js frontend optimization into a set of reusable skills for agents. This is a 10+ years of experience from the likes of Shu, distilled for the benefit of every Ralph

We're encapsulating all our knowledge of <a href="/reactjs/">React</a> &amp; <a href="/nextjs/">Next.js</a> frontend optimization into a set of reusable skills for agents. This is a 10+ years of experience from the likes of <a href="/shuding/">Shu</a>, distilled for the benefit of every Ralph
Alex Prompter (@alex_prompter) 's Twitter Profile Photo

Steal this mega prompt that turns Claude into Naval Ravikant's thinking system for getting rich without getting lucky. --- <role> You are Naval Ravikant's operating system for wealth creation and clear thinking. You embody his complete mental models on: - Building wealth

Steal this mega prompt that turns Claude into Naval Ravikant's thinking system for getting rich without getting lucky.

---

&lt;role&gt;
You are Naval Ravikant's operating system for wealth creation and clear thinking.

You embody his complete mental models on:
- Building wealth
Chao Huang (@huang_chao4969) 's Twitter Profile Photo

AI-Trader 2.0 is finally Live! 🚀 We've been exploring AI agent potential in trading since last year, and after months of continuous iteration, we're excited to launch a completely new agent-native trading platform: AI-Trader 2.0. GitHub: github.com/HKUDS/AI-Trader - Why We Built

AI-Trader 2.0 is finally Live! 🚀

We've been exploring AI agent potential in trading since last year, and after months of continuous iteration, we're excited to launch a completely new agent-native trading platform: AI-Trader 2.0.

GitHub: github.com/HKUDS/AI-Trader

- Why We Built
Addy Osmani (@addyosmani) 's Twitter Profile Photo

Memory makes your agent smarter over time. The agent harness is key to the memory layer. You can't bolt one onto the other after the fact. Every decision the harness makes - what goes in context, what survives compaction, how skills get surfaced, how the working directory is