Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Hey devs! Every time I deployed an MVP on Railway or Render free trials, sending emails with Nodemailer, smtplib, net/smtp, etc. failed because outbound SMTP ports (25, 465, 587) are strictly blocked. Plus, services like Resend force you to buy and setup a custom domain first. So I built...

13,335 Aufrufe • vor 5 Tagen •via X (Twitter)

0 Kommentare

Keine Kommentare verfügbar

Kommentare vom Original-Post werden hier angezeigt

Ähnliche Videos

how you can use openAI codex & gpt 5.5 completely FREE (the full guide) 100% legit. no subscription, zero API cost. up to 1M+ token/day. you need just an openAI account and here's how to set it up in 5mins. openAI has a program that gives eligible developers free API usage every day in exchange for sharing API data that helps improve future models. it's not a one-time credit, your allowance refreshes daily. depending on your usage tier, you can get access to hundreds of thousands, or even millions, of free tokens every single day on supported models. here's how to activate it: 1️⃣open your API dashboard: 2️⃣go to settings → data controls 3️⃣enable data sharing for your organization or project 4️⃣make sure your account has a positive API balance 5️⃣save the settings if your account is eligible, you'll see a message confirming access to complimentary daily usage. before you turn it on, know the tradeoff: • prompts and outputs from shared projects can be used to improve openai's models • don't use it for confidential information, client work, or sensitive data • eligibility depends on your account type and settings for everyone else, it's an incredible deal. use it to: • learn AI development • build side projects • experiment with codex • test agents and automations • prototype ideas without worrying about API costs most developers burn money testing ideas. this lets you experiment at scale while spending little to nothing.

m0h

68,972 Aufrufe • vor 1 Monat

Recorded my first walkthrough video for App Publishing via Manus 👉👈✨ You can now package and share your app for testing on Google Play Store and the Apple App store without setting up Xcode, Android Studio, or wrestling with build configurations. Supported platforms: • Android → Google Play (Internal Testing) • iOS → App Store (TestFlight) Ready to try it? Here's how 👇 ➡️Google Play: Prerequisites: Google Play Developer account ($25 one-time fee) Steps: 1. In Manus, click Publish → select the Android tab 2. Click Build APK — Manus packages your app in AAB format 3. Go to your Google Play Console and navigate to Internal testing 4. Click Create new release and upload the AAB file 5. Under Testers, add your email address (or create an email list for your team) 6. Copy the opt-in link 7. Open the link on your Android device, accept the invite, and install ➡️App Store: Prerequisites: • Apple Developer account ($99/year) • iPhone with TestFlight installed Steps: 1. In Manus, click Publish → select the iOS tab 2. Click Create app and follow the prompts to connect your Apple Developer account 3. Manus will package and upload your app to App Store Connect automatically 4. Wait for Apple to process your build 5. You'll receive an email from TestFlight when it's ready 6. Open the email on your iPhone, tap the link, and install via TestFlight 🔗 Full guide: Let me know what else you'd like to see next!

Natalie 🇸🇬

312,816 Aufrufe • vor 6 Monaten

There are 8 billion people on earth. Soon there'll be 100 billion AI agents. Every one of them needs email. Six weeks ago I said the next wave of teams would run email through an agent instead of a dashboard. Today it ships. Nitrosend☄️ is launching Agentic Email Marketing: the email layer for the agent economy. What agents can do on Nitrosend right now: Sign themselves up. Point any agent at and it creates the account, connects your domain, sorts billing and sends its first email. No API key. No dashboard. No human required. Shipped, and users agents signing up with it daily. Get their own inboxes (beta, by request). Real addresses on the domain you own. Your agents receive, and send 1-1 email conversations with customers. A reply lands at 3am, your agent answers it. Anything that needs a human gets escalated to you. Ask us and we'll flick yours on. Next: Agentic Outreach (coming soon). Your agent studies your best customers, finds more like them, writes like a person, sends in sequence and works the replies. Then: set a goal and walk away. Goal-based agentic marketing is in development. "20% more activations this quarter" and Nitrosend plans, sends, measures and improves every week. Why we built this: Gmail is agent hostile and expensive per seat. Legacy email platforms assume a human sitting in a dashboard. agents needed an email layer of their own. They're already better at it than we are. They read everything, never miss a follow-up, and write personally at any scale. *94%* of actions on Nitrosend already happen inside an agent (Claude, Codex, ChatGPT, Cursor), not in our UI. Humans approve. Agents operate. This is our third email company. Six billion emails across the first two. We've been burned by every ugly part of email already, which is why the approval gates are built in exactly where you want them. Watch the launch, then send your agent to work: send it.

George Hartley ☄️

901,580 Aufrufe • vor 12 Tagen

