Vikrant Bhatvikrantbhat.hashnode.net·Mar 12, 2023Optimize your workflow with Tailwind CSS: Get class completions and hover previews for classes assigned to variables in VScodeTL;DR This article provides instructions on how to enable auto-completion and hover IntelliSense for TailwindCSS classes in VScode. To do this, users must add a regex to the VScode settings that matches the desired custom HTML attributes (variable na...Said Mounaim and 1 other are discussing this2 people are discussing thisDiscuss·24 likes·167 readsvscode extensions
Vishwajeet Rajvishwajeetraj11.hashnode.net·Sep 10, 2022Tailwind with Typescript.Tailwind is amazing. It gives you the ability to style your components without even writing a single line of CSS. In Short -> Without Tailwind You would need to do the following to style the elements. make a CSS file. write CSS in there with prope...Discuss·22 likes·101 readsTailwind CSS
Ishaq Nasirforizzycious.hashnode.net·Dec 21, 2022Understanding Developer RelationsIntroduction Developer relations, also known as developer experience (DX) or developer advocacy, is a strategic function within an organization that focuses on building and maintaining relationships with software developers and other technical stakeh...Discuss·22 likes·78 readsDevRel
Vikrant Bhatvikrantbhat.hashnode.net·Mar 12, 2023Optimize your workflow with Tailwind CSS: Get class completions and hover previews for classes assigned to variables in VScodeTL;DR This article provides instructions on how to enable auto-completion and hover IntelliSense for TailwindCSS classes in VScode. To do this, users must add a regex to the VScode settings that matches the desired custom HTML attributes (variable na...Said Mounaim and 1 other are discussing this2 people are discussing thisDiscuss·24 likes·167 readsvscode extensions
Luca Del Puppopuppo92.hashnode.net·Feb 28, 2023Why I love GitLens in my VsCode - Interactive RebaseOne of the processes I typically do in my daily work is interactive rebase.I commit a lot, and then before pushing the result, I try to make the history more readable. If you have to do that by CLI, you should follow many steps: > git log --oneline ...Discuss·455 readsGitLensvscode extensions
Luca Del Puppopuppo92.hashnode.net·Feb 21, 2023Why I love GitLens in my VsCode - Blame & CompareWhen you work with git, you want to get info about commits and who changed the codebase quickly. With GitLens, you can get much info about your current file without losing focus on it. First, at the top of your file, you can get info about the last c...Discuss·101 readsGitLensvscode extensions
Nicolas Fränkelfrankel.hashnode.net·Feb 16, 2023Null safety: Kotlin vs. JavaLast week, I was at the FOSDEM conference. FOSDEM is specific in that it has multiple rooms, each dedicated to a different theme and organized by a team. I had two talks: Practical Introduction to OpenTelemetry Tracing, in the Monitoring and Observa...Discuss·3 likes·54 readsJava
Luca Del Puppopuppo92.hashnode.net·Feb 14, 2023Why I love GitLens in my VsCode - First StepsIn my daily routine, I work with git, and I suppose it's the same for you.I know all the standard commands to work with it in my terminal, and I love them.I think every developer must know git and its commands, and work with it by the command line. I...Discuss·231 readsGitLensvscode extensions
Joshua PoddokuforApache DevLakedevlake.hashnode.net·Feb 2, 2023Developer Experience on Wheels - Case study of GitpodHey readers, This is a case study release of Gitpod, an Open Source project that has massively changed the developer experience. Our team of Junior Developer Evangelists (JDEs) in this cohort of the JDE Program (a unique platform for JDEs to advocate...Discuss·13 likes·83 readsGitpod
Kelly Andrewskellyjandrews.hashnode.net·Feb 1, 2023Improving the Developer ExperienceThe developer experience shapes a developer's perception of a product. It starts when they begin using a product and directly impacts their opinion and decision to stick with it or recommend it to others. Companies that focus on creating a positive a...Discuss·1 like·90 readsdeveloper experience
Kirill Kurkokkurko.hashnode.net·Jan 29, 2023Keep your dependencies up to date with Dependabot on GitLabMotivation Developers usually don’t care about updating their dependencies (especially small packages). And really it makes sense if the lifetime of your project is small enough to keep them without updates. You know what - forget about sense - devel...Discuss·237 readsGitLab
Eli Sklarsklar.hashnode.net·Jan 11, 2023React Light YearsReact has established itself as a go-to framework for front-end development, thanks to its simplicity and flexibility which allows developers of all skill levels to learn and be productive with it. In this article, we will explore how the growing pop...Discuss·8 likes·118 readsReact
Nikhil Chauhannikhilchauhan.hashnode.net·Dec 24, 2022Dev Retro 2022Growth and learning: My Reflections on Being a Developer in 2022 In this article, I'll share my reflections on the changes and challenges of being a developer in 2022. I'll be exploring the gains and growing pains of this rapidly changing industry an...Discuss·30 reads#DevRetro2022