Sign inStart Suggesting

Explore

Suggestors →
AllTechnologyFinanceHealth & FitnessFood & DrinkTravelFashion & BeautyHome & LivingEducationEntertainmentGamingMusicSportsBusinessArt & DesignFamily & KidsAIScienceNewsCrypto & Web3Other
Oğuzhan Kurum

Oğuzhan Kurum

@oguzhan · 6 days ago

Education

Cloudflare Fundamentals connects DNS, traffic, security, and caching

The official fundamentals guide explains how Cloudflare handles domains, DNS records, traffic, certificates, caching, analytics, and account security. It is useful when an incident crosses the boundary between application code and the network edge.

developers.cloudflare.com
2.30passes
Open
#SB-3DM6R4Q889
Oğuzhan Kurum

Oğuzhan Kurum

@oguzhan · 6 days ago

Education

Google's SRE books make reliability an engineering discipline

Google publishes its Site Reliability Engineering books online. They provide a shared vocabulary for service levels, error budgets, monitoring, incident response, toil, capacity, and operating distributed systems without relying on folklore.

sre.google
2.00passes
Open
#SB-3U7FDCYUTV
Oğuzhan Kurum

Oğuzhan Kurum

@oguzhan · 6 days ago

Education

Redis documentation is the right place to learn the data structures

Redis becomes much more useful once you think beyond key-value caching. The official docs connect strings, hashes, sets, streams, transactions, persistence, clustering, and client behavior to real design choices.

redis.io
2.00passes
Open
#SB-B7GUEESQDS
Oğuzhan Kurum

Oğuzhan Kurum

@oguzhan · 6 days ago

Education

Node.js Learn explains the runtime behind the framework

This official introduction is a good way to rebuild the fundamentals beneath Express, Nest, and build tools: the runtime, modules, asynchronous I/O, the event loop, package management, and common development patterns.

nodejs.org
2.00passes
Open
#SB-WGN7TQXQ3R
Oğuzhan Kurum

Oğuzhan Kurum

@oguzhan · 6 days ago

Education

Pro Git is the free book that makes Git stop feeling magical

Use Pro Git when memorized commands are no longer enough. It builds a durable model of commits, branches, remotes, rebasing, internals, hooks, and collaboration, and the complete book is available online.

git-scm.com
2.00passes
Open
#SB-V5ZF9TAERA
Oğuzhan Kurum

Oğuzhan Kurum

@oguzhan · 6 days ago

Education

web.dev's performance course connects metrics to fixes

This course explains loading, rendering, images, fonts, JavaScript, resource hints, and Core Web Vitals as one performance system. It is a practical path from a slow-page symptom to the browser behavior causing it.

web.dev
2.00passes
Open
#SB-F9NC2YDMQ5
Oğuzhan Kurum

Oğuzhan Kurum

@oguzhan · 6 days ago

Education

W3C's accessibility tutorials show what compliant UI code looks like

The WAI tutorials connect accessibility requirements to concrete page structures: images, tables, forms, menus, carousels, and page regions. They are far more useful during implementation than treating accessibility as a final audit.

www.w3.org
2.00passes
Open
#SB-3FW2BDDU3F
Oğuzhan Kurum

Oğuzhan Kurum

@oguzhan · 6 days ago

Education

PostgreSQL's manual is better than most database courses

When a query, transaction, lock, index, JSON operator, or extension behaves unexpectedly, go to the current PostgreSQL manual. It is precise, searchable, and unusually good at explaining both the feature and its operational consequences.

www.postgresql.org
2.00passes
Open
#SB-PKEXVE9H7S
Oğuzhan Kurum

Oğuzhan Kurum

@oguzhan · 6 days ago

Education

React Quick Start teaches the 80% you actually use

The official React quick start is the cleanest reset for components, JSX, state, events, lists, and data flow. It is compact enough for a first pass and accurate enough to revisit when old React habits get in the way.

react.dev
2.00passes
Open
#SB-9WCYTVJWRB
Oğuzhan Kurum

Oğuzhan Kurum

@oguzhan · 6 days ago

Education

The TypeScript Handbook is the map for JavaScript at scale

Start here when TypeScript stops feeling like annotated JavaScript. The official handbook explains everyday types, narrowing, generics, modules, compiler behavior, and the mental model behind the type system in one coherent path.

www.typescriptlang.org
2.00passes
Open
#SB-TBEEE592RM
cengizfoan

cengizfoan

@cengizfoan · 28 days ago

Education

The Art of War

