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 aditya98‭

Type On... Excerpt Status Date
Edit Post #291046 Post edited:
about 1 month ago
Edit Post #291046 Initial revision about 1 month ago
Question How to group a flat list of attributes into a nested lists?
I have a flat list where each item is the key and value for an attribute. I want to transform this into a nested list where each attribute is a sublist. Example input: ``` [ "attr1 apple 1", "attr1 banana 2", "attr2 grapes 1", "attr2 oranges 2", "attr3 watermelon 0" ] ``` The...
(more)
about 1 month ago
Edit Post #291034 Initial revision about 1 month ago
Question Issue with the Monospace font
I was trying to ask a code review question but I have observed that it does not support the "Monospace font" for code excerpts properly. It is only considered partially and I see this particularly in Python. I mean to say that, whatever is present in the backticks is not recognized as code completely...
(more)
about 1 month ago
Edit Post #284184 Initial revision over 2 years ago
Question Git deployment vs SFTP deployment
I personally use git for deploying my hobby projects into cloud like Heroku. I came across the concept of sftp for uploading files. Now please differentiate these two deployments like when to use what.
(more)
over 2 years ago
Edit Post #280795 Initial revision about 3 years ago
Question What is REST and how different it is from HTTP?
Based on my understanding HTTP is something client and server speak in, I mean it is like a language for a server and client to communicate(not exactly a programming language). Then how to understand REST? Please provide some analogy and explain.
(more)
about 3 years ago
Edit Post #280778 Initial revision about 3 years ago
Question What is the latest, efficient way to create a login page in JAVA?
I am a noob Java programmer. I want to create a simple login page with just username and password. So I have to combine Java and HTML. While googling I found that Servlets do the job but people are suggesting not to use it, because it is an outdated technology and difficult to test. My question is w...
(more)
about 3 years ago
Comment Post #280681 @Olin Could you please give an example for your first statement.
(more)
about 3 years ago
Edit Post #280648 Initial revision about 3 years ago
Question Interpreted language: What is its benefit for being written in that way ?
Whenever I search in google why a specific language is interpreted language, I get differences between compiled languages and interpreted languages but nowhere the benefit for being interpreted rather compiled. Anyone please shed some light.
(more)
about 3 years ago
Comment Post #280217 @Peter I found that Codidact was written in Ruby. Could you tell some obvious reasons for using Ruby? also compare if it was written in java, please.
(more)
over 3 years ago
Edit Post #280214 Initial revision over 3 years ago
Question How to choose backend technology for my project?
I am planning to build a "Customer Management Portal" as a hobby project using technologies like HTML,CSS,JavaScript,JAVA,JDBC,Oracle Database.The description of the portal is: 1)Customer details registration. 2)Customer can login using an ID which he gets after registration. 3)Customer can ...
(more)
over 3 years ago