Hey dev's π
Share anything β be it tools, hacks, techniques, or services β that you know that most don't. It can be as simple as an editor extensi...
For further actions, you may consider blocking this person and/or reporting abuse
What about:
Same thing but it doesn't work with fish
This is crazy. π€£π
This one is πππ
In Ruby, basically everything in the language is hackable β and it's remarkably easy.
Want to add behavior to the
Array
class, so if I wanted to be able to call[5, 15, 25].astrological_sign
, I can define that behavior by adding this to the project:Voila
Ruby is so flexible, this seems really cool! π―
I know developers can be quite skeptical about Oracle. However, unlike AWS, Azure, and GCP, you can utilize Oracle Cloud to set up a free cloud deployment with 1-4 ARM64 nodes. For example, this is a great opportunity for learning how to set Kubernetes cluster up from scratch or even for running a few small products, as I do (check out the Hosting section in my post): dev.to/azasypkin/running-secutilsd...
This is great until Oracle disables it due to low usage (had a node-red instance taking up little traffic).
Whole thing was gone after 3 months without any warning. If you're aware of this and just use it to goof around, it's perfectly ok tho.
Indeed, there's always a catch. I've been running a few projects there with regular traffic, and everything has been going smoothly for almost two years now.
Lambda functions are essentially just anonymous functions which return a callable function in most languages
Agreed!π
There are some cool snippets to create functional component and layout component in your typescript Next.js application.
HTML is more complex than you think and you should learn it deeply to make your work better. You can make any component more efficient, accessible and SEO friendly.
For a young dev, knowing how to make AS3 loaders for datamining flash player apps is an oldschool skill I learned on the go.
Today it's HTML5 CSS JS.