DEV Community

What are you currently working on? What's the most interesting part?

Sherry Day on December 08, 2022

Collapse
 
nilansaha profile image
Nilan Saha

I am working on a website for landing page inspiration called landings.dev
Its been going pretty well and I had 10,000 unique users last month. I am learning a lot around marketing so thats pretty cool.

Collapse
 
hussam22 profile image
Hussam-22

Nice webstie, keep it going 👍

Collapse
 
aarone4 profile image
Aaron Reese

Going all-in on learning a new stack and building a fantasy f1 game
T3 app with ...
tRPC
Typescript
Next.js
Prisma ORM
Postgress
Tailwind css

My usual stack is
Vue 3 (JS not TS)
Python serverless functions
MSSQL
Bootstrap or Vuetify (material design)

Most interesting part is probably using tRPC for shared typesafe models across front and backend

Collapse
 
ben profile image
Ben Halpern

As for direct software work, I'm working on some continued enhancements to our spam detection for DEV and other Forems, it's fun work with lots of new technology to explore!

Collapse
 
peteole profile image
Ole Petersen

Cool! What are you using there?

Collapse
 
fish1 profile image
Jacob Enders

Rebuilding my original PHP / Vanilla javascript application (yapms.com) in SVELTE.

The most interesting part about it, is how much bad code I wrote 4 years ago as a newbie. And how simple & small the project actually is when using a modern framework.

Collapse
 
raibtoffoletto profile image
Raí B. Toffoletto

Personally I'm working in an electron app to visualize / edit sqlite databases. It's interesting to learn more in-depth the innerworks of SQLite and how to better structure a event driven communication between main and renderer procesees. Been using React , MUI and the Monaco editor.

Hopefully will have an alpha soon. 😁

Collapse
 
kayis profile image
K

I'm trying to build a decentalized encrypted image uploader.

The interesting part is making it available for people who don't have a crypto wallet.

Right now I'm trying to integrate the authentication service with the encryption service, but they have a bit different opinions on how things should be done :D

Collapse
 
zackuknow profile image
ZacK

I am working on a website for software recommendation & marketplace it's called simileto.com

Its only a week old i'm getting around 50 unique users per day. I'm also learning a lot about marketing so thats good.

Collapse
 
jmfayard profile image
Jean-Michel 🕵🏻‍♂️ Fayard

I'm trying to get out of the writer block

Collapse
 
jonrandy profile image
Jon Randy 🎖️ • Edited

Being a team lead on part of a project that uses all my front end web skills, and:

  • Doesn't run in a web browser
  • Makes no HTTP requests other than loading local resources (doesn't even require an internet connection)
  • Allows me to be super creative
  • Throws up many totally new and interesting challenges
  • Has made my development career fun again!
Collapse
 
usamajamil67 profile image
Usama Jamil

Working on NODE JS and MONGO DB. Interesting part is, I don't know anything about these ahhahahhhahhaha

Collapse
 
clay profile image
Clay Ferguson

I'm working on Quanta, and the interesting part is the Quantization. :)

Learn What Quantization Is...

Collapse
 
christopherkade profile image
Christopher Kade

We just pushed to production a huge rework of one of the most visited pages of our website, exciting times ! So right now I'm in damage control mode & implementing new features :)

Collapse
 
leonbeau profile image
Leon Huang

a Sass sofeware like jira, using Angular and RxJS to build it

Collapse
 
jwhy89 profile image
Jarvis Yang

Been messing around with Rust and containerd images. Wasm is pretty cool and lightweight.

Collapse
 
jhvanderschee profile image
Joost van der Schee

I am working on a project enabling people to build full websites in just two files without leaving their browser (on Github). I even created a website for it: zengardenwebsites.com

Collapse
 
dawosch profile image
Dawosch

I‘m working on a home automation system written in Typescript.
I’m using HomeAssistant right now, but it’s to heavy for my needs

Collapse
 
corners2wall profile image
Corners 2 Wall

I am working on myself.
My daily routine:

  1. Wake up
  2. Breakfast
  3. Nothing to do

Third point most difficult, but I try change them. I wanna do app with tinder api. Back, ui all inclusive

Collapse
 
alirashidi1993 profile image
alirashidi1993

I'm working on projects with DDD,TDD,BDD implementations and it's fun.

Strongly recommend learning DDD

Collapse
 
alaindet profile image
Alain D'Ettorre

A simple web server in Go. Go is the most interesting part obviously :)