dev.to
1. Thank you dev.to!
Hey dev.to community,
I just wanted to say a big thank you to the dev.to team for the gift you sent me over the holidays. I just received it in the mail. The card is awesome (and there is a shiny sticker)!
It was such a cool surprise and it really made my day. I'm so appreciative of the recognition for my contributions over the past year (top author 2022, wow).
Thank you dev.to for the effort and attention that you put towards the authors and contributors, and for all the nice additions you g…
#meta #watercooler #community
2. Jenkins for running scripts!
I have over 30 scripts that are used to pull data and push data between different services. Its critical to know when they fail. Sure you could do this with cron but then I looked around and saw that Jenkins could run scripts, console output log, and emails me on fails.
After you have set up jenkins and set up the email settings.
Create a freestyle project
Built Triggers -> set your time so it runs whenever you want.
Build Steps -> Add Build Step -> Execute Shell
perl
Post Build -> Email Not…
#automation #scripting #jenkins #perl
3. Using FontAwesome Icons with Nuxt 3
FontAwesome provides 2,000+ free icons for use in your projects. Here's how to get started using them in your Nuxt 3 app, including how to improve performance by only importing the icons you need.
This is the same configuration I use in my own website, and you can see the full source code at the GitHub repo here.
Installation
Run the following command to add the vue-fontawesome component.
npm i --save @fortawesome/vue-fontawesome@latest-3
You'll also need to install the icon package(s) you…
#nuxt #fontawesome #icons
1. Thank you dev.to!
Hey dev.to community,
I just wanted to say a big thank you to the dev.to team for the gift you sent me over the holidays. I just received it in the mail. The card is awesome (and there is a shiny sticker)!
It was such a cool surprise and it really made my day. I'm so appreciative of the recognition for my contributions over the past year (top author 2022, wow).
Thank you dev.to for the effort and attention that you put towards the authors and contributors, and for all the nice additions you g…
#meta #watercooler #community
2. Jenkins for running scripts!
I have over 30 scripts that are used to pull data and push data between different services. Its critical to know when they fail. Sure you could do this with cron but then I looked around and saw that Jenkins could run scripts, console output log, and emails me on fails.
After you have set up jenkins and set up the email settings.
Create a freestyle project
Built Triggers -> set your time so it runs whenever you want.
Build Steps -> Add Build Step -> Execute Shell
perl
Post Build -> Email Not…
#automation #scripting #jenkins #perl
3. Using FontAwesome Icons with Nuxt 3
FontAwesome provides 2,000+ free icons for use in your projects. Here's how to get started using them in your Nuxt 3 app, including how to improve performance by only importing the icons you need.
This is the same configuration I use in my own website, and you can see the full source code at the GitHub repo here.
Installation
Run the following command to add the vue-fontawesome component.
npm i --save @fortawesome/vue-fontawesome@latest-3
You'll also need to install the icon package(s) you…
#nuxt #fontawesome #icons