Web
News
1.
DEV Community
dev.to > obrienma > hello-devto-5574

Hello, dev.to

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...

2.
DEV Community
dev.to > subhajitgorai > just-setting-up-my-devto-4hd1

just setting up my dev.to

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...

3.
DEV Community
dev.to > anisharaz > devto-on-your-own-domain-xyzcom-1di3

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…...

4.
DEV Community
dev.to > msnmongare > getting-started-with-the-devto-api-a-beginners-guide-1ljo

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.
DEV Community
dev.to > ajayhinduja > a-fresh-start-on-devto-1jni

A Fresh Start on Dev.to

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…...

6.
DEV Community
dev.to > _85a948a4d50d6306d7ea9 > devto-api-v1-zi-dong-fa-bu-ce-shi-5fc4

DEV.to API v1 自动发布测试

1+ mon, 3+ week ago (59+ words) " " Forem V1 API " DEV.to ". Tagged with api, forem, devto, automation. " Forem V1 API " 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...

7.
DEV Community
dev.to > testdevto > hello-devto-29f4

Hello Dev.to

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...

8.
DEV Community
dev.to > wyattdave > devto-tag-hacking-2ogf

Dev.to Tag Hacking

6+ day, 6+ 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…...

9.
DEV Community
dev.to > johns-dev-projects > devto-is-now-my-blog--4kf0

dev.to is now my blog :)

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...

10.
DEV Community
dev.to > megha_m_3acdfe3f62da7873f > what-is-devto-and-why-every-developer-should-use-it-22b1

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,…...