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: |
— | 8 months ago |
Edit | Post #291046 | Initial revision | — | 8 months 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) |
— | 8 months ago |
Edit | Post #291034 | Initial revision | — | 8 months 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) |
— | 8 months ago |
Edit | Post #284184 | Initial revision | — | about 3 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) |
— | about 3 years ago |
Edit | Post #280795 | Initial revision | — | over 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) |
— | over 3 years ago |
Edit | Post #280778 | Initial revision | — | over 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) |
— | over 3 years ago |
Comment | Post #280681 |
@Olin Could you please give an example for your first statement. (more) |
— | over 3 years ago |
Edit | Post #280648 | Initial revision | — | over 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) |
— | over 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) |
— | almost 4 years ago |
Edit | Post #280214 | Initial revision | — | almost 4 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) |
— | almost 4 years ago |