What is a silo? Ask Programming |
- What is a silo?
- [C++] Confused about how returning references works
- Is T(n-1) + o(1) same as T(n-1) + 1?
- Worried this code might be perceived as bad
- Are there any tutorials on how to code a Python Kahoot bot?
- Any tips for moving from Java to JavaScript/NodeJS?
- Is Assembly or C faster in practice?
- What are some simple programs I can make quickly
- All Axios requests to Back End aborted
- Why is OOP so hated?
- How do you visualize an object?
- How to organize and explain your features to your developer team?
- What is the best database to store videos on in Android Studio?
- Would you work on open source projects in exchange for room and board?
- Does anyone know any free software on ChromeOS? I want to try programming out before getting a separate machine.
- How do you add something to the Windows-Rightclick-Dropdown-Menu
- Is consciousness recursive?
- Interview Questions
- Are long random urls considered safe?
- What's a good reason to change job and what's a good reason to stay at a job?
- Help with starting a project
- Should I use Excel + VBA or write a WPF-App in .Net Core
- Graph design
Posted: 11 Jun 2020 10:57 AM PDT We're using kafka at work, and I overheard some people talk about silos. Specifically, reading data from a silo, sending data to a silo, etc.. What exactly is one? When I search for the term "silo", it's very hard to find anything programming related. When I look for "kafka silo", I find endless links to "No more silos". The apache kafka book: https://www.confluent.io/resources/kafka-the-definitive-guide/ [link] [comments] |
[C++] Confused about how returning references works Posted: 11 Jun 2020 07:35 PM PDT I am familiar with C and trying to learn C++ but I don't think I quite understand references. say I have some c++ code: This code compiles and runs without error, printing
[link] [comments] |
Is T(n-1) + o(1) same as T(n-1) + 1? Posted: 11 Jun 2020 06:53 PM PDT |
Worried this code might be perceived as bad Posted: 11 Jun 2020 07:17 PM PDT I've thrown some stuff on my resume, and I have an inkling that business software oriented people will perceive this code as bad. Mainly because way too many people suggest that your code has to be under a magical limit of 1.000 lines (or some other arbitrary number). (There's 4 other partial classes that are much smaller that deal with strings/memory/blittables etc). All in all this class is somewhere around 1200 lines. Let me emphasize that this code is part of a library that focuses on real-time networking specifically aimed at game development. [link] [comments] |
Are there any tutorials on how to code a Python Kahoot bot? Posted: 11 Jun 2020 09:26 PM PDT Searched a lot, but cant seem to find any good tutorials [link] [comments] |
Any tips for moving from Java to JavaScript/NodeJS? Posted: 11 Jun 2020 11:08 AM PDT Hey folks, Through my degree I mainly worked with Java, with a pretty heavy emphasis on object oriented design patterns. I've recently started a junior dev job as a NodeJS dev. I've used JS and Python before (self-taught), but everything I write feels really messy and unstructured compared to my Java code. Anyone got suggestions to improve/any resources? [link] [comments] |
Is Assembly or C faster in practice? Posted: 11 Jun 2020 02:42 AM PDT Sure, you can do a lot of optimalisations if you code directly in Assembly, but gcc does a lot of optimalisations automagically. So that got me wondering, who generally does it the best? A human or a compiler? [link] [comments] |
What are some simple programs I can make quickly Posted: 11 Jun 2020 07:31 PM PDT Basically looking to get something going on fiverr and need a few suggestions to use as examples lol [link] [comments] |
All Axios requests to Back End aborted Posted: 11 Jun 2020 03:38 PM PDT Hi all, I am creating a web site using React for the front end and Spring Boot as a back end, but I'm having a bit of trouble when it comes to communication between the two. My front end is running in a Docker container on port 8080 and my back end is running on a Docker container on port 8081. Whenever I send a POST request with user credentials to In the back end, I have allowed Cross Origin requests from where What else should I be doing here? Thanks, DatZ- EDIT: I should add that I am able to interact with all of my endpoints from my python scripts and POSTman, I just can't seem to get it working from the browser. [link] [comments] |
Posted: 11 Jun 2020 12:57 PM PDT I see it every where, and I cannot understand why it gets so much hate. Is it that bad? Or are those assumptions just like the 'javascript is bad' meme EDIT: Sorry for not answering you guys, there were more comments than I thought it would, and I'm always bad at answering comments :s. But I get it now, almost all answers were valid except one or two.. Depends on what you're doing and how the language behaves to OOP. Thank you all! EDIT 2: Since I don't want to be seen as an asshole by not answering your comments, I'm sure to give you all the upvote you deserve, that is, if only your comment is about my question and not just joking around. Again, thank you all who answered, I appreciate the time you spent for getting me informed. [link] [comments] |
How do you visualize an object? Posted: 11 Jun 2020 06:53 PM PDT |
How to organize and explain your features to your developer team? Posted: 11 Jun 2020 06:40 PM PDT Hello. I am wondering if there is any process or diagram that can be useful to explain my mobile app to my developer team. I try flowcharts but some features cannot be explained doing this. Phone or texts are useful but sometimes I forget what I did told my team and make a mess. My question is: There is a way or a process to successfully communicate my developer team the features? Some kind of format or special diagram? [link] [comments] |
What is the best database to store videos on in Android Studio? Posted: 11 Jun 2020 06:37 PM PDT |
Would you work on open source projects in exchange for room and board? Posted: 11 Jun 2020 06:08 PM PDT Let's say it has to be a FOSS project of your choosing. Not just your own little pet project that maybe three other people might find useful though. And you wouldn't be living in a palace. Probably something like a share house or on a farm, whichever you prefer. [link] [comments] |
Posted: 11 Jun 2020 04:55 PM PDT |
How do you add something to the Windows-Rightclick-Dropdown-Menu Posted: 11 Jun 2020 04:05 PM PDT I dont know how it is called exactly. How can you add stuff there? [link] [comments] |
Posted: 11 Jun 2020 02:27 PM PDT I'm not sure where the best place to post this would be. I'm a budding programmer and thoroughly enjoying the process so far. I enjoy viewing this world as a collection of information and wondering at the structure. Today I encountered the idea that consciousness is recursive in nature. In other words, is the structure of consciousness inverted, in the sense that its only "direction" is further into itself? I find it fascinating. [link] [comments] |
Posted: 11 Jun 2020 02:20 PM PDT I have my first tech interview Monday for an apprenticeship placement with LaunchCode. I'm sure they'll ask me some questions about my interests and background but I'm concentrating more on the whiteboard part of the interview. I recently got my BS in CS and I'm pretty confident in my coding ability (as a beginner at least) but I also have testing anxiety and I'm nervous I'll get caught with my pants down on something simple. So, what are some generic examples I can practice/refresh on this weekend to prepare? I've thought of like finding primes, fibonacci, and fizzbuzz. Any suggestions on other things to practice would be appreciated. [link] [comments] |
Are long random urls considered safe? Posted: 11 Jun 2020 02:15 PM PDT I mean I know that many companies do this eg. AWS S3/Googl/etc... where you have a stupidly long ur l and I think you can have them not password protected. If you were generating some url thing like: example.com/user/alfksjfsdf-34-394lakdjf-2343 It's "theoreticaly" hard to enumerate that like incrementing ids but if you then told a user "btw you can password protect this page" then it brings up the question "was it not secure before?" idk... weird thought. [link] [comments] |
What's a good reason to change job and what's a good reason to stay at a job? Posted: 11 Jun 2020 12:46 PM PDT Like for many software engineers the head hunting never ends and sometimes it's for substantially more money. When I started out I switched job every year or so to get a huge pay raise. Then I found a job where I like the people, there is very little pressure or stress, the hours are very flexible and I have a high degree of liberty for my projects. The downside is I could be making more money somewhere else and the raises are set company wide instead of by merit. There is also no chance of me becoming an architect or even a lead since all the roles are stable and there are others with more seniority. Nevertheless most people there have been there 5-15 years because it's great. Should I do the same? I've heard it's a career killer to stay at the same place too long. Technology wise we are up to date so I don't think my knowledge will fall behind. What made you realise it's worth staying and at what point is it a good idea to leave? [link] [comments] |
Posted: 11 Jun 2020 12:23 PM PDT I have an idea of a new programming project in my head, but really not sure how to get this thing started. I want to create a tool to help track course grades for school, and I want to be able to send the tool to my friends so they can use it. I'm on macOS, but I want it to be able to run on both macOS and Windows. Originally, I thought of working with python to create a GUI, but ran into some roadblocks setting up the GUI as I don't know much about python GUIs. Now I am thinking of working with Java to create the GUI, using WindowBuilder or JFrame. Once I finish the project would I be able to export it to a .app and a .exe with Java? I'm not really sure how app development from scratch works. I need a 'save' feature that probably just writes to a .csv to hold the data, so I want to be able to load in a csv/ save any data to the app. Could anyone point me in the right direction how I would implement this? [link] [comments] |
Should I use Excel + VBA or write a WPF-App in .Net Core Posted: 11 Jun 2020 12:13 PM PDT We have a lot of old Spreadsheets at work that do some basic calculations, where you enter 2-10 values and the spreadsheet does the rest. I am now tasked with making these calculations foolproof, so that nobody can tinker in these spreadsheets and possibly break anything. Also the input of the data should be made easier, preferably in a form. Is it better to do this in Excel (with VBA?) or would it be a good alternative to implement these calculations in C# and bundle all those calculations in some kind of Toolbox.exe for easier use. I'm not talking about what's easier, but what would yield the better result. [link] [comments] |
Posted: 11 Jun 2020 11:13 AM PDT Hi, I'm completely new to this field. I have some data currently in json (data from a personal health app) that I'd like to display in graphs and I had a couple of questions: Probably the better way to store this as time goes on and data increases, would be sqlite or mysql? what library would you suggest I could use to make those graphs nicely dynamic/interactive ? Any examples would be appreciated! I have some experience in c#/python, but my guts tell me js might be the way to go..right...wrong? Thanks for your input [link] [comments] |
You are subscribed to email updates from AskProgramming. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment