#NodeJS
Explore tagged Tumblr posts
andymakesgames · 4 days ago
Text
Tumblr media
Bad Quarto just put out Run Run Run, a collection of code poem where the source code and output fit on a single page.
Here is a photo of my contribution: A Map of Possible Spaces. It's a single line of Node!
You can get the booklet here: https://badquar.to/publications/run_run_run.html
8 notes · View notes
praxis-app · 1 year ago
Text
Tumblr media
join the praxis discord - sign up - github
2K notes · View notes
alycesutherland · 5 months ago
Text
Progress:
Okay so the authentication for spotify is hard for me to understand and requires user authentication, then making a token request that while expire in an hour. So i focused on what I did know how to do and what I had access to token wise. The Spotify developer home page has a temporary access token for demos. I took that token and made a function to make get request to the API and two functions for top tracks and top artists. Then made some functions to print them in my terminal. Here is what my end product looked like in the terminal.
Tumblr media Tumblr media
The data for tracks is proving to just show a years worth of listening even though I specified long_term in my get request.
Here is my code:
Tumblr media
I tried just doing track.artist but Spotify handles that as multiple artists so I had to handle them as such.
Next Steps: Tackling the user authentication and token requests and including it in this code.
(Also yes I know that is a concerning amount of My Chemical Romance tracks. I had my MCR phase strike up again with a passion last October and I am still balls deep in it.)
11 notes · View notes
rubikx107 · 10 months ago
Text
Good to move out
21 notes · View notes
n3c-devlog · 5 days ago
Text
Completely Revamped My Gathering System!
When I started this, I thought this was going to be easy: just improve the timers so that if a user refreshes the browser or reconnects to the game, the gathering action doesn't drop. What I failed to understand is that I still have no clue how to use Redis or Sockets.
After several days of wrangling with this thing, I somehow managed to figure out what seems to be a somewhat robust (and working!) solution.
I also ended up finding (and addressing) several more issues with my original gathering POC.
I made sure that all gathering logic is centralized on the back-end, eliminating front-end trust, which should help protect against cheating and exploits.
I also did what I naively set out to accomplish: Front-end UI now actually restores the visual status of ongoing gathers after reconnects or refreshes.
This was an absolute pain in the ass, and I hated every minute of it.
Now onto the next challenge that will make me crippled with self-doubt and question my ability to use my brain.
An accurate depiction of me trying to figure out Redis, Sockets and NodeJS:
Tumblr media
4 notes · View notes
windsails · 1 year ago
Text
ohh!!! i had a really good idea. a social media site with a circular timeline called samsara
26 notes · View notes
devkantkumar · 9 days ago
Text
✨ Meet Dev Kant Kumar – Your Coding Companion
🚀 Full Stack Developer | Tech Content Creator | Coding Mentor
🎥 An Intro to Dev Kant Kumar! - Coding & Tech Channel
youtube
Just uploaded on YouTube! Go check it out and subscribe for weekly tutorials, tech breakdowns, and deep dives into modern development.
👋 Hey there, I’m Dev Kant Kumar, passionate about all things tech! Whether you're a beginner looking to break into coding or a developer eager to scale your skills, I’m here to make your learning journey clear, fun, and practical.
🔧 I specialize in:
React, Node.js, TailwindCSS
Cloud-first architecture & API integrations
Clean UI/UX & component-driven design
Building real-world, scalable projects
📌 Let’s Connect Everywhere!
Find all my content, resume, and socials at one place:
🔗 linktr.ee/devkantkumar.in
💬 Got a project idea or tech question? Drop a DM or reply here.
Let’s code, learn, and build the future — together.
2 notes · View notes
orbitwebtech · 3 months ago
Text
When it comes to building high-performance, scalable, and modern web applications, Node.js continues to stand out as a top choice for developers and businesses alike. It’s not just another backend technology it’s a powerful runtime that transforms the way web apps are developed and experienced.
Whether you're building a real-time chat app, a fast eCommerce platform, or a large-scale enterprise tool, Node.js has the flexibility and speed to meet your needs.
⚡ High Speed – Powered by Google’s V8 engine.
🔁 Non-blocking I/O – Handles multiple requests smoothly.
🌐 JavaScript Everywhere – Frontend + backend in one language.
📦 npm Packages – Huge library for faster development.
📈 Built to Scale – Great for real-time and high-traffic apps.
🤝 Strong Community – Get support, updates, and tools easily.
Your next web app? Make it real-time, responsive, and ridiculously efficient. Make it with Node.js.
2 notes · View notes
eraepoch · 10 months ago
Text
i made a program to archive the posts on your curious cat account
the code is here: https://github.com/era-epoch/curious-cat-save-account
you just need to have a recent version of node installed on your computer. feel free to let me know if you run into any problems running it ^-^
5 notes · View notes
kyprogramming · 5 months ago
Text
youtube
16 -Sign Out (Actions Button) - (Next js 15, React 19, PostgreSQL , Prisma, ShadCN, Paypal, Stripe API integration)
2 notes · View notes
praxis-app · 2 years ago
Text
Tumblr media
join praxis now - discord - github
2K notes · View notes
alycesutherland · 3 months ago
Text
Finally got OAuth working!!!!
The war is over. Figured out the hard way that OAuth makes the routes for you <3
Now I can start coming up with models to store the data from users. If anyone has any ideas on how I should make those relationships with other data tables for songs and artists let me know. I’m going to reblog this post with some of my own ideas.
I also have a login page and dashboard with hard coded data to get a sense of what I want the backend to supply. Good progress! Will also reblog with pictures of that.
4 notes · View notes
young1decade · 5 months ago
Text
Cost-Effective Mobile App Development in Indore, India for Startups & Enterprises – Young Decade
In today’s digital era, having a mobile app is essential for businesses of all sizes. Whether you’re a startup looking to make an impact or an enterprise aiming for digital transformation, Young Decade offers cost-effective mobile app development in Indore, India to help you achieve your goals.
Why Choose Young Decade for Mobile App Development?
✅ Budget-Friendly Solutions – High-quality apps at competitive rates. ✅ Custom App Development – Tailored for your unique business needs. ✅ Cross-Platform Expertise – We build Android, iOS, and hybrid applications using Flutter, React Native, and Native technologies. ✅ Scalable and Secure Apps – Future-ready solutions to support business growth. ✅ Agile Development Approach – Faster time-to-market with high performance.
At Young Decade, we focus on creating user-centric mobile applications that drive engagement and revenue. Our expert developers work closely with clients to ensure seamless design, powerful functionality, and smooth performance. Whether you need an MVP for a startup or a feature-rich app for an enterprise, we provide end-to-end mobile app development services to bring your vision to life.
Let’s Build Your Dream App!
If you're looking for affordable mobile app development in Indore, India, Young Decade is your trusted partner. Contact us today to discuss your project and turn your ideas into reality!
2 notes · View notes
n3c-devlog · 11 days ago
Text
Improved security of Explore route
When I first built this feature, the user would join the socket room via client-side (this is what shows other characters and resources in real-time to all players in the same location). That would potentially allow cheaters to do some bad stuff.
I'm still learning how to actually use web sockets, but I managed to refactor that part so that joining the socket room now happens on the backend.
Nothing fancy, but it seems to be working and I think is definitely a step in the right direction! 😁
5 notes · View notes
plleonart · 7 months ago
Text
3 notes · View notes