DEV Community

Cover image for What are you learning about this weekend? 🧠

What are you learning about this weekend? 🧠

Michael Tharrington on February 17, 2024

Heyo! What y'all been learning on this weekend? Whether you're sharpening your JS skills, making PRs to your OSS repo of choice πŸ˜‰, sprucing up yo...
Collapse
 
mrlinxed profile image
Mr. Linxed

This week I want to create my first small game in LibGDX.

I've used libGDX, but that was a long time ago. I've been brushing up on my Java skills over the last few weeks. So now it's time to take it a step further.

Collapse
 
swapnanilwebdeveloper profile image
swapnanilWebDeveloper

Learning while you are an enthusiastic programmer is a never ending process . This week I completed my last stage of MERN development , i.e ,

1)how to create APIs with the help of Express.js, Mongoose, MongoDb, SChema, Model
2)How to insert Multiple Documents that is Create Operation / POST method.
3)How to read all the documents which is Get Operation/ GET method.
4)How to Update a specific document that is Update operation / PUT or PATCH method.
5)How to delete a specific document which is Delete operation / DELETE Method.
6)All these methods can be invoked by the help of POSTMAN.
7)By the help of POSTMAN you can insert multiple documents by POST request,
get all the documents by the help of GET request, and similarly PATCH and DELETE request can do update and delete both the operations respectively

Collapse
 
servbay profile image
ServBay

I'm refining my code and writing my product's instruction(dev.to/servbay/servbay-introductio...).
I hope my product, a local web environment, can help more developers to increase their work efficiency.

Collapse
 
swapnanilwebdeveloper profile image
swapnanilWebDeveloper

Now I will tell you guys after the CRUD operation in APIs what did I do ?

1)I hosted that API on the web browser on multiple web addresses as I created multiple routes on the methods regarding the specific requests.
2)After that I hosted that API on the "RAILWAY"
3) I will provide this link after sometime ....
please follow me if you want to get that link and to learn more about APIs

Collapse
 
jonasbn profile image
Jonas BrΓΈmsΓΈ

I am participating in Exercisms 48in24 programming challenge. So I am both brushing up on old skills and throwing myself at challenges in programming languages and programming paradigms I have never tried before.

I did a write up if curious...

Collapse
 
mateusabelli profile image
Mateus Abelli

I'm studying the Forem docs to set up a Dev Container in VSCode so that I can contribute using a more flexible environment.

Collapse
 
michaeltharrington profile image
Michael Tharrington

Oh heck yeah! That's awesome Mateus. πŸ™Œ

Anything in particular you're hoping to work on in Forem?

Collapse
 
mateusabelli profile image
Mateus Abelli • Edited

I'd like to fix a title breakage that happens on embedded blog post cards on the billboard.

After setting up the environment my machine was not able to handle the virtualization very well, but I raised an issue so that others devs can work on this 🌱

Collapse
 
brickeater profile image
BrickEater

I'm reading "C Programming - A Modern Approach" and working through the ncurses how-to here: tldp.org/HOWTO/NCURSES-Programming....

Collapse
 
phlash profile image
Phil Ashby

Not sure how I feel about ncurses being part of a modern approach but hey.. it's still being maintained!

Collapse
 
psypher1 profile image
James 'Dante' Midzi

I am doing research on :

  1. Saving data that's captured on a daily basis that is tied to a user
  2. Possibly using local storage for that
  3. How to link the data to the logged in user
Collapse
 
mehmoodulhaq570 profile image
Mehmood-Ul-Haq

application building in java

Collapse
 
sinisterchef profile image
Kyle O'Brien

Playing around and breaking the Payload CMS demo site and continuing studying with ZTM.

Collapse
 
arndom profile image
Nabil Alamin

still working on my game from last weekend...making use of nextjs and cloud functions...now I need to figure out a leaderboard 🀞

Collapse
 
arndom profile image
Nabil Alamin

here's a demo: wvfrm-trivia.vercel.app/

its a WIP but lets see what happens in my spare time and next weekend

Collapse
 
mitchiemt11 profile image
Mitchell Mutandah

Next JS refresher course.

Collapse
 
lovestaco profile image
Athreya aka Maneshwar

WebSockets

Collapse
 
polterguy profile image
Thomas Hansen
Collapse
 
michaeltharrington profile image
Michael Tharrington

Haha! How about ya loan me a million of that 20 billion? I'm good for it! πŸ˜†

Collapse
 
reprodev profile image
Repro Dev

I've just joined Dev this week and am adding to my blog posts this weekend. I'm also working on refining a CSR Generator for OpenSSL in Powershell and various bits in Docker.

Collapse
 
michaeltharrington profile image
Michael Tharrington

Rock on!! I see you made a new post live yesterday. Congrats! πŸ™Œ

Also, you might've seen this or even done this already, but in case note, you can set things up from here in your settings so that you import your posts via RSS. This way if you're posting stuff on a personal blog somewhere else, you can pull all the posts into your DEV dashboard and publish them when ready. Of course, you have to have RSS set up on your personal blog, but if you do, it's quite handy!

Collapse
 
phlash profile image
Phil Ashby

This week, I've mostly been reading long datasheets to get some bare metal code running on an RP2040 (it's our target MCU for the next FUNcube satellite control processor πŸš€), plus reading yet another RFC to complete my implementation of DHCPv6 as a PPPD plugin, because I was unable to find a reliable and simple existing client that works well with PPPD/L2TP. Plus Γ§a change!

If anyone is interested in the outcomes: git.sr.ht/~phlash/ has the code 😁

Collapse
 
axelfrache profile image
Axel • Edited

Hey everyone!
This week-end I'm working on a React application called Pokemon Finder.
It's an interactive tool for exploring PokΓ©mon details via the PokΓ©API. You can check out the project on my GitHub and I'd really appreciate your feedback!

Collapse
 
schemetastic profile image
Schemetastic (Rodrigo)

+10 years in JS and until now I'm learning React 🫣

Started with SvelteKit first, haha.

Any good guidance would be useful here.

Collapse
 
madzimai profile image
Netsai

I am currently following the Next.js tutorial that was posted on Daily Dev.