David Carrdcblog.dev·Jan 14, 2025Effortlessly Trigger Modals with Session Flash in LaravelHere’s a dead simple way of triggering a model to show or anything really from a controller. From a controller after using session()→flash() to setup a session value session()->flash('show-update-current-orders-dialog'); Then in a blade file, check ...Laravel
Abhishek Singhabhishek-singh-kirola.hashnode.dev·Jan 12, 2025Hello To Tech Jargons. 👋Have you ever been in a situation where you're working in a team, and your friends or colleagues use technical terms you’ve never heard before? I’ve faced this situation a lot, so I decided to do some research. I discovered that these terms are calle...12 likes·60 readstech
Cristhian Cano Bogadoparaguayandev.hashnode.dev·Jan 11, 2025Buenas Prácticas para el Uso de Variables de Sesión en Oracle APEXCuando desarrollamos aplicaciones en Oracle APEX, es común trabajar con variables de sesión para manejar datos temporales como identificadores de usuario, roles, configuraciones y otros valores específicos de una sesión. Aunque el uso directo de esta...1 like·34 readsApex
Indrajeet Giramcodewords.hashnode.dev·Jan 9, 2025Sessions and Cookies: What Sets Them Apart?One fundamental yet crucial concept that often comes up in web development is the difference between sessions and cookies. Understanding this distinction can help you design better systems for managing user state and enhancing user experience. Here's...JavaScriptcookies
Pranabesh Pratiharpranabesh.hashnode.dev·Jan 2, 2025CRUD in React JSimport { StrictMode } from 'react' import { createRoot } from 'react-dom/client' import './index.css' import From from './From.jsx' createRoot(document.getElementById('root')).render( <StrictMode> <Form/> </StrictMode>, ) Code For Create , ...React
Shayan Danishauthenticationandauthorization.hashnode.dev·Jan 1, 2025Sessions Based AuthenticationWhen discussing authentication, mainly the popular ones are Session-based, token-based and OAuth Authentication. Let’s dive deeper into the session based. Session Based: Keeping it simple, there is a DATABASE ONLY FOR storing ALL of the user’s inform...authentication
Sarvesh Bajajsarveshbajaj.hashnode.dev·Dec 23, 2024Mastering Session Management: Enhancing Authentication SecurityContinuing with the authentication series, let’s dive deeper into Session Management in applications.Sessions play a crucial role in maintaining user identity across multiple interactions within an application. Sessions provide statefulness to web ap...authentication
Muhammad Adeelauthentication-explain.hashnode.dev·Dec 19, 2024Authentication and its typesLet's dive into the concept of authentication, breaking it down into simple terms so you can understand it thoroughly. Authentication plays a vital role in ensuring security, especially when working with applications that require user verification, s...1 likeauthentication
Manya LambaforWeb Securitywebsecurity-bymn.hashnode.dev·Dec 19, 2024Session HijackingIntroduction: A Digital Heist in Plain Sight Imagine shopping online, adding items to your cart, and preparing to check out—only to find items you didn’t add. This could mean you’re a victim of session hijacking, where hackers steal your active sessi...46 readsDeveloper
Sahil Patilsahil-patil.hashnode.dev·Dec 16, 2024Weekend Community Meetups: A Game Changer for My PerspectivesThe Impact of Weekend Meetups on My Growth and Career Weekends are often seen as a time to relax, catch up on sleep, or indulge in personal hobbies. For most people, Saturdays and Sundays are days to sleep in, grab a coffee, meet friends, or simply t...📢 MeetupsMeetup