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...
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...
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…...
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...
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, 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...
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…...
11+ mon, 2+ week ago (360+ words) Hey" I'm Ajay Hinduja One thing I've learned is that the tech industry is always evolving. New frameworks, languages, and tools are emerging constantly, and as a developer, it's essential to keep up. Early in my career, I focused on mastering languages like Java and Python, but over time, I realized that versatility is key. Whether it's learning new front-end frameworks like React or diving into cloud technologies like AWS and Azure, continuous learning has been a crucial part of my growth as a developer. I believe that passion is the key to creating high-quality software. It's about caring deeply about the user experience, optimizing code for performance, and making software that's not only functional but also elegant. Writing code that's clean, maintainable, and scalable is something I strive for every day. It's about striking a balance between innovation and…...
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...