Advertisement · 728 × 90

Posts by Loc’d Zambian

Preview
Roadmap to AdonisJS 7 AdonisJS 7 brings a new Lucid ORM, type-safe routing, improved Inertia support, diagnostic channels, encryption updates, and a flexible notification system.

🚀 The AdonisJS 7 roadmap is live!

Standalone Lucid, better Inertia support, type-safe URLs, built-in notifications, diagnostics, encryption, and more.

Check out what’s coming next, and tell us what you think!

adonisjs.com/blog/roadmap...

9 months ago 26 7 0 0

I dare say it’s only necessary if you’re migrating or using external data

10 months ago 1 0 0 0

I’ll definitely do so as soon as I’m done with my current project 😅

10 months ago 0 0 0 0

I haven’t had any personal projects in Laravel for some time but this might just reel me back in 😅

10 months ago 1 0 1 0

Laravel Nightwatch looks so good!

10 months ago 1 0 1 0
Preview
GitHub · Build and ship software on a single, collaborative platform Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.

My repo is at: github.com/stctheproduc...

Let’s exchange ideas 💡

10 months ago 0 0 0 0

I didn’t get to finish but I’ll continue working on it till I get it to what I’ve envisioned. Did you host yours?

10 months ago 0 0 0 0

This is insane progress! I'll be staying up until the deadline to work on mine 😅

10 months ago 1 0 1 0
Spotify screenshot of Mean What You Say performed by Sent By Ravens

Spotify screenshot of Mean What You Say performed by Sent By Ravens

Sent By Ravens is one of those songs that will brighten my day every time I hear it

10 months ago 0 0 0 0
Advertisement

Being a polyglot in backend languages has opened my eyes to endless possibilities! Never thought I'd be this excited about coding again 😅

#Node.js #Python #Java

10 months ago 1 1 0 0

If you liked Sails, you might just love Adonis.

1 year ago 2 0 2 0

Have you tried Adonis?

1 year ago 0 0 1 0

Let’s gooooo! 🥳

1 year ago 1 0 0 0
Post image

The first, the second, and the third are all @adonisjs.com —and I think that’s beautiful! ✨

1 year ago 19 5 1 0
Sails.js | Realtime MVC Framework for Node.js Sails.js makes it easy to build custom, enterprise-grade Node.js apps. It is designed to resemble the MVC architecture from frameworks like Ruby on Rails, but with support for the more modern, data-or...

You’re not wrong 😅

But if you want a JavaScript experience similar to Laravel, try @adonisjs.com or sailsjs.com

1 year ago 3 0 0 0
A picture of my hand displaying the cover of the book “The Effective Executive” authored by Peter F. Drucker.

A picture of my hand displaying the cover of the book “The Effective Executive” authored by Peter F. Drucker.

Last day at work today. I was the 3rd person to join the team, and it’s been so cool watching it grow. Everyone’s been amazing—super easy to talk to, even the MD. Got a leadership book as a parting gift from him (how thoughtful is that?!). Gonna miss this team a lot!

1 year ago 0 0 0 0

“Set” has been a lifesaver so far!

1 year ago 2 0 0 0
New JavaScript Set Methods
const set1 = new Set(['wes', 'kait']);
const set2 = new Set(['wes', 'scott']);
Difference
Elements in set2 but not in set1
set2.difference(set1)
> ['scott']
Intersection
Elements that exist in both sets
set1.intersection(set2)
> ['wes']
Symmetric Difference
Elements in either set, but not both
set1.symmetricDifference(set2)
> ['kait', 'scott']
Union
All elements from both sets
set1.union(set2)
> ['wes', 'kait', 'scott']
Is Disjoint From
True if sets share no elements
set1.isDisjointFrom(set2)
> false
Is Subset Of
True if all elements are in other set
set1.isSubsetOf(set2)
> false
Is Superset Of
True if it contains all other's elements
set1.isSupersetOf(set2)
> false

New JavaScript Set Methods const set1 = new Set(['wes', 'kait']); const set2 = new Set(['wes', 'scott']); Difference Elements in set2 but not in set1 set2.difference(set1) > ['scott'] Intersection Elements that exist in both sets set1.intersection(set2) > ['wes'] Symmetric Difference Elements in either set, but not both set1.symmetricDifference(set2) > ['kait', 'scott'] Union All elements from both sets set1.union(set2) > ['wes', 'kait', 'scott'] Is Disjoint From True if sets share no elements set1.isDisjointFrom(set2) > false Is Subset Of True if all elements are in other set set1.isSubsetOf(set2) > false Is Superset Of True if it contains all other's elements set1.isSupersetOf(set2) > false

You should be using JavaScript sets more often

Now in all browsers and Node - these 7 new set methods are key for when trying to compare two arrays or sets of data.

1 year ago 1607 149 51 11

Focusing on new audiences lol

1 year ago 0 0 1 0
Advertisement

Haven’t used it ourselves, but we considered it for a future version of an insurance platform we are building at my workplace. Though, it was only for a small module in the system.

1 year ago 1 0 0 0

There’s absolutely no reason why a dream about being a System Architect should be waking me up at 5AM on a Saturday morning 😭😭😭

1 year ago 0 0 0 0
Preview
A New Beningin Writing this, feels... surreal. The first post on a new blog. I've written quite a few times in the past but that was so long ago! Oh well, I've been wanting to do this again for a while now; to have ...

Finally launched my own little journal on the internet.

dev.chandamulenga.com/a-new-bening...

1 year ago 1 0 0 0

No worries. You can try going through Svelte tutorial for a start. You might just love it 😅

1 year ago 2 0 1 0

As someone who sees programming languages and frameworks just as tools I’m really glad that there are passionate people building those tools. Maintainers and creators of stuff like Vue or Laravel or all those other things I use in a daily basis are my heroes.

1 year ago 3 1 0 0

I disagree. I’d say React was developed with a limited scope whereas Svelte was purposely built to be a holistic frontend framework. There are a lot of things Svelte has built-in that you’d reach out for external libraries in React. Also, and I love this, you can use vanilla JS libraries in Svelte.

1 year ago 4 0 1 0
Preview
a man is sitting in the back seat of a car . ALT: a man is sitting in the back seat of a car .

Found out @raycast.com was hiring earlier today 👀

1 year ago 0 0 0 0

It even made my implementation more efficient. And guess what? It also fueled my passion for backend development because backend concepts seem to translate across languages a lot more easily, in my opinion.

1 year ago 0 0 0 0

That phrase totally changed my view of programming languages and made me appreciate polyglot programmers more. I also realized that when I looked at how other codebases solved problems in a language I didn’t use, I could still understand the concepts and apply them in my preferred language.

1 year ago 0 0 1 0

I’ve been applying for a bunch of remote software engineering jobs lately, and I’m thrilled to see that many of them are product-focused. It reminds me of when my current boss said something in the lines of, ‘The product and its business needs dictate the stack’.

1 year ago 1 0 1 0
Advertisement

🎵 Day 10: Violet by Connor Price & Killa

💡 Connor is a one of a kind indie artist. 2 years ago I stumbled over his YouTube channel this song especially refreshed my love for rap and good beats. Connor is a one of a kind artist and Killa’s flow is just out of this world

#365Songs #Music

1 year ago 2 1 0 0