Shainil P Scodeshaine.hashnode.dev·Nov 4, 2024Carter: an typical e commerce projectI started this project september 2024.I don't remeber the exact date though . I made this project in order to put into my resume which I did. However, in order to stand out I needed to make this little unique . So I thought make this little complex b...Discusse-commerce
porobertdevblog.porobert.dev·Oct 16, 2024Sessions, Cookies and AuthenticationAbout The goal of this article is to complement the lesson from The Odin Project curriculum. Initially was written for personal use to try to understand better how this work and make information stick to my brain, but I chose to make it public hoping...Discuss·63 readsBackendJavaScript
Burpburp.hashnode.dev·Sep 23, 2024Aplicación de mensajería SESSIONSiguiendo algunos mensajes de RRSS, varias personas preguntaban sobre las características de la App de mensajería segura Session. Si bien la llegué a probar hace algún tiempo (no me acabó por convencer), no le había dedicado una entrada propia dentro...Discussmensajería segura
Junaid Bin JamanProjunaidbinjaman.help·Sep 19, 2024Master PHP Cookies & Sessions: A Complete GuideHey there, future web dev superstars! 🎉 Welcome to a fun, exciting, and oh-so-practical tutorial on PHP cookies and sessions! By the end of this, you'll be handling user data like a pro and will know when to use cookies or sessions in real-world web...DiscussPHP
Arvind Toorpuarvindtoorpu.hashnode.dev·Sep 9, 2024Kill idle session in Oracle DatabaseYes, even an idle session connected to an Oracle Database can still consume and hold onto certain resources. You can ensure that database connections automatically get snipped and cleared by following the process below. To implement session sniping i...DiscussDatabases
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Sep 5, 2024How to Prevent Multiple Logins in NestJS using Redis cachePreventing multiple logins for a single user can be essential for security and maintaining a smooth user experience, especially in applications where session management and user accountability are critical. In this blog, we'll explore how to prevent ...DiscussNestJS multiple login
Shreyashcodingdecoding.hashnode.dev·Aug 31, 2024rtCamp Interview Experience for Software Engineer (Trainee) On CampusAbout the company and role rtCamp is a company that works on WordPress and web solutions, situated in Pune. I applied for the position of Software Engineer(Trainee) through my Campus Hiring Program. It was a fully remote working role. The training wa...Discuss·1 like·107 readsrtcamp
Sayantani DebforQuickBlox Engineeringquickblox.hashnode.dev·Aug 29, 2024Event Recap: AI Unplugged – Empowering Your Projects with QuickBloxHey everyone! We had a fantastic session at "AI Unplugged: Empowering Your Projects with QuickBlox," and I’m excited to share the highlights. We had 25 active participants, and the Q&A round was a huge hit! Here’s a quick recap of the key takeaways...Discuss·42 readsdiscord
Yun Seongminseongmin.dev·Aug 22, 2024Golang Fiber 세션 미들웨어 구현하기https://github.com/ilcm96/dku-aegis-library-system 간단한 JWT 대신 세션을 사용한 이유 요즘 인터넷을 보다 보면 정말 많은 글에서 JWT를 사용자 인증에 활용한다. Stateless 한 HTTP의 특징과 DB에 접근할 필요 없이 인증인가를 진행할 수 있다는 것은 분명한 장점이다. 그러나 MSA나 처리량이 높은 서비스가 아닌 이상 일반적인 모놀리틱 어플리케이션에선 세션을 사용하는 것이 더 좋다고 생각...Discuss·65 readsgolang
Kartik Mehtaphp.godoftitans.tech·Jul 7, 2024Handling Sessions & Cookies in PHP - AuthenticationIntroduction Handling sessions and cookies is a fundamental aspect of web development, especially when it comes to user authentication. PHP provides robust mechanisms for managing sessions and cookies, making it possible to maintain user state and se...DiscussPHP