DEV Community

Ben Halpern
Ben Halpern

Posted on

What's your favorite new thing?

Any new tools, libraries, services, etc. you're playing around with?

Oldest comments (89)

Collapse
 
fultonbrowne profile image
Fulton Browne

I am loving the new android studio canary build with jetpack compose, I am also loving the Kotlin programming language.

Collapse
 
varunbarad profile image
Varun Barad

I am also going through the Compose Tutorial right now. Just need to download the canary Android studio first though.

Collapse
 
sduduzog profile image
Sdu

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

Collapse
 
codenutt profile image
Jared

Just started with Kotlin. Reminds me so much of JS, which could be a good or bad thing lol

Collapse
 
nomangul profile image
Noman Gul

Nowadays, using Flameshot for sharing screenshots with Team on Slack ๐Ÿ˜

Collapse
 
ankitbeniwal profile image
Ankit Beniwal

I really like Dev.to community. Thanks everyone for making it so wonderful.

Collapse
 
jacobherrington profile image
Jacob Herrington (he/him)

Came here to say this

Collapse
 
yaser profile image
Yaser Al-Najjar

This comment is most likely getting to the top as it describes what most people are coming here to say ๐Ÿ˜

Collapse
 
fsavalam profile image
fsavalam

me too... I just had to post the same thing

Collapse
 
shadowwarior5 profile image
Konstantin Meiklyar

+1

Collapse
 
buinauskas profile image
Evaldas Buinauskas

Functional programming, which I discovered by using Elm.

Would love to try F# to develop backend in a functional way as well.

Collapse
 
pantsme profile image
Antonio Savage

Hit up solidity and smart contracts if you are enjoying functional programming. Huge demand for sol devs currently and its some interesting stuff.

Collapse
 
anirudd profile image
Aniruddha Bhattacharjee • Edited

I am learning Functional Programming too, but I went with Haskell. Still finding the whole paradigm a little confusing and counter-intuitive though.

Collapse
 
buinauskas profile image
Evaldas Buinauskas

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.

Collapse
 
cguttweb profile image
Chloe

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.

Collapse
 
ypedroo profile image
Ynoa Pedro

kubernetes fun and scary

Collapse
 
fultonbrowne profile image
Fulton Browne

I am still trying to figure out what the heck it is.

Collapse
 
pantsme profile image
Antonio Savage

It's a thing. It does stuff! Don't feel alone in not knowing what it is/does. I work with it and I ask myself this question daily. Check out some of the Rancher guides or go and play with a Kubernetes environment on katacoda. Also start on containers with dockers own online learning lab. Advance from there... training.play-with-docker.com/ops-...

Collapse
 
jacobherrington profile image
Jacob Herrington (he/him)

Svelte is really cool! I understand why some people are weary of it, but I'm a fan!

Collapse
 
itsjzt profile image
Saurabh Sharma

Svelte is โค

Collapse
 
drewtownchi profile image
Drew Town
Collapse
 
jeikabu profile image
jeikabu

I actually just started using Fork as well. I rather like it.

Collapse
 
tterb profile image
Brett Stevenson

How do you think Fork compares to Github Desktop and GitKraken?

Thread Thread
 
jeikabu profile image
jeikabu

Only used GitHub Desktop briefly but it seemed like it was positioned as โ€œgit for everyoneโ€. Polished, but if youโ€™re used to git CLI and expecting most features it felt a bit lacking.

Used SourceTree for quite a while, but it was sometimes a bit clunky and occasionally had issues with multiple auth configs.

Never tried git kraken. I forget why exactly and havenโ€™t looked in a while, but I think it was because it was payed vs free and non-open source.

Collapse
 
balajik profile image
Balaji K • Edited

Playing around with react and redux using projects listed by

simonholdorf image

Then try to host those projects like in Heroku.

Finally playing around with Dev.to editor guide which will be handy while posting a comment/post like this.

Collapse
 
riledupcrow profile image
Riley Bฤ…kowska

Concurrent Mode in React, mind bending ๐Ÿคฏ
It's not released yet but I haven't been more excited since Hooks came out.

Collapse
 
itsjzt profile image
Saurabh Sharma

Making everything in less libraries and frameworks

Collapse
 
nuculabs_dev profile image
Nucu Labs

I've been writing some asyncio Python decorators for rate limiting and caching in Redis. Was fun.

Collapse
 
gc_psk profile image
Giancarlo Buomprisco

Svelte and Firebase, digging the Ivy compiler too :)

Collapse
 
jeremy profile image
Jeremy Schuurmans

I've been getting into Vim the past few weeks and adding more keyboard shortcuts to my workflow and I've been feeling super awesome and powerful because of it.

Collapse
 
rawkode profile image
David McKay