*Indian summer
Like, how we used to be able to walk right up to the gate to meet our family coming off a flight.
Or how we had to pick a spot to meet at the theater BEFORE we went.
*Indian summer
I didn’t write it. I just moved it.
The reviewer did. A few days ago.
I didn’t write it. I just moved it.
The reviewer did. A few days ago.
Nature is amazing.
Nature is amazing.
Recently, I had to migrate a large part of our backend codebase from CJS to ESM, where it helped me a lot.
It is only about 60–80% accurate, but that's been good enough to give me a strong starting point and speed up my workflow.
Recently, I had to migrate a large part of our backend codebase from CJS to ESM, where it helped me a lot.
It is only about 60–80% accurate, but that's been good enough to give me a strong starting point and speed up my workflow.
There was a project that I enjoyed alot, but was shelved 3mo after the launch.
While there is another project that I did because I had to, which is still in production (I have left that org and it hasn't received any updates since).
There was a project that I enjoyed alot, but was shelved 3mo after the launch.
While there is another project that I did because I had to, which is still in production (I have left that org and it hasn't received any updates since).
Have to say, its better to allow some prop drilling 😅.
Have to say, its better to allow some prop drilling 😅.
Didn't know TS have block level scope for types.
Didn't know TS have block level scope for types.
#663399
#663399
`npm install` ❌
`npm ci` ✅
Always use the `npm ci` command to install packages in your CI/CD pipelines.
It always does a clean install based on a frozen the lock file.
`npm install` ❌
`npm ci` ✅
Always use the `npm ci` command to install packages in your CI/CD pipelines.
It always does a clean install based on a frozen the lock file.
In this article, I have discussed how to create an efficient Node.js workflow with improved performance and DX, using the PR checks workflow as an example.
Happy Reading.
dev.to/igadii/build...
In this article, I have discussed how to create an efficient Node.js workflow with improved performance and DX, using the PR checks workflow as an example.
Happy Reading.
dev.to/igadii/build...