Sun Tzu's timeless classic on strategy, leadership, competition, and decision-making. A foundational work studied by military leaders, entrepreneurs, executives, and investors for over two thousand years.

www.gutenberg.org
2.50passes
Open
#SB-KD6QW9QAES
cengizfoan

cengizfoan

@cengizfoan · 28 days ago

Education

Internet Archive — Free Knowledge for Everyone

Millions of free books, movies, music, software, and historical archives in one place. One of the internet's greatest public knowledge resources.

archive.org
2.30passes
Open
#SB-AEX3GC8GZS
cengizfoan

cengizfoan

@cengizfoan · 40 days ago

Education

Learn from MIT for Free

Access hundreds of free courses from one of the world's top universities.

ocw.mit.edu
2.40passes
Open
#SB-VWCSHG48US
Oğuzhan Kurum

Oğuzhan Kurum

@oguzhan · 60 days ago

Education

Refactoring Guru: design patterns and clean code, finally explained visually

Design patterns used to be gatekept behind a dense, decades-old book. This site explains every one with clear diagrams, real code in multiple languages, and plain language. When you hit a gnarly bit of architecture and think "someone must have solved this shape before," this is where you find out how.

refactoring.guru
2.50passes
Open
#SB-XZNQTX5NE8
Oğuzhan Kurum

Oğuzhan Kurum

@oguzhan · 60 days ago

Education

fast.ai: learn deep learning by building, not by suffering through math first

Most AI courses bury you in equations before you ever train a model. fast.ai flips it: you build working models from lesson one, then learn the theory once you care. Taught by Jeremy Howard, it's free and has launched a lot of careers. The single best on-ramp to actually doing deep learning.

www.fast.ai
2.40passes
Open
#SB-T4ZKNN2SJV
Oğuzhan Kurum

Oğuzhan Kurum

@oguzhan · 60 days ago

Education

The Odin Project: the free full-stack curriculum that doesn't hold your hand

Unlike tutorials that spoon-feed you, The Odin Project makes you build real things and figure out the hard parts, which is exactly how you actually learn. It's the closest thing to a free, self-paced bootcamp, and it's beloved for a reason. If you're serious about becoming a full-stack developer, this is the path.

www.theodinproject.com
3.31pass
Open
#SB-KSV8E23JN5
Oğuzhan Kurum

Oğuzhan Kurum

@oguzhan · 60 days ago

Education

freeCodeCamp: learn to code for free, for real, with no catch

Thousands of people have gone from zero to a developer job using freeCodeCamp, and it costs nothing. Thousands of free hands-on tutorials, full courses, and certifications that teach real fundamentals instead of chasing the framework of the month. If someone asks you how to start coding, send them here first.

www.freecodecamp.org
2.40passes
Open
#SB-XRDT2WMGGS
cengizfoan

cengizfoan

@cengizfoan · 62 days ago

Education

Elicit

An AI-powered academic research assistant. I recommend it for finding, summarizing, and speeding up literature searches of scientific articles.

elicit.com
2.60passes
Open
#SB-TE6G5DGFQG
Amina Brooks

Amina Brooks

@amina · 73 days ago

Education

The spaced repetition app that made vocabulary finally stick

Anki works because it is not trying to be cute. Once I built the habit, it turned review into a small daily maintenance task instead of a panic session.

apps.ankiweb.net
6.1202passes
Open
#SB-D367E7B039
Amina Brooks

Amina Brooks

@amina · 77 days ago

Education

The free CS course I wish I had found before paying for tutorials

CS50 is intense, but it gives beginners a real foundation instead of a fragile bag of tricks. I recommend it to anyone who wants to understand what they are doing.

cs50.harvard.edu
6.1256passes
Open
#SB-5596D62152
Amina Brooks

Amina Brooks

@amina · 78 days ago

Education

The math site I use when a concept needs to be seen, not memorized

Brilliant is helpful when formulas feel dead on the page. The interactive explanations make it easier to build intuition before chasing speed.

brilliant.org
5.774passes
Open
#SB-121266A3F6

The trust layer for human suggestions. Verified links, real reputation, shared revenue.

Every target verified by Smart Pass before you land.

Product

ExploreHow it worksSmart PassScoresHow you earn

For Suggestors

Start SuggestingDashboardAnalyticsRevenueGet verified

Resources

FAQPress KitBrand AssetsTrust CenterPrivacy-first

Developers

APIDeveloper docsStatus

Legal

TermsPrivacyCookies

© 2026 Suggency. All rights reserved.

Suggency LLC · Boca Raton, Florida, USA