Any new tools, libraries, services, etc. you're playing around with?
For further actions, you may consider blocking this person and/or reporting abuse
Any new tools, libraries, services, etc. you're playing around with?
For further actions, you may consider blocking this person and/or reporting abuse
Jimmy McBride -
Sukhpinder Singh -
RemoteWLB -
Sukhpinder Singh -
Top comments (89)
I really like Dev.to community. Thanks everyone for making it so wonderful.
This comment is most likely getting to the top as it describes what most people are coming here to say π
Came here to say this
+1
me too... I just had to post the same thing
github.com/voidcosmos/npkill
running
npx npkill
listed like 34 GB of node_modules on older projects I'm no longer working onOooooo, I need this in my life! Thank you, thank you, thank you!
This is all we need with small SSD. Thanks
Functional programming, which I discovered by using Elm.
Would love to try F# to develop backend in a functional way as well.
I am learning Functional Programming too, but I went with Haskell. Still finding the whole paradigm a little confusing and counter-intuitive though.
I found Elm at first confusing too because I was taught to write code imperatively. Haskell is the most functional language you can think of and it takes time.
Even if you won't use it, everything you've learnt will benefit when you write code in different languages.
Hit up solidity and smart contracts if you are enjoying functional programming. Huge demand for sol devs currently and its some interesting stuff.
Working remotely. π
Vue, its cli and learning more about the whole vue ecosystem I really really like it and looking forward to learning a lot more about it.
Svelte is really cool! I understand why some people are weary of it, but I'm a fan!
Svelte is β€
I am loving the new android studio canary build with jetpack compose, I am also loving the Kotlin programming language.
Just started with Kotlin. Reminds me so much of JS, which could be a good or bad thing lol
I am also going through the Compose Tutorial right now. Just need to download the canary Android studio first though.
I want to try out the MotionEditor first. It didn't load my project for some reason though, I'll have to do some debugging
I felt in love with split-require. Finally I can use the dynamic import syntax
My
index.js
went from 1.9Mb to 954Kb, where were you when I needed you the most πthe ten x hacker theme
JAMStack!
Gridsome site, using Tailwind CSS, Forestry.io CMS and hosted on Netlify.
These were all completely new to me. It's turned out to be a great setup for my portfolio site.
How have you found tailwind? I know some bootstrap as we use it at work quite a bit. I had a quick go with it this afternoon but I'm generally not keen on adding all that markdown to my HTML.
Grids took a little bit of getting used to for me, but I like it alot. Previously I have always used Bootstrap.
The messier html syntax is a thing but in reality if you identify common components you can use @apply to collate groups of utilities into a single class.
It's a trade off between more classes in the html and less CSS to write. I find it quite easy to read. The classes are very descriptive so it does give you a good rundown of what you should be seeing.
The abillity to setup custom config to match a style guide/design system would really help keep a site's UI consistent.