DEV Community

BekahHW for Deepgram

Posted on

What are you learning this week?

It's a new week to learn something new! What are you exploring this week?

Oldest comments (47)

Collapse
 
peterwitham profile image
Peter Witham

This week I plan to sit down and learn Async/Await in Swift because I've been lapse in staying up with it. I'm sure it will help me improve more of my code than I dare look at :)

Collapse
 
bekahhw profile image
BekahHW

Yesss! Sounds like a great goal.

Collapse
 
thousandthstar profile image
ThousandthStar

Want to learn how to send packet length through TCP stream in Rust. It's quite complicated imo.

Collapse
 
bekahhw profile image
BekahHW

I don't know any Rust, so definitely sounds complicated to me!

Collapse
 
rizkytegar profile image
🎉 Rizky Tegar Pratama

I'm learning FreeBSD

Collapse
 
bekahhw profile image
BekahHW

Very cool! For any specific reason?

Collapse
 
chiragagg5k profile image
Chirag Aggarwal

My university provided me a free flutter course. Since its free its incredibly short and i hope to complete it by this weekend

Collapse
 
bekahhw profile image
BekahHW

Free courses are a great opportunity!

Collapse
 
aurumdev952 profile image
Benjamin

I am learning creating backend using Express.js
.

Collapse
 
bekahhw profile image
BekahHW

Nice! I've used Express a little. Any resources you recommend? My teammate wrote a nice blog post about Sending Audio Files to your Express.js Server if you're interested.

Collapse
 
askari12 profile image
Muhammad Askari Iqbal

This week I plan to really understand how facebook pixels works under the hood. I have been tasked to maintain them and it all going over my head.

Collapse
 
bekahhw profile image
BekahHW

That's really interesting.

Collapse
 
infodsagar profile image
Sagar Dobariya • Edited

I am working on my typing skills so I can type without watching keyboard. Also creating pdf for questions realated to React interview questions.

Collapse
 
bekahhw profile image
BekahHW

Those are great things to work on!

Collapse
 
alaindet profile image
Alain D'Ettorre

I've been learning Next.js 13 since a couple of weeks

Collapse
 
bekahhw profile image
BekahHW

Nice! How do you like it?

Collapse
 
alaindet profile image
Alain D'Ettorre

I'm enjoying it, however breaking changes are a bit if a concern. Also, you carefully have to consider your use case before using it, it's not a one-size-fit-all solution despite having some backend capabilities

Collapse
 
shivamordanny profile image
Shivam Bhardwaj • Edited

This week I'm trying to implement CDC on different data sources for data lakehouse.

Collapse
 
yaroslaff profile image
Yaroslav Polyakov • Edited

Learning Golang, because Hugo cannot generate pages from database content ( if you have online store with 100k items for sale, you need to have 100k markdown pages as source to generate 100k .html pages).

Wrote my own tool sql-export which reads database and generate markdown pages for Hugo very quickly (50k+ pages in ~10 seconds). This is my second project in Go, so it's probably ugly (and I'am glad to hear any feedback, any remarks and critique and recommendations). But it works! :-)

I have to say, Go is very fast. So, if I need something with high performance, I'd choose Go. But it's little painful to write in Go after Python. Go is new C. Sometimes very simple things takes lot of time to implement it in Go. Python is better in everything (at least for me), but Python program eats more RAM/CPU and works slower.

Collapse
 
bekahhw profile image
BekahHW

Very cool! Sounds like a lot of interesting things you're working on.

Collapse
 
rihan profile image
Rihan

I'd recommend checking out Eleventy. Here's a example using Ghost as a headless CMS, but I'm sure you could easily create a plugin that did the same but with SQL, if it doesn't already exist. github.com/TryGhost/eleventy-start...

Collapse
 
bekahhw profile image
BekahHW

I've been thinking about using Ghost!

Collapse
 
sylwiavargas profile image
Sylwia Vargas

I'm continuing learning WASM - or rather, all the context knowledge needed to learn WASM :)

Collapse
 
bekahhw profile image
BekahHW

Whoa! I'd love to know how that goes.

Collapse
 
harshprateek profile image
Harsh Prateek

I am following the CS50x course by Harvard, thus I would be doing some SQLite and if I get time to spare, then may also start with Flask, which marks the end of the course.

Collapse
 
bekahhw profile image
BekahHW

Nice! I started that once, but I don't think I ever finished.

Collapse
 
luccabiagi profile image
Lucca Biagi

Trying to learn Vaadin (Hilla) for one of my personal projects.

Collapse
 
bekahhw profile image
BekahHW

Very cool. How are you going to decide?

Collapse
 
kkcdp profile image
Kaspars

Learning Laravel 9, with VUE. It is not duty for a day :-)