YMFew tips are common that we often forget about them. And that’s a reminder is really handy 👍Comment·Article·May 25, 2022·5 Good Habits of a Software Engineer
YMGreat article, just one point. Server-side sessions were the traditional way to implement auth I wouldn't call session authentication a traditional way. Since it's still one of the way to do authentication on SSR. 🙂Comment·Article·May 12, 2022·Sessions vs JWTs - A Complete Guide to Authentication
YMWhat stack you're using for your project?Comment·Thread·Sep 9, 2020·I turned my side-project into a startup. I'm Ido Shamun, AMA!
YMIn the first section, was that screenshot taken from VSCode?Comment·Article·Sep 1, 2020·Top 10 Visual Studio Code extensions you need to install
YMIn that case you might be looking for something like this https://discourse.org/Comment·Thread·Aug 28, 2020·How to build a community platform?
YMv-slot is one of my favourite feature and something which I really want to use in React.js too.Comment·Article·Jul 31, 2020·Vue.js For Absolute Begineers
YMHere's a small example. const onChangeHandler = e => { // store value in state } <input placeholder="Input field" onChange={onChangeHandler} />Comment·Thread·Jul 31, 2020·How to build a REACT FORM to post an object like this at once to the backend server?
YMCan you share your thoughts on pm2 file based configuration?Comment·Article·Jun 30, 2020·How to achieve truly zero downtime deployment using pm2?
YMI have been using Popping and Locking theme for more than 6 months, it gives very calm vibe to the eyes and work perfectly at day and night.Comment·Thread·Jun 29, 2020·Which vscode theme is your favorite?
YMI think 70%, the problem is in this code. .secção-1, .secção-2, .secção-3, .secção-4 { display: grid; flex-flow: row wrap; -webkit-flex-flow: row wrap; grid-column-gap: 12px; grid-template-columns: 2fr 2fr; grid-template-rows: 2fr; padding: 10px; }Comment·Thread·Dec 28, 2019·Setting grid flex, green items labelled "item 2" have disappeared on each section on mobile phones