nehalix.uber.space
Open in
urlscan Pro
2a00:d0c0:200:0:b9:1a:9c:4f
Public Scan
URL:
https://nehalix.uber.space/
Submission: On August 26 via automatic, source certstream-suspicious — Scanned from DE
Submission: On August 26 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
1 forms found in the DOM<form data-members-form="subscribe">
<div class="flex gap-2 subscribe-form-fields">
<input type="email" class="subscribe-email p-3 text-black rounded w-full text-sm" data-members-email="" placeholder="Your email" required="">
<button class="bg-fiord-500 py-2 px-3 rounded font-bold hover:bg-fiord-600 inline-block transition-colors duration-300 ease-in-out" type="submit">
<span class="button-content">Subscribe</span>
<span class="button-loader">
<svg aria-hidden="true" class="inline w-8 h-8 text-gray-200 animate-spin dark:text-gray-600 fill-gray-600 dark:fill-gray-300" viewBox="0 0 100 101" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M100 50.5908C100 78.2051 77.6142 100.591 50 100.591C22.3858 100.591 0 78.2051 0 50.5908C0 22.9766 22.3858 0.59082 50 0.59082C77.6142 0.59082 100 22.9766 100 50.5908ZM9.08144 50.5908C9.08144 73.1895 27.4013 91.5094 50 91.5094C72.5987 91.5094 90.9186 73.1895 90.9186 50.5908C90.9186 27.9921 72.5987 9.67226 50 9.67226C27.4013 9.67226 9.08144 27.9921 9.08144 50.5908Z"
fill="currentColor"></path>
<path
d="M93.9676 39.0409C96.393 38.4038 97.8624 35.9116 97.0079 33.5539C95.2932 28.8227 92.871 24.3692 89.8167 20.348C85.8452 15.1192 80.8826 10.7238 75.2124 7.41289C69.5422 4.10194 63.2754 1.94025 56.7698 1.05124C51.7666 0.367541 46.6976 0.446843 41.7345 1.27873C39.2613 1.69328 37.813 4.19778 38.4501 6.62326C39.0873 9.04874 41.5694 10.4717 44.0505 10.1071C47.8511 9.54855 51.7191 9.52689 55.5402 10.0491C60.8642 10.7766 65.9928 12.5457 70.6331 15.2552C75.2735 17.9648 79.3347 21.5619 82.5849 25.841C84.9175 28.9121 86.7997 32.2913 88.1811 35.8758C89.083 38.2158 91.5421 39.6781 93.9676 39.0409Z"
fill="currentFill"></path>
</svg>
<span class="sr-only">Loading...</span>
</span>
</button>
</div>
<div class="message-success">
<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.
</div>
<div class="message-error"> An error occurred. Please try again or contact us. </div>
</form>
Text Content
* Home * Guides * About * Contact * * Sign in Sign up NEHALIST.IO ABOUT SYMFONY| * Guides * JavaScript * PHP * Node.js * Angular * TypeScript * Open Source * ... and more Next.js HOW TO ADD AUTHENTICATION FOR NEXT.JS WITH NEXTAUTH, PART 1: SETUP & LOGGING IN A beginner-friendly, multi-part tutorial on how to add authentication to your Next.js application with NextAuth. In this part we're going to cover how to properly set up everything and how to add different login methods. Kevin Jun 24, 2024 Next.js HOW TO USE REACT-HOOK-FORM WITH NEXT.JS SERVER ACTIONS AND ZOD INPUT VALIDATION A tutorial on how to use react-hook-form with Next.js Server Actions and Zod input validation Kevin Dec 5, 2023 Jetzt kostenlos testen. Public Cloud von OVHcloud - die alternative Cloud aus Europa. ads via Carbon JOIN THE NEWSLETTER Get the latest posts delivered right into your inbox. Subscribe Loading... Great! Check your inbox and click the link to confirm your subscription. An error occurred. Please try again or contact us. Free. No spam. Unsubscribe whenever you want. Docker USING DOCKER FOR WEB DEVELOPMENT Your local development experience can be drastically improved by using Docker in a very simple fashion. This is a quick introduction on how to setup databases, mailing and more using Docker. Kevin Oct 18, 2023 tRPC MY EXPERIENCE WITH TRPC - AM I MOVING FAST AND BREAKING NOTHING? tRPC is a new way of building type-safe APIS and I've used it for quite some time now. Time to talk about what I like about it, what I dislike, and my general thoughts about it. Kevin Jan 27, 2023 Open Source INTRODUCING HILDE - AN OPEN-SOURCE MATCH TRACKING APP BASED ON THE T3 STACK Some time ago we got a foosball table in our office. We wanted to keep track of progress and statistics - and since spreadsheets are kinda tedious, I created a simple app for tracking player progress and match statistics: Hilde. Kevin Jan 17, 2023 Blog Platform REVIEWING THE GHOST 5 BLOGGING PLATFORM - THE GOOD, THE BAD, AND THE UGLY More than two years ago I've written a post about why I don't like Ghost anymore - but I'm still using it. Time to re-review it! Kevin Sep 6, 2022 Blog BACK TO BLOGGING I've spent two years on a side project which is slowly coming to an end - time to get back to my blog! Kevin Sep 1, 2022 Project HOW I CREATED ILOX, A FREE TWITTER BOT THAT PAID ME A HIGH-END GAMING COMPUTER Last year I started my biggest project yet - ilox, a free Twitter product stock tracking bot. Here's what happened. Kevin Sep 21, 2021 Blog THE PAST AND FUTURE OF NEHALIST.IO Long time no see. It has been some wild weeks - and I'm not just talking about the world encountering a pandemic. Let's talk about... everything. Kevin May 11, 2020 Blog THE FULL CIRCLE UPDATE My latest blog update is fairly small - but required a shitload of work. Not because it's so fancy, but because I went for a serious case of over-engineering. Kevin Feb 3, 2020 Open Source INTRODUCING MOCKING HANS - AN OPEN SOURCE TOOL FOR CREATING FAKE APIS Mocking Hans is a tool for creating fake APIs, supporting multi port usage, various protocols like HTTP or GraphQL and more. Kevin Jan 8, 2020 Tools SETTING UP WEB PROJECTS Choosing the right foundation for your project is an essential part of creating something sustainable. Let's talk about my favorite tools and conventions when it comes to setting up a new project! Kevin Dec 19, 2019 Personal TWENTY NINE I've finally reached the last chapter before leaving my twenties. It's been a decent year with kind of a pinnacle at the end - let's take a quick look back. Kevin Nov 12, 2019 Angular MULTIPLE HTTP REQUESTS IN ANGULAR Quick guide on how to do multiple HTTP requests in Angular - either sequentially or in parallel. Kevin Oct 15, 2019 Gatsby BUILDING AND DEPLOYING GATSBY SITES WITH GITHUB ACTIONS A guide on how to use GitHub actions for building and deploying your static sites built with Gatsby. Kevin Oct 10, 2019 Page 1 of 5 Older Posts → * Subscribe * RSS * Privacy nehalist.io © 2021