Most developers can't explain how Single Sign-On (SSO) works. ​ This was one of my favorite questions during technical interviews. I love to ask about it because it's not a trivial topic. ​ Here is a 5-minute overview of how Single Sign-On works. ​ We all hate passwords; the less we use them, the better, and SSO helps with that. ​ When you log in to Google once and visit YouTube, Gmail, Drive, and any other connected service without re-entering your password, three players are working behind the scenes: ​ • A user trying to access an application. You, in this case. • The application you want to access. For example, YouTube. • An Identity Provider (IDP) that will verify your identity. Google, in this case. ​ Here is what happens when you try to access one application for the first time: ​ 1. You try to log in to YouTube, and the application redirects you to the Identity Provider (IDP) for authentication. ​ 2. The IDP (Google) checks your credentials and confirms your identity. It creates a new session for you on its server and sets a session cookie in your browser. ​ 3. The IDP also creates a token for YouTube—a small piece of data that contains information about your identity. ​ 4. Your browser grabs the token and presents it to YouTube. ​ 5. YouTube checks the token, and if it is valid, lets you in. ​ But then you want to access Google Drive: ​ 1. You go to Google Drive, and the application redirects you to the IDP. ​ 2. The IDP recognizes that you are still logged in because you have the session cookie. It doesn't need to ask for your credentials. ​ 3. Instead, the IDP generates a new token for Drive. ​ 4. Your browser grabs the token and presents it to Google Drive. If the token is valid, Drive lets you in. ​ You can now access multiple applications without re-entering your password. This is probably one of the best things we've invented since sliced bread! ​ But, of course, implementing Single Sign-On is a nightmare! If you are a developer, don't try to reinvent the wheel. I've been implementing SSO since dinosaurs were around, and I can tell you you want to check out Auth0. ​ Auth0 makes implementing SSO 100x easier. They just updated their free plan, and you get a lot without having to pay a single cent. 25,000 monthly active users, unlimited social connections, and you can go to production with custom domains. FOR FREE! ​ They are sponsoring this post. To save your time, keep your sanity, and have a really solid and secure solution, head over to their website: ​

Santiago

204,895 Aufrufe • vor 1 Jahr

I built a mobile app to check Paddle revenue (because they don't have one): 👉 - Use your Paddle API key (read-only and scoped) - Live data with beautiful and useful graphs built with native Swift UI. - Multi-account supported, unified revenue metrics. - Data stay on device, no server (api requests are sent directly from your phone) - Home widgets - I made it free to download on App Store (once it's approved) - Buy the source code for $19 and customize it however you want (save 5hrs of prompting if you try to do it yourself). Some interesting facts about this side project: - I vibe coded with 100% claude code remotely on my Mac Mini (with my AI assistant setup) in less than 24 hours. - I have read 0 line of code in this project and never opened Xcode myself. - My AI assistant designed the app with GPT Image 2, built the app with Swift UI, test it on simulator (via screenshots), send the test build to TestFlight for me to test, and invited me to the app store connect account so I can test on my phone, then the AI submitted the app to App Store and currently waiting for approval. - For the website, I ask it to come up with a domain name, I bought it via manually and give it access via Cloudflare API, the AI design and create a static website with GitHub, test it with lighthouse CLI, deploy via GitHub pages, config the domain DNS, deploy the website. - Then I sign up an account with Polar payment, create an API key and ask the AI to setup a store, add payment, link with the account, and add the payment to the website. The entire process happened in the last 24 hours with me only talking to the AI via Telegram. This is such a fun side project not only to create an app that I wish exists, but also to push the limit of what I can use AI for, and so far I'm very impressed. I'll create so much more apps! It feels like I have unlocked a super power.

Tony Dinh

43,787 Aufrufe • vor 2 Monaten

🦔 Google Chrome is launching "autobrowsing" today for paid subscribers. Instead of just autofilling your credit card, Chrome will now complete entire tasks for you: filling out PDFs, renewing your driver's license, researching trips, booking reservations. You give it a task, it browses the web autonomously, and asks for your approval at the final step. Available for Google AI Pro ($19.99/month) or AI Ultra ($249.99/month). All Chrome users get a new Gemini AI sidebar that pulls from your Gmail and past conversations. My Take Last week Google announced AI Mode connecting to your Gmail and Photos. Now Chrome is pulling from your emails, conversations, and browsing activity to act on your behalf. Every new AI feature requires deeper access to your personal data. You're not just paying $20 or $250 a month for convenience. You're handing over your credit cards, government documents, addresses, and browsing habits to an AI that will interact with websites as you. The people excited about this haven't thought through what happens when it goes wrong. An AI filling out government forms. An AI with your credit card making purchases. An AI that hallucinates or gets social engineered. And when adoption isn't fast enough, they'll degrade regular search and browsing until this feels like the only viable option. That's the playbook. Meanwhile $250 a month tells you exactly how much this costs them to run, and how desperate they are to find someone willing to pay for it. Hedgie🤗

Hedgie

11,662 Aufrufe • vor 6 Monaten