๐พ SOFTWARE DEVELOPER OF THE YEAR
Iโve won a @hackernoon Noonies Award for my contributions to the developer community
Thanks everyone for voting ๐ ๐
Backend: Here's your API, enjoy!
Frontend: Thanks! But how do I get just the restaurant names?
Backend: Filter them out on the frontend, I guess...
That's when you need GraphQL ๐
How to become a pro developer:
- Use a mechanical keyboard
- Wear a conference t-shirt
- Answer every question with "it depends"
- Question the scalability of every tool
You can learn something new in JS every day: did you know the logical operator `&&` can be replaced by a comma operator?
codepen.io/gethackteam/pen/rโฆ
Taking a spot in a crowded cafe feels me obligates to order something at lease once/twice a hour, especially when it's a small business. My father used to own small restaurants / cafes / sandwhich shops. Never do this in a small business, it makes the shop owner miss revenue
I'm giving away 10 free eBook copies of my book "React Projects" (amzn.to/2saN2rx) to aspiring React developers.
Who could use this book? Mention them in the comments, and I'll randomly pick the winners in 48 hours.
๐RT for reach! ๐
Don't know if I actually mentioned this before, but - as a self-taught programmer - I learned most of my skills just by reading documentation and trying out tutorials
Already heard about the pipeline operator?
let newScore = 25
|> double
|> add(7, ?)
console.log(newScore); // 57
Can't wait to use this once it makes the final release of #ECMEAScript#js
Do you think there are too many JavaScript frameworks? Try picking a database:
MongoDB
DynamoDB
Firestore
Couchbase
FaunaDB
HarperDB
PlanetScale
& much more
Not a bad thing, but makes picking the โbestโ one hard
It's been almost 6 months since my book React Projects (amzn.to/2saN2rx) was released, to celebrate I'll be giving away 10 copies.
Who could use this book? Mention them in the comments, and I'll randomly pick the winners in 48 hours.
๐RT for reach! ๐
Typescript is the best thing that has happened to frontend development in recent years. All of the frontend developers should start using it now, if you aren't already using it.
"Why was Rust the language chosen for Libra, and why is the main contributor a guy from Nigeria?" - One of the questions during the congress hearing of #librac-span.org/video/?c4808083/rโฆ
The more โseniorโ a developer gets, the lesser amount of time they have for programming. Most time is spend on architecture, code reviews, coaching, knowledge sharing etc
If you want to try out GraphQL, you can turn any REST endpoint into a GraphQL API by running:
stepzen import curl <Your cURL Command>
The @stepzen_dev CLI is available on npm: npmjs.com/package/stepzen
Currently building a full-stack production grade side project:
Frontend:
- Next.js
- TypeScript
Backend
- Supabase
- StepZen
And the experience is amazing!
Started working on a new project using React Native, Expo, Nextjs and Amplify. If this works, I'll have a low-code backend with a frontend working on web and mobile - with almost zero build configuration
Mind just blown. Am I the only one who didn't knew about the `console.table()` method in #js?
const array = ['item1', 'item2', 'item3']
console.log(array)
console.table(array)
๐ฎ๐ณ In a few months Iโll be back in India
At India's largest Angular conference (which is community led), Iโll speak about using GraphQL to give your frontend app superpowers