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...
For further actions, you may consider blocking this person and/or reporting abuse
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.
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
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.
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...
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
I'm reading "C Programming - A Modern Approach" and working through the ncurses how-to here: tldp.org/HOWTO/NCURSES-Programming....
Not sure how I feel about ncurses being part of a modern approach but hey.. it's still being maintained!
I'm studying the Forem docs to set up a Dev Container in VSCode so that I can contribute using a more flexible environment.
Oh heck yeah! That's awesome Mateus. 🙌
Anything in particular you're hoping to work on in Forem?
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 🌱
WebSockets
application building in java
This weekend I made 20 billion dollars in 20 minutes :D
Haha! How about ya loan me a million of that 20 billion? I'm good for it! 😆
Playing around and breaking the Payload CMS demo site and continuing studying with ZTM.
I am doing research on :
Next JS refresher course.
still working on my game from last weekend...making use of nextjs and cloud functions...now I need to figure out a leaderboard 🤞
here's a demo: wvfrm-trivia.vercel.app/
its a WIP but lets see what happens in my spare time and next weekend
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.
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!
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 😁
+10 years in JS and until now I'm learning React 🫣
Started with SvelteKit first, haha.
Any good guidance would be useful here.
I am currently following the Next.js tutorial that was posted on Daily Dev.