Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for Alexei‭

Type On... Excerpt Status Date
Question Time measurement in an ASP.NET Core application
My team introduces lots of time measurements for various code sections that might take longer than expected in a real-life flow. These rely on initializing a `StopWatch`, getting the elapsed time and sometimes ensuring that measurement is done even if an exception is raised. The following trie...
(more)
about 1 year ago
Edit Post #291046 Question closed about 1 year ago
Edit Post #287970 Nominated for promotion about 1 year ago
Edit Post #290735 Nominated for promotion about 1 year ago
Edit Post #290971 Nominated for promotion about 1 year ago
Edit Post #289838 Post edited:
use the rust cargo, not the more general one
about 1 year ago
Edit Post #290884 Nominated for promotion about 1 year ago
Edit Post #290857 Post edited:
replaced Github image URL with raw URL to allow preview to work
about 1 year ago
Edit Post #290786 Nominated for promotion about 1 year ago
Comment Post #290767 Is there any difference between google-sign-in and sign-in-with-google? If they are the same thing, I will keep only one and make the other a synonym.
(more)
about 1 year ago
Comment Post #290747 This is a big topic (Transformer Architecture, data processing, training, attention mechanisms, evaluation, tuning, etc.) and I do not think this is answerable in Codidact's format. [The Narrated Transformer Language Model](https://jalammar.github.io/illustrated-transformer/) might help get you s...
(more)
about 1 year ago
Edit Post #290735 Post edited:
replace specific message type with something more general
about 1 year ago
Edit Post #290735 Initial revision about 1 year ago
Question Azure Service Bus queue message consumption in an ASP.Net Core 6 application
My team is introducing Azure Service Bus consumption into the solution and we have developed an implementation that we want to act as a model for other services in the future. It is split in two parts: - a generic part that is supposed to be pushed into a core layer (a NuGet used by all the ser...
(more)
about 1 year ago
Edit Post #290613 Nominated for promotion about 1 year ago
Comment Post #290430 The provided URL seems to help solve OP's issue, but we expect more focused answers (i.e. including some CSS in this case).
(more)
about 1 year ago
Edit Post #290461 Nominated for promotion about 1 year ago
Edit Post #290534 Nominated for promotion about 1 year ago
Edit Post #290498 Nominated for promotion about 1 year ago
Edit Post #290574 Nominated for promotion about 1 year ago
Edit Post #290628 Nominated for promotion about 1 year ago
Edit Post #290630 Nominated for promotion about 1 year ago
Edit Post #290584 Nominated for promotion about 1 year ago
Edit Post #290660 Nominated for promotion about 1 year ago
Comment Post #290655 I cleaned the question a little bit to include the relevant information only. Can you replace the image of (configuration) text with the text itself? More information about why code/configuration is better than an image can be found [here](https://software.codidact.com/posts/284871).
(more)
about 1 year ago
Edit Post #290655 Post edited:
removed less relevant information
about 1 year ago
Edit Post #290630 Post edited:
clarified the title to be more about software development
about 1 year ago
Comment Post #290630 This is an interesting question and I think it is better suited for the power users community: https://powerusers.codidact.com/ .
(more)
about 1 year ago
Comment Post #290613 As a side note, this has been requested by quite a while: https://gist.github.com/cardil/b29a81efd64a09585076fe00e3d34de7
(more)
about 1 year ago
Edit Post #290498 Post edited:
fixed the title
about 1 year ago
Edit Post #290498 Post edited:
keeping only the risks I understand
about 1 year ago
Comment Post #290498 @#54244 By API I mean the list of exposed endpoints by a Web API (in my case it is an ASP.NET Core API). The goal is the following: - provide documentation for other teams - allow easier testing for our team on non-DEV environments We already have Swagger enabled on non-prod environments. so I...
(more)
about 1 year ago
Edit Post #290546 Initial revision about 1 year ago
Answer A: Does Socket.AcceptAsync throw SocketException for any transient reason?
The source code for the Socket.AcceptAsync class seems to be this one. The relevant code (the one related to exceptions being raised) is the following: ```c# private bool AcceptAsync(SocketAsyncEventArgs e, CancellationToken cancellationToken) { ThrowIfDisposed(); ArgumentNullException....
(more)
about 1 year ago
Edit Post #290526 Question closed about 1 year ago
Edit Post #290520 Question closed about 1 year ago
Comment Post #290520 @#76714 Can you [edit your post](https://software.codidact.com/posts/290520/edit) and include it? The post should include all the required information and not rely on some repo (that might disappear in the future).
(more)
about 1 year ago
Edit Post #290520 Post edited:
adjusted the title
about 1 year ago
Comment Post #290520 `speechsdk.VoiceProfile(voice_name, speechsdk.VoiceProfileType.Online)` seems to be missing from the provided code. Can you include this part as well? Also, I have slightly improved the code, but I feel it needs some whitespace trimming.
(more)
about 1 year ago
Edit Post #290520 Post edited:
removed fluff + added relevant tag
about 1 year ago
Comment Post #290510 I agree about publicly available APIs (where the API is the product). I guess the referenced question dealt with not explicitly exposed APIs (e.g., those consumed by a SPA). My question deals with internally accessible ones though.
(more)
about 1 year ago
Edit Post #290498 Initial revision about 1 year ago
Question Best practices for company internal Swagger Docs in production
The current project I am working on consists of a bunch of microservices (Web APIs) accessible only internally using Entra ID (formerly Azure ID). To simplify the development, all services expose Swagger Docs, but our SRE told us that Swagger Docs should be disabled in production. I understand ...
(more)
about 1 year ago
Comment Post #290488 I think the question becomes more interesting in the context of most popular services (and most workplaces) demanding 2FA. Also, many providers, besides the 2FA, also notify (via e-mail or push) about a login (attempt). I have noticed that the related SO question was asked 12 years ago and the 2F...
(more)
about 1 year ago
Comment Post #290482 Share the relevant code and error messages as part of the question body. Use text, not images to show them. Without this, getting an answer is more difficult, and your question will most likely get closed. For front-end errors check the Develop Tools for console messages (errors) and include the ...
(more)
about 1 year ago
Comment Post #290396 Can you include some sort of wireframe to better understand what you want to achieve? Venn Diagrams is clear, but you mention "Not exactly but somehow..." which makes it a little bit unclear.
(more)
over 1 year ago
Edit Post #290396 Post edited:
Improved the title
over 1 year ago
Edit Post #290216 Post edited:
removed tag scheduled for removal
over 1 year ago
Edit Post #290314 Post edited:
added relevant tags
over 1 year ago
Edit Post #290279 Post edited:
reverted the title
over 1 year ago