Web
News
Dev.to on your own domain xyz.com.
10+ mon, 2+ week ago (275+ words) In the video you can see I am able to access the dev.to website on my own test domain. That is possible because of reverse proxy. A server that sits between a client and an actual server and routes requests from clients to the actual server is called a reverse proxy. In the real world, it is almost 100% certain that any website you are visiting or any request you are making in a browser will go through a reverse proxy. You might have heard about load balancers, which are also a type of reverse proxy that routes your request to multiple available servers behind. Same reverse proxy we are using here to route requests on our domain to the real dev.to domain. Reverse proxies are very useful pieces of software, and if you are a developer, you should…...
6+ mon, 2+ week ago (57+ words) A post by Subhajit Gorai. Tagged with welcome, devto, career, productivity. " DEV Diamond Sponsors Thank you to our Diamond Sponsors for supporting the DEV Community Neon is the official database partner of DEV Algolia is the official search partner of DEV DEV Community " A space to discuss and keep up software development and manage your software career...
6+ day, 5+ hour ago (198+ words) I was digging around some of my old blogs recently and spotted something interesting, well not interesting, but unexplained. I blog about the Power Platform, a lot, and one of the things I don't blog about is crypto, so I was surprised to see that a few on my blogs had these tags: Yep it looks like someone hacked my tags, most likely in conjunction with spam comments to push something dodgy. I wanted a quick way to check all of my blogs and fix any, and luckily there is a API for that. This returned the following info per blog: So it was relatively easy to throw together a quick site that listed all of my tags from the tag key in the response, and create quick links to them so I can fix them. The site shows counts…...
Let's see if this works https://dev.to
3+ mon, 1+ week ago (61+ words) DEV Community A space to discuss and keep up software development and manage your software career [favicon] dev.to Templates let you quickly answer FAQs or store snippets for re-use. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well...
5+ mon, 3+ week ago (49+ words) link here: https://oneaday.dev/blog v0.1 Templates let you quickly answer FAQs or store snippets for re-use. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well...
4+ mon, 1+ week ago (50+ words) A post by Amanda O'Brien. Tagged with discuss. Templates let you quickly answer FAQs or store snippets for re-use. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well...
What is Dev.to and Why Every Developer Should Use It
4+ mon, 3+ week ago (164+ words) Dev.to (also known as DEV Community) is an open-source blogging platform built specifically for developers. It's a place where coders from all over the world share their knowledge, learn from each other, and build their personal brands. Whether you're a beginner learning to code, a professional developer, or someone building open-source projects " Dev.to gives you the space to write technical articles, ask questions, and engage in thoughtful discussions. It's created by Forem, an open-source platform for building inclusive online communities. Free and Open-Source: 100% free to use and backed by an open-source platform. How to Use Dev.to (Step-by-Step) Write Your First Blog Engage with the Community Benefits of Using Dev.to Dev.to is more than just a blogging platform " it's a supportive space where developers grow together. Whether you want to document your learning, share your projects,…...
Getting Started with the Dev.to API
4+ mon, 2+ week ago (260+ words) The Dev.to API provides developers with programmatic access to one of the most vibrant developer communities on the web. Whether you want to display your latest articles on your personal website, automate content posting, or build integrations with other developer tools, the Dev.to API offers powerful capabilities. In this guide, I'll walk through the basics of getting started with the Dev.to API, from authentication to making your first requests. The Dev.to API is a RESTful interface that allows you to interact with Dev.to's platform programmatically. With it, you can: Most endpoints require authentication. Dev.to uses API keys for authentication: For some read-only endpoints, authentication isn't required, but you'll typically want to authenticate to access the full range of features. Let's start with a simple request to get your own published articles: This will return…...
5+ mon, 2+ week ago (304+ words) Private IP addresses are used within a private network (like your home or office LAN) and are not directly routable on the public internet. Public IPs are worldwide unique and routable on the internet. Any device directly connected to the internet (such as your router) will have a public IP. When you open a website or email, your public IP is used to address your network on the internet. These addresses are assigned by Internet Service Providers (ISPs) from blocks allocated by regional internet registries (RIRs), which are overseen by the Internet Assigned Numbers Authority (IANA). Class D: 224.0.0.0 to 239.255.255.255 Class E: 240.0.0.0 to 255.255.255.255 " Private IPs are used in internal networks " Public IPs are used to connect to the internet Public: For sale Private: Not for sale Carrier-Grade NAT (CGNAT), also known as Large-Scale NAT (LSN), is a network address translation (NAT) technique used…...
7+ mon, 4+ week ago (55+ words) This is a test article. Tagged with emptystring. This is a test article. Templates let you quickly answer FAQs or store snippets for re-use. Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well...