What are your recommendations for productive naming and organizational patterns for projects and clients and their respective files and folders? Ask Programming |
- What are your recommendations for productive naming and organizational patterns for projects and clients and their respective files and folders?
- Python: Is it better to use timer.sleep or to just user a cronjob?
- I'm a new grad with a coding interview next week and I'm terrified. HELP!
- RapidAPI Error
- Language selection for desktop and mobile
- Should I quit my master degree early?
- What is the Net::HTTP equivalent of setConnectTimeout(),setSocketTimeout(),setConnectionRequestTimeout()?
- How to write something that can sort words in categories ?
- A question about RecyclerView in Android? An inner class as a type parameter?
- Image processing using vulkan compute
- Would this work?
- Ideas for communities
- How to progress with java
- I want to build a neat image-database website, how do I proceed?
- Adding Bootstrap 4 Searchable Dropdown in Google Apps Script
- Learning PsychoPy in short amount of time?
Posted: 05 Mar 2021 02:44 PM PST Im looking to implement a more organized and productive system to catalog my work and client files. Wondering if you guys can take a look and offer any suggestions or tips to improve the system: Currently my system consists of; FILESYSTEM[DATE-PROJECTID-PROJECTNAME] ex: 202103X001-ProjectName (the x is the category of work intended)
CODE FILESYSTEM:rant: My code naming is generally still changing everytime and its becoming annoying. I want to be able to have a system that i can utilize throughout my projects in a clear clean manner. GIT:[DATE-PROJECTID-PROJECTNAME-WEBTYPE-VERSION] ex: 202103X001-ProjectName-NewWebsite-Alpha.01.01.01 In this example ill use next.js as a setup:
IN-CODE NAMING:For my code itself its becoming tiresome having to chain the css and manage to name the objects in a proper manner. example: <section id="LANDINGPAGEHERO-01" className={`landingPageHero LPH_`}> <div className="LPH_Wrapper"> <div className="LPH_BG"> <div className="LPH_Content"> <div className="LPH_ContentLeft"> <div className="LPH_ContentLeft-Top"> and imagine doing that while chain linking the modules that goes down 3-4 steps. I like to use my scss mixins and use the scss format of chain styling and also have the classnames work as indicators for SEO purposes. Like heap.io reads clicks on class names and ids and such. I could just utilize no classnames and go styling through things like h1 and direct dom elements (which i do) but then you loose the clear overview of the content. Anyways i know its a lot to go through, but if anyone can offer some advice on any sections, its appreciated. [link] [comments] |
Python: Is it better to use timer.sleep or to just user a cronjob? Posted: 05 Mar 2021 03:52 AM PST Say if I Have a program that checks something and I want it to run every 5 minutes, which is the better way to run this program and why? Just run a cronjob to execute the program every 5 mins or have an infinite loop in the code with a timer.sleep for 5 mins once it is finieshed? [link] [comments] |
I'm a new grad with a coding interview next week and I'm terrified. HELP! Posted: 05 Mar 2021 08:32 PM PST Hey Guys! I'm a senior Data Analytics student and I'm graduating in May. I have programming experience but most of it isn't in the complicated algorithms that most technical interview questions ask. I have a coding interview for a tech company that's hiring for a Junior Software Engineer next week and honestly I'm terrified and don't know how to prepare. I'm somewhat confident in my ability to solve issues but as this is my first coding interview I have no idea what type of stuff to study to prepare. For a first job position would they ask hard questions or would they give me more basic problems that don't require difficult mathematical algorithms? Any help is appreciated!! TL;DR: I have a coding interview for a junior software engineer position as a new grad and I don't know how to prepare. [link] [comments] |
Posted: 05 Mar 2021 07:45 PM PST I'm new to using APIs and so I decided to watch a yt tutorial and I got this error when I was working with the Openweather API from RapidAPI: Failed to load resource: the server responded with a status of 404 (Not Found). When I plugged it into Postman, it says that I have an invalid API key when I'm pretty sure I have a valid one. Can someone help resolve this issue? Thanks. [link] [comments] |
Language selection for desktop and mobile Posted: 05 Mar 2021 06:19 PM PST That is, in this way:
I tried to combine the application, but due to the size of the screen all this combined in one framework gave an unsatisfactory result. [link] [comments] |
Should I quit my master degree early? Posted: 05 Mar 2021 03:17 AM PST I've started my master degree after quitting my job where I worked for 3 years, on a database driven application. I'm not performing as I hoped and I'm afraid I might need to retake some courses. Going back to school have been more stressful than I anticipated and I'm afraid I might not be mentally capable. How will my job opportunities be now and in the future, if I never get a master degree? [Denmark, free tuition] [link] [comments] |
Posted: 05 Mar 2021 10:46 AM PST I'm trying to rewrite my java program in ruby and I'm using Net::HTTP as my http client. How to set these? [link] [comments] |
How to write something that can sort words in categories ? Posted: 05 Mar 2021 09:05 AM PST So I'm a beginner in programming, already did some simple projects with Python. Now I always think about a script that can form sentences in a more or less correct way. I want to input lots of sentences, wich the program can learn from and recognize which kind of words normally belong before or after an other word in a sentence. For example when the program decides to write ‚the' the probability should be very high that there will come a Noun afterwards. My problem is, that I don't really understand how I could make the program sort the words into categories such as Nouns, adverbs, adjectives etc. I could do something like when ‚the' is before , the word is probably a Noun, but it gets quite difficult soon. I couldn't find anything that goes in this direction. Maybe just a huge online dictionary would be enough where I already have the categories but is there a relatively simple way to do this on his own? [link] [comments] |
A question about RecyclerView in Android? An inner class as a type parameter? Posted: 05 Mar 2021 08:36 AM PST I know generics can use any non primitive data types but I can't wrap my head around this
A class using an inner class as a type parameter. What's the advantage and how would it be different if ViewHolder wasn't a nested class? [link] [comments] |
Image processing using vulkan compute Posted: 05 Mar 2021 04:24 AM PST Total noob on GPGPU. I'm trying to learn the api by using some simple example that I'm familiar with. Say if i want to convert a grayscale image to binary image, threshold is 125. How do i achieve that using vulkan api? [link] [comments] |
Posted: 05 Mar 2021 07:23 AM PST I am a bit new to programming and came up with a hypothethical way to create a singularity would someone tell me why it wouldnt work? If you make an ai that can better a code by 0.005% then in the recursive passing of itself you can make an ai that can grab a code an make it perfect to run the most efficiently, make an ai that takes 10 nodes and itself as an input and 10 nodes and a new version of it self as an output maybe 300 hidden layers of 256 nodes, pass it thourgh the ai that can perfect a code, make the perfect conciousness, give it a few apis to play with an learn, create a singularity [link] [comments] |
Posted: 05 Mar 2021 07:05 AM PST We're creating a project that has a feature called circles, it's like communities. Is there anywhere to get a list of basic communities to just start off with. [link] [comments] |
Posted: 05 Mar 2021 05:53 AM PST I've learnt java for a few years now because we're taught it in school. I've only used the BlueJ ide and nothing else. I have all the basic concepts down, but I'd like to progress, specifically towards android app development. Would you know any resources on how to go about using more complicated ides (specifically intellij, since android studio's based on it) and what books/websites could I use to learn more about OOP and java in general? Many thanks [link] [comments] |
I want to build a neat image-database website, how do I proceed? Posted: 05 Mar 2021 03:56 AM PST In my student-town we have an old tradition (over 70 years) of making medals to commomerate different events. I'm a 2nd year computer science student, and I want to build an image-database with a neat interface where you can search after the different medals and read the story behind them. What I'm imagining is:
I've been interested in learning React, as it will be very useful later in my study. But it's not a must! I've also been told that Firebase could help. So basically I have an idea, and I would like some input on how to start and what technologies could fit my project. Hopefully this is the appropriate subreddit to ask! [link] [comments] |
Adding Bootstrap 4 Searchable Dropdown in Google Apps Script Posted: 05 Mar 2021 02:47 AM PST So I have been trying to use Bootstrap-select to add a search feature in my dropdown menu for Google Apps Script. I tried following this guide, and added the cdn and js available here, but I cant seem to get it working in my Google Apps Script Webapp. All I am getting is a dropdown with no option to serach. Below is my code, can someone please tell me what am I doing wrong? uform.html: What my Result Looks Like: Screenshot from Webapp ....I need a search box in this. Thanks in advance! [link] [comments] |
Learning PsychoPy in short amount of time? Posted: 05 Mar 2021 02:12 AM PST Hello, I'm meant to do a project using PsychoPy for my psychology degree. The problem is, I've never coded before (ok maybe some HTML in a free boot camp experience once). I've never learned Python or anything Backend Dev related, and now I'm aiming to learn how to use PsychoPy and Pavlovia in a short amount of time (3-5 days?). I tried watching YouTube tutorials and following the PsychoPy website, but it's so confusing and overwhelming. Does anyone have any resources or tips for learning this? Thank you! [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