Development

Development

2216 bookmarks
Newest
Changes to Docker Hub Autobuilds - Docker Blog
Changes to Docker Hub Autobuilds - Docker Blog
As many of you are aware, it has been a difficult period for companies offering free cloud compute [1]. Unfortunately, Docker’s Autobuild service has been targeted by the same bad actors, so today we are disappointed to announce that we will be discontinuing Autobuilds on the free tier starting from June 18, 2021.  In the…
·docker.com·
Changes to Docker Hub Autobuilds - Docker Blog
Getting Started | Next.js
Getting Started | Next.js
Get started with Next.js in the official documentation, and learn more about all our features!
·nextjs.org·
Getting Started | Next.js
What is Kubernetes?
What is Kubernetes?
Learn how to build, deliver, and scale containerized apps faster with open source orchestration from Kubernetes.
·azure.microsoft.com·
What is Kubernetes?
unicodeveloper/awesome-nextjs: A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
unicodeveloper/awesome-nextjs: A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
:notebook_with_decorative_cover: :books: A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications...
·github.com·
unicodeveloper/awesome-nextjs: A curated list of awesome resources : books, videos, articles about using Next.js (A minimalistic framework for universal server-rendered React applications)
Cloud Transformation
Cloud Transformation
PwC's Cloud Transformation solution helps you use cloud differently. Designed to enable innovation that creates new business models and amazing customer experiences.
·pwc.com·
Cloud Transformation
Notes and Tasks All-In-One | Amplenote Review
Notes and Tasks All-In-One | Amplenote Review
#amplenote ☕ Buy Me A Coffee - https://www.buymeacoffee.com/antoneheyward In this video, I do a review and walk-through of Amplenote. 📺 Related Videos: How To Use A Tag System In Obsidian - https://youtu.be/hQeqGvyD_6Y How To Create A Tag System | Use in Obsidian - https://youtu.be/hBXVnG6gaYk Obsidian - [[ Links ]] You Need To Know - https://youtu.be/dmnVml_jbsQ 📚 Get more productive Obsidian App - https://obsidian.md ClickUp - https://clickup.com?fp_ref=w90cy Notion.so - https://www.notion.so/?r=0e832b39fa144ef2944dca6f54c88814 📈 Trade Stocks M1 Finance - https://m1.finance/zhHZtXO1E8-g #BeInvested 🌐 Learn a new language Duolingo - https://invite.duolingo.com/BDHTZTB5CWWKTASBJPIPDAMBMI 👍 Please LIKE and SUBSCRIBE to the channel. 👍 💬 Comments and feedback are welcome. And if you'd like to see something that I missed let me know in the comments. PS: Some of the links in this description are affiliate links that I get a kickback from 😜
·youtube.com·
Notes and Tasks All-In-One | Amplenote Review
Optimizing your $Profile
Optimizing your $Profile
Optimizing your $Profile Your PowerShell Profile allows you to customize your PowerShell session and runs at startup. Complex profiles can cause a significant delay in the startup of PowerShell as it is a script that needs to be executed before the prompt first shows up.
·devblogs.microsoft.com·
Optimizing your $Profile
Making Obsidian play nice with Logseq - Look what I built - Logseq
Making Obsidian play nice with Logseq - Look what I built - Logseq
I’ve been using outliners ever since the 1980s, when I was running Dave Winer’s MORE on a MacPlus in college. I then used: Omni Outliner, Workflowy, Dynalist, and Roam Research before moving to Logseq this week. For a long time I’d wished that Obsidian had a decent workflowy-like outlining experience and when the beta desktop app for Logseq came out I saw a post saying that the two apps could work together. I now have it all set up and I’m absolutely delighted with the result. The main reason ...
·discuss.logseq.com·
Making Obsidian play nice with Logseq - Look what I built - Logseq
Breakdown a Monolithic Application to a Suite of Services • Use Microservices in R
Breakdown a Monolithic Application to a Suite of Services • Use Microservices in R
Microservice architectural style is an approach to developing a single application as a suite of small services, each running in its own process and communicating with lightweight mechanisms, often an HTTP resource API. These services are built around business capabilities and independently deployable by fully automated deployment machinery. There is a bare minimum of centralized management of these services, which may be written in different programming languages and use different data storage technologies.
·tidylab.github.io·
Breakdown a Monolithic Application to a Suite of Services • Use Microservices in R