What technologies are you currently learning?
... and what motivates you to learn this new cool technology?
Share with community!
P.S. Please mention if you are learning this as a way to get into coding or just to expand your existing knowledge for work / hobby reasons.
Terraform.
It's going to be part of us accomplishing the next phase of our development...
The Future of DEV
Ben Halpern ・ Nov 4 '19 ・ 4 min read
Also messing around with Electronjs.
👀👀👀
DEV desktop app in the works?
What if it wasn’t just for DEV, but for navigating all the forums built on our open source software in the near future?
What if? 🤔
Python and ReactJs. Loving Python.
Hi everyone,
I am learning react.js and UI/UX to expand my little knowledge of those technologies. I need material and professional help. Currently, am working as a junior web developer in CBIT industries.
Okay, so my tips for free high quality resources are....
Apart from that, if you're new, you could try the #codeathome Bootcamp by TechLabs as it's free anyd you'll become member of a very supportive community!
Thanks, Louis I appreciate it. I checked on TechLabs their Global program is not available I will join their next phase of the program. Thanks, once more.
Thank you Louis
I am starting to learn Flutter, which is something I've been wanting to do for a while! I've been learning a lot about full stack web Dev for the last few months, but have always wanted to get my feet wet with mobile development. I'm having an absolute blast so far! I'm hoping to use it to add some skills onto my resume. If anyone has any recommendations for good resources to learn/practice with, I'd greatly appreciate it!
RedwoodJS, GraphQL, & MongoDB
Can you even connect a RedwoodJS project to MongoDB?
Redwood uses GraphQL so I think you could use the MongoDB GraphQL API
docs.mongodb.com/realm/graphql/
Thank you!. Hadn't thought that way for some reason despite how obvious it was.
Status of RedwoodJS and MongoDB as of Early 2022
I know this is a very old comment, but I found it on the first page of Google while searching "RedwoodJS MongoDB", so I thought it might be worth including some current info for anyone else stumbling upon it today.
Should You Connect to MongoDB with Realm?
It is absolutely true that anything exposed through a GraphQL endpoint can be queried from Redwood's API in a straightforward manner with something like
node-fetch
orgraphql-request
. This is a useful way to bring in data from a third party service. You can ignore Prisma entirely, even deleting the Prisma folder containing your database schema.But in most cases it's not really a good idea to do this. This means you leave behind the Prisma ORM entirely as your primary database tool and instead only query through a GraphQL API. I know this from experience, as I've done this on a number of example applications with tools such as Fauna and StepZen.
Problems with Extracting Prisma
There are two main reasons why circumventing Prisma entirely is usually a bad idea:
model
.Prisma Now Supports MongoDB
When this comment was originally written in October 2020, Realm was the only way to connect to a Mongo database with Redwood at all. However, Prisma officially added support for MongoDB in 2021.
This means that you can now use MongoDB in your Redwood project as your entire backend, scaffold commands included. While still a layer of abstraction removed from MQL, it is a full ORM closer in spirit to Mongoose.
Still In Progress
Unfortunately, while this is possible today it is lacking currently in proper Redwood documentation. All the material are out there for those who are determined enough to piece it together but there isn't an end to end tutorial yet.
However, if you are interested in using RedwoodJS and MongoDB today and want to provide early feedback, we have a cookbook in the works along with an open issue.
Relevant Prisma Links
Relevant Redwood Links
redwood-mongo
redwood-tutorial-mongo
Rust, and in special the async-std web "stack": async-h1, http-types, and tide. I finally understand so many things that I skipped using Django. Is at the same time so much "lower level" yet so much more clear to me. Or maybe because now I'm older and wiser,... nah, must be something else.
(I have less hair now tho)
Svelte and JAM stack
Personal:
Professional:
I just started to tinker around with Node and how to make API requests. By now I'm comfortable with writing and understanding React code and I think it's time to make the next step towards Full Stack Development :)
Rust, gRPC, and Google's Protobuf. Building a generic sensing platform that can support any sensor technology using any protocol for an IoT project. Loving the contract-based system Google's Protobuf provides for gRPC. It makes working with hundreds of IoT devices MUCH simpler and standardized. Rust also makes running threads on an embedded system fantastic seeing how its thread and memory safe.
Honestly its the first time I'm actually using Rust for a real production application but so far so good, I would recommend it to anyone looking to try out a new systems programming language!
Right now it's React and Gatsby.
Down the line it will be combining React and Gatsby to work with Headless WordPress. (Combining what I'm learning with what I already know). The speed of React & Gatsby combined with the power and familiarity of WordPress sounds pretty unstoppable to me.
My motivations for learning React are pretty much focused around getting the kind of job I want.
Fullstack JavaScript
Trying to wrtie cleaner purescript code
Right now i am trying to learn React.
Rasa for professional uses and as a hobby and for personal projects I've been learned Flutter and VueJS
GraphQL
Apollo server
Clojure(It's amazing), Kubernetes, AWS and Kafka mainly.
I'm heavily JS but everybody keeps telling me to learn Python 🚀. I'll get round to it. Eventually!