notes/.config/newsboat/reddit_rss/AskProgramming.rss
2023-01-28 05:22:19 -08:00

1 line
No EOL
47 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/"><category term="AskProgramming" label="r/AskProgramming"/><updated>2023-01-24T03:32:53+00:00</updated><icon>https://www.redditstatic.com/icon.png/</icon><id>/r/AskProgramming.rss</id><link rel="self" href="https://www.reddit.com/r/AskProgramming.rss" type="application/atom+xml" /><link rel="alternate" href="https://www.reddit.com/r/AskProgramming" type="text/html" /><logo>https://e.thumbs.redditmedia.com/Wg8yGWbmYak4fsQL.png</logo><subtitle>A subreddit for all your programming questions.</subtitle><title>AskProgramming</title><entry><author><name>/u/ConclusionBubbly4373</name><uri>https://www.reddit.com/user/ConclusionBubbly4373</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi all, I&amp;#39;m new on this field, so I&amp;#39;m sorry in advance if this are stupid questions (questions at the end).&lt;/p&gt; &lt;p&gt;For a university project I&amp;#39;m implementing a transpiler with Flex and Bison that &amp;quot;converts&amp;quot; simple programs written in a C-like language to D language. &lt;/p&gt; &lt;p&gt;I&amp;#39;ve written my regexs to recognize tokens with Flex, and my grammar rules to implement the parser with Bison. &lt;/p&gt; &lt;p&gt;I&amp;#39;ve also created a symbol table to store variables and numbers when I encounter them in the input C-like programs and print a parse (or AST?) tree that correctly prints all the nodes and leaves of my program. &lt;/p&gt; &lt;p&gt;I&amp;#39;ve done various test cases and all works fine producing the correct output in D language.&lt;/p&gt; &lt;hr/&gt; &lt;p&gt;Questions: Now I&amp;#39;m writing the report of what I&amp;#39;ve done in my project, but reading on the web, I&amp;#39;ve found lots of guides on how to build a compiler, NOT a transpiler and I&amp;#39;ve got many doubts..&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;p&gt;I think that in my project I haven&amp;#39;t done the SEMANTIC ANALYSIS PHASE (in fact for example I can&amp;#39;t recognise if a variable has been not declared before of its definition), BUT I have avoided to do this unknowingly because before of doing everything, I verified the correctness of my test cases written in C on online C compilers (so I didn&amp;#39;t have the need to verify the variable declaration, the scopes, etc. because the original test cases were already correct). Could it be a problem? Or could it be correct for a TRANSPILER (not compiler) implementation?&lt;/p&gt;&lt;/li&gt; &lt;li&gt;&lt;p&gt;Still reading online I got another doubt: in my project I&amp;#39;ve built a ternary tree, e.g. for an assignment statement I have in Bison:&lt;/p&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;assignm: type id EQUAL value SEMICOLON; &lt;/p&gt; &lt;p&gt;The relative tree printed in output is:&lt;/p&gt; &lt;p&gt;STATEMENT value: = ASSIGNM_STMNT type: int (&amp;#39;int&amp;#39; is read from the SymTab) id: a value: 12&lt;/p&gt; &lt;p&gt;What I&amp;#39;ve implementend is an AST, isn&amp;#39;t it? Or is it a simple parse tree?&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Then, based on my tree, I&amp;#39;ve write my output code in D by simply printing the relative instructions for every node on the tree. Can it be considered as a CODE GENERATION PHASE for a TRANSPILER?&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Sorry, for my questions if they&amp;#39;re stupid, but although everything seems to work, I&amp;#39;m writing the report that I have to deliver very soon and reading online I have many doubts. Thanks in advance to all.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/ConclusionBubbly4373&quot;&gt; /u/ConclusionBubbly4373 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jsvlx/simple_theoretic_question_on_compilers/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jsvlx/simple_theoretic_question_on_compilers/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jsvlx</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jsvlx/simple_theoretic_question_on_compilers/" /><updated>2023-01-24T00:54:47+00:00</updated><published>2023-01-24T00:54:47+00:00</published><title>Simple theoretic question on compilers</title></entry><entry><author><name>/u/dacracot</name><uri>https://www.reddit.com/user/dacracot</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;So I have to create a SVG combo chart embedded in HTML based off data in a SQLite database. My first choice would be to do an XSL Transform on XML data for the chart, but producing XML from SQLite is not as well supported as JSON. Starting with JSON mean composing SVG, an XML dialect, using Javascript. I know there are SVG Javascript libraries. I know there are JSON to XML Javascript libraries. Which path will be more easily maintained?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/dacracot&quot;&gt; /u/dacracot &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jsv4d/sqlite_magic_svg_chart/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jsv4d/sqlite_magic_svg_chart/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jsv4d</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jsv4d/sqlite_magic_svg_chart/" /><updated>2023-01-24T00:54:08+00:00</updated><published>2023-01-24T00:54:08+00:00</published><title>SQLite &gt; Magic &gt; SVG Chart</title></entry><entry><author><name>/u/Rachid90</name><uri>https://www.reddit.com/user/Rachid90</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;&lt;a href=&quot;https://i.imgur.com/XxhGNO8.png&quot;&gt;This&lt;/a&gt;&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Rachid90&quot;&gt; /u/Rachid90 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jslm9/im_actually_an_amateur_in_programming_can_you/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jslm9/im_actually_an_amateur_in_programming_can_you/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jslm9</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jslm9/im_actually_an_amateur_in_programming_can_you/" /><updated>2023-01-24T00:41:23+00:00</updated><published>2023-01-24T00:41:23+00:00</published><title>I'm actually an amateur in programming. Can you tell me how to write this popular meme code efficiently, please?</title></entry><entry><author><name>/u/Prgrmr_in_training</name><uri>https://www.reddit.com/user/Prgrmr_in_training</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Its just as it says, I work a job far outside of coding but I know how to code decently well and I was just wondering where I could help others learn coding. Id do it for free but i need something on paper so I can put it on my resume as “experience in the field”. All of these job listings look very sketchy to me at least so I was wondering if I could get yalls two cents. Ive already asked local colleges and people I know in education but nothing concrete yet.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Prgrmr_in_training&quot;&gt; /u/Prgrmr_in_training &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jpdji/become_a_code_tutor_for_beginners/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jpdji/become_a_code_tutor_for_beginners/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jpdji</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jpdji/become_a_code_tutor_for_beginners/" /><updated>2023-01-23T22:21:38+00:00</updated><published>2023-01-23T22:21:38+00:00</published><title>Become a code tutor for beginners?</title></entry><entry><author><name>/u/ycrisis</name><uri>https://www.reddit.com/user/ycrisis</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Good evening everyone, I was wondering which sites would suit better for this purpose. Basically what I wanted to do is to create a page where I journalize about every project I&amp;#39;m working with in order to improve both my English and my coding skills. My intention would be also to share it in my CV for my master motivation lesson to show the work I did so far and my commitment, skills and love for coding (like a portfolio). Thank you very much in advance and by reading the rules I&amp;#39;m not sure if this question is like in a grey area or it is fine, in both cases I apologize in advance if it is asked in the wrong community.&lt;/p&gt; &lt;p&gt;Have a nice day🤗&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/ycrisis&quot;&gt; /u/ycrisis &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jgwyb/best_site_to_build_a_diary_about_my_programming/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jgwyb/best_site_to_build_a_diary_about_my_programming/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jgwyb</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jgwyb/best_site_to_build_a_diary_about_my_programming/" /><updated>2023-01-23T16:43:41+00:00</updated><published>2023-01-23T16:43:41+00:00</published><title>best site to build a diary about my programming journey?</title></entry><entry><author><name>/u/GP-NC</name><uri>https://www.reddit.com/user/GP-NC</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I am making a signup form and my cookies do have a max age and they are still refreshing.&lt;/p&gt; &lt;p&gt;&amp;#x200B;&lt;/p&gt; &lt;p&gt;the other Stack overflow answers dont help.&lt;/p&gt; &lt;pre&gt;&lt;code&gt;``` app.post(&amp;#39;/Signup&amp;#39;,async (req,res)=&amp;gt;{ const email = req.body.email const password = req.body.password try { const createdUser = await User.create({email:email,password:password}) const token = createToken(createdUser._id) //res.cookie(&amp;#39;jwt&amp;#39;,token,{httpOnly: true,maxAge:maxAge*1000}) res.header(&amp;#39;Access-Control-Allow-Credentials&amp;#39;, true); res.cookie(&amp;#39;jwt&amp;#39;,token,{sameSite:&amp;#39;none&amp;#39;, secure: true,httpOnly: true,maxAge:maxAge*1000 ,expires: 7, }) console.log(createdUser) //----------------- res.status(200).json({ status: &amp;quot;success&amp;quot;, data: createdUser, }); } catch (error) { console.log(error.message) res.send(error) } }) &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;and&lt;/p&gt; &lt;pre&gt;&lt;code&gt;const cookie = require(&amp;#39;cookie&amp;#39;) const User = require(&amp;#39;./models/User&amp;#39;) const cors = require(&amp;#39;cors&amp;#39;); app.use(cors({ origin: true, credentials: true })); //app.use(cookieParser())``` ```const maxAge = 2*24*60*60; const createToken = (id)=&amp;gt;{ return jwt.sign({id},&amp;#39;user basic&amp;#39;,{ expiresIn: maxAge }); }``` &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;&amp;#x200B;&lt;/p&gt; &lt;p&gt;not using express session due to mentor saying use jwt. Added max age and my credentials in post request. Like the other stack answers said. The cookie only leaves after reload. im using express and react no jquery or anything. I dont know what else to put ask me anything pls. I cant put all the links i searched on here but trust i looked at other stack overflow posts.I need to get this done soon so pls be patient with me. The jwt is my assignment. I watched the tutorial on jwt from the net ninja. I debugged it because it wasnt working untill i used cookie npm package. I also tried discord but they wouldnt help. I dont know what else to say... It is a signup form i am coding to my appliction. I am making a website that is an ecommerce website.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/GP-NC&quot;&gt; /u/GP-NC &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jw22e/reactcookie_dosent_stay_when_browser_refreshes/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jw22e/reactcookie_dosent_stay_when_browser_refreshes/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jw22e</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jw22e/reactcookie_dosent_stay_when_browser_refreshes/" /><updated>2023-01-24T03:32:21+00:00</updated><published>2023-01-24T03:32:21+00:00</published><title>React,cookie dosent stay when browser refreshes?</title></entry><entry><author><name>/u/Ravenclaw_227</name><uri>https://www.reddit.com/user/Ravenclaw_227</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hello, I was wondering if someone could point me in the right direction. I work as a receptionist and there is a lot of things we do and everything is created into a &amp;#39;system&amp;#39; into a binder so should you need to figure out how to do something, you can look in there. The binders take a lot of room and my boss wants to computerise it and asked me since he knows I enjoy working with computers as my dad was a software developer before passing. I&amp;#39;m pretty inexperienced in this area and when I looked into it, I couldn&amp;#39;t find any free templates to use. Is there a way to get a software free while I test out the layout and go from there? I found a few good ones online but they didn&amp;#39;t work. I also don&amp;#39;t really understand the difference between a digital Management system and a digital asset system. My job basically wants you to open an app and everything is put in a folder. Everything is organised by topic in main folders but you have a search bar at top. If you needed to find the system for giving a gift voucher, then you&amp;#39;d type in &amp;#39;gift voucher&amp;#39; and anything with that in the title pops up and you can click on it to read. Any help is really appreciated, thanks again for any help.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Ravenclaw_227&quot;&gt; /u/Ravenclaw_227 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jr6c1/digital_management_system/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jr6c1/digital_management_system/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jr6c1</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jr6c1/digital_management_system/" /><updated>2023-01-23T23:36:40+00:00</updated><published>2023-01-23T23:36:40+00:00</published><title>Digital Management System</title></entry><entry><author><name>/u/carmusic_mp3</name><uri>https://www.reddit.com/user/carmusic_mp3</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi, I want to make a &lt;strong&gt;&amp;quot;paper trading&amp;quot; app&lt;/strong&gt;, basically it&amp;#39;s like Trading View feature with &amp;quot;Replay&amp;quot;, but I also want to add opportunity for &amp;quot;placing&amp;quot; orders with potential &lt;strong&gt;SL&lt;/strong&gt; and &lt;strong&gt;TP&lt;/strong&gt;. But I don&amp;#39;t know where I can take data for charts. I don&amp;#39;t know if it should be some API, or DB, do you have any ideas?&lt;/p&gt; &lt;p&gt;Or maybe it will be easier to make it like chrome extension. But if so, &lt;strong&gt;how can I grab the values for last price from chart, for example?&lt;/strong&gt; Is it any way to &lt;code&gt;.querySelect&lt;/code&gt; from trading view chart?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/carmusic_mp3&quot;&gt; /u/carmusic_mp3 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jov5y/paper_trading_app/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jov5y/paper_trading_app/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jov5y</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jov5y/paper_trading_app/" /><updated>2023-01-23T22:00:53+00:00</updated><published>2023-01-23T22:00:53+00:00</published><title>&quot;paper trading&quot; app</title></entry><entry><author><name>/u/XinoVan</name><uri>https://www.reddit.com/user/XinoVan</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;For someone semi-fresh out of university and working a first job, what are some books you would recommend them to read? Or what subjects to look into?&lt;/p&gt; &lt;p&gt;&amp;#x200B;&lt;/p&gt; &lt;p&gt;Please refrain from recommending learning new languages, I am looking for non-language specific topics and ideas. But for those curious, I have a background in Java and JavaScript (Node and TypeScript).&lt;/p&gt; &lt;p&gt;&amp;#x200B;&lt;/p&gt; &lt;p&gt;Many thanks in advance!&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/XinoVan&quot;&gt; /u/XinoVan &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jmuu9/what_books_should_every_programmer_read/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jmuu9/what_books_should_every_programmer_read/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jmuu9</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jmuu9/what_books_should_every_programmer_read/" /><updated>2023-01-23T20:40:23+00:00</updated><published>2023-01-23T20:40:23+00:00</published><title>What books should every programmer read?</title></entry><entry><author><name>/u/cutlass_supreme</name><uri>https://www.reddit.com/user/cutlass_supreme</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi, I&amp;#39;m working on a set of services and I have some design questions around encryption.&lt;br/&gt; So, I have my business layer and data layer separation and I&amp;#39;m isolating the encryption in the business layer, but: &lt;/p&gt; &lt;ol&gt; &lt;li&gt;&lt;p&gt;Is there some standard or guidance around what fields should be encrypted beyond obviously password? I am currently thinking also contact info like: phone, email, and street address. My data store doesn&amp;#39;t contain anything more sensitive (such as SSN or state ID) but I don&amp;#39;t want to miss any vulnerable data (while balancing performance). &lt;/p&gt;&lt;/li&gt; &lt;li&gt;&lt;p&gt;Beyond placing the encryption/decryption methods in a shared utility class, I&amp;#39;m wondering if further isolation is warranted. Meaning, do I just call the util methods as needed while going through a dataset, letting the knowledge of which fields to encrypt/decrypt be in that logic or do I write model methods that I can give the dataset to and have it give me back, say, a list of models with any decryption handled? I&amp;#39;m leaning to the latter but I worry if that&amp;#39;s OOP over-design. &lt;/p&gt;&lt;/li&gt; &lt;/ol&gt; &lt;p&gt;(note really an architecture question as I think of architecture but design wasn&amp;#39;t a flair option).&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/cutlass_supreme&quot;&gt; /u/cutlass_supreme &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jcgqb/couple_of_design_pattern_questions_around/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jcgqb/couple_of_design_pattern_questions_around/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jcgqb</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jcgqb/couple_of_design_pattern_questions_around/" /><updated>2023-01-23T13:26:57+00:00</updated><published>2023-01-23T13:26:57+00:00</published><title>Couple of Design Pattern Questions around Encryption</title></entry><entry><author><name>/u/Lil_Habanero</name><uri>https://www.reddit.com/user/Lil_Habanero</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Ibe been a Mac use for a while and am looking to buy a decent windows laptop thats not too expensive to practice some things that Ill be working on later this year in a new position.&lt;/p&gt; &lt;p&gt;Some applications that Ill be using 1. VS code 2. SQL management studio 3. Power BI 4. Navicat/Oracle Developer&lt;/p&gt; &lt;p&gt;I still plan to use my mac as my primary laptop and just want get used to windows and practice some things.&lt;/p&gt; &lt;p&gt;Any recommendations would really help!&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Lil_Habanero&quot;&gt; /u/Lil_Habanero &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jonx0/recommendations_for_windows_laptop/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jonx0/recommendations_for_windows_laptop/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jonx0</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jonx0/recommendations_for_windows_laptop/" /><updated>2023-01-23T21:53:18+00:00</updated><published>2023-01-23T21:53:18+00:00</published><title>Recommendations for Windows Laptop</title></entry><entry><author><name>/u/madmanmax58</name><uri>https://www.reddit.com/user/madmanmax58</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hello, I am trying to do the following: make the width of my image 100vw initially, and when the user zooms out, the width doesn&amp;#39;t get bigger. It just stays at the initial size. Using 100vw makes the width always stay 100% of the width when the user zooms in or out. Anyone has a solution for this?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/madmanmax58&quot;&gt; /u/madmanmax58 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jogfh/100_width_with_css/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jogfh/100_width_with_css/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jogfh</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jogfh/100_width_with_css/" /><updated>2023-01-23T21:44:42+00:00</updated><published>2023-01-23T21:44:42+00:00</published><title>100% width with css</title></entry><entry><author><name>/u/wickerman2424</name><uri>https://www.reddit.com/user/wickerman2424</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I&amp;#39;m a 33 Yr old who has managed to change career to get a trainee role as a software engineer and I was wondering if it was normal to start a ticket and then feel like you just hit brick wall after brick wall. I&amp;#39;m struggling with feeling like it takes me forever to do the &amp;#39;small&amp;#39; stuff. Wanna center that list? Days of figuring it out. Stuff like that. I just wondered if anyone else feels/felt like this. I could do with knowing I&amp;#39;m not alone.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/wickerman2424&quot;&gt; /u/wickerman2424 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jocle/when_does_it_get_easier/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jocle/when_does_it_get_easier/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jocle</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jocle/when_does_it_get_easier/" /><updated>2023-01-23T21:40:23+00:00</updated><published>2023-01-23T21:40:23+00:00</published><title>When does it get easier?</title></entry><entry><author><name>/u/Full-Wheel8630</name><uri>https://www.reddit.com/user/Full-Wheel8630</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I&amp;#39;ve heard those two books are the best books to start LISP, not deep philosophy but more of practical showcases. Which one would be better for a newcomer?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Full-Wheel8630&quot;&gt; /u/Full-Wheel8630 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jinra/practical_common_lisp_vs_basic_lisp_technique/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jinra/practical_common_lisp_vs_basic_lisp_technique/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jinra</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jinra/practical_common_lisp_vs_basic_lisp_technique/" /><updated>2023-01-23T17:52:39+00:00</updated><published>2023-01-23T17:52:39+00:00</published><title>Practical Common Lisp vs Basic LISP technique - where to start?</title></entry><entry><author><name>/u/Current_Market_8184</name><uri>https://www.reddit.com/user/Current_Market_8184</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hello everyone, so i have been having this problem for a while. I feel like i could not learn programming related topics fast enough. Most often when i try to create website or other program and i have error, i spend a lot of time not knowing what was wrong and sometimes i even couldn&amp;#39;t figure it out. But looking at my classmates it seems like they are so good at it. They can learn in a fast pace and know what went wrong in the code. After all i feel like i am a very slow learner and i have tried many different ways, such as reading documentation, watching tutorials, looking into stackoverflow. But all of those seems not to work. Any of your advice would be appreciated...Additionally, for example, for cloud computing class, they know what was missing so that it did not work, but for me i was just stuck and not knowing where to go anymore. They know what is this thing supposed to do, and what are the consequences for not having those. I mean i attend all the class and take notes, but it did not help too. When i asked them where did they learn it from so that i can go and learn too, they replied that it seems logical to do so, so that it would work.&lt;/p&gt; &lt;p&gt;And if any of you here have any advice or website that i can go and learn, it would be highly appreciated...&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Current_Market_8184&quot;&gt; /u/Current_Market_8184 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jhhvs/advice_needed/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jhhvs/advice_needed/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jhhvs</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jhhvs/advice_needed/" /><updated>2023-01-23T17:06:35+00:00</updated><published>2023-01-23T17:06:35+00:00</published><title>Advice needed</title></entry><entry><author><name>/u/LoanEmailQuestion</name><uri>https://www.reddit.com/user/LoanEmailQuestion</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hello there! My wife is an elementary teacher and-- well, I could go on and on about the difficulty of her career, but I will jump to the main point!&lt;/p&gt; &lt;p&gt;I am trying to help her in any way I can-- and there&amp;#39;s some things I simply can&amp;#39;t make better for one reason or another. However, one thing I try to do as best as I can is help her create/edit the slides she uses each week throughout the day. She uses Google Slides and has a template that she edits with everything she needs. Sometimes I help swap out days/dates, numbers, items of the day, pictures, etc. that she pulls from the Drive.&lt;/p&gt; &lt;p&gt;I am trying to see if there is a faster way to do this, which would by extension give her more free time, or me more free time to help with a different section (and, in turn, give her more free time).&lt;/p&gt; &lt;p&gt;My question is if I can somehow use/program Google sheets and fill cells with certain copy that will go to a certain slide when... imported, I guess?&lt;/p&gt; &lt;p&gt;For instance, each day of the week has a sort of morning/welcome slide that introduces the day. It has the day/month/year and some other info. Finding and replacing text is slightly faster than scrolling through the slideshow (of 100+ slides), but still slow. So, is there any type of technical stuff I could do to where I fill in cells in the Google sheets, and they correspond with a specific slide and fill it in? Like this week, the dates are 23-27. Could I put each of those numbers in a cell and do something to where they replace the old dates on the slide? And so on and so forth with as many subjects as possible.&lt;/p&gt; &lt;p&gt;While I am not a programmer, I am willing to take the time to learn whatever is necessary to help out. I am open to any and all related suggestions! My apologies if this is the wrong place to ask.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/LoanEmailQuestion&quot;&gt; /u/LoanEmailQuestion &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10je5c7/possible_programming_to_help_a_teacher_edit/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10je5c7/possible_programming_to_help_a_teacher_edit/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10je5c7</id><link href="https://www.reddit.com/r/AskProgramming/comments/10je5c7/possible_programming_to_help_a_teacher_edit/" /><updated>2023-01-23T14:46:56+00:00</updated><published>2023-01-23T14:46:56+00:00</published><title>Possible programming to help a teacher edit slides faster?</title></entry><entry><author><name>/u/Limp_Emu_1472</name><uri>https://www.reddit.com/user/Limp_Emu_1472</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hello guys, this semester im doing a seminar on the subject of &amp;quot;computational geometry-motion planning&amp;quot; where we use minkowski sum, psuedo-disks and trapezoidal mapping to locate the robot and move it around the map without colliding with obstacles. Next semester i have a course in oop c++ where i have to create a game from 0 and it can be whatever i want. My question is, is it a good idea to try and and translate what i learned in my seminar to create an algorithm that plans my NPC&amp;#39;s movement? Or should i just stick to other solutions ?. Im good in c++ and oop and i would like to try my hand at sething that seems a bit complicated, i just wanna see if this is an efficient way of planning the movement of NPCs . If u guys have a recommendation to use another algorithm to move the NPCs that might be more efficient i would be happy to hear about it&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Limp_Emu_1472&quot;&gt; /u/Limp_Emu_1472 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jg4dr/computational_geometry_and_game_programming/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jg4dr/computational_geometry_and_game_programming/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jg4dr</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jg4dr/computational_geometry_and_game_programming/" /><updated>2023-01-23T16:10:23+00:00</updated><published>2023-01-23T16:10:23+00:00</published><title>computational geometry and game programming</title></entry><entry><author><name>/u/IDeOmnibusDubitandum</name><uri>https://www.reddit.com/user/IDeOmnibusDubitandum</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I have found &lt;a href=&quot;https://replit.com&quot;&gt;replit.com&lt;/a&gt; and it&amp;#39;s very cool that you have a desktop IDE, this means you can just have the exact same environment in your desktop, laptops or even on your phone&lt;/p&gt; &lt;p&gt;I usually find painful to have to replicate the same repos, configs, pull changes across different devices. Replit is cool but I don&amp;#39;t want to learn a new &amp;quot;IDE&amp;quot;. Is there anything like that for Jetbrain IDEs? I&amp;#39;d like to just open the laptop and have the exact same workspace as I have on the desktop without having to waste time pulling, configuring, whatever&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/IDeOmnibusDubitandum&quot;&gt; /u/IDeOmnibusDubitandum &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10j9zor/alternatives_to_replit_i_can_use_with_intellij_or/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10j9zor/alternatives_to_replit_i_can_use_with_intellij_or/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10j9zor</id><link href="https://www.reddit.com/r/AskProgramming/comments/10j9zor/alternatives_to_replit_i_can_use_with_intellij_or/" /><updated>2023-01-23T11:09:19+00:00</updated><published>2023-01-23T11:09:19+00:00</published><title>Alternatives to replit I can use with IntelliJ or VsCode?</title></entry><entry><author><name>/u/andreamfuller</name><uri>https://www.reddit.com/user/andreamfuller</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hey!&lt;/p&gt; &lt;p&gt;Is there a way to utilize the Instagram API to pull:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;List of trending #s&lt;/li&gt; &lt;li&gt;List of most used #s on a topic&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;TIA!&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/andreamfuller&quot;&gt; /u/andreamfuller &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jjrz0/instagram_api_pull_help/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jjrz0/instagram_api_pull_help/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jjrz0</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jjrz0/instagram_api_pull_help/" /><updated>2023-01-23T18:36:07+00:00</updated><published>2023-01-23T18:36:07+00:00</published><title>Instagram API Pull Help</title></entry><entry><author><name>/u/jaango123</name><uri>https://www.reddit.com/user/jaango123</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;Hi All,&lt;/p&gt; &lt;p&gt;we have a properties file which is related to a tool(built upon on java) something like this&lt;/p&gt; &lt;pre&gt;&lt;code&gt;environment.host=abcserver thread.count=2 .. ... install.host=$(environment.host) &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;Can i read the &lt;a href=&quot;https://preprod.host/&quot;&gt;environment.host&lt;/a&gt; from a different file(may be another properties file) than hardcoding in the same file with &amp;quot;abcserver&amp;quot;?&lt;/p&gt; &lt;p&gt;We want to separate the contents of the file to different config files which will be specific to environment and another which is common to all environments.&lt;/p&gt; &lt;p&gt;In this example &lt;a href=&quot;https://environment.host/&quot;&gt;environment.host&lt;/a&gt; is environment specific variable and thread.count is common to all environments.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/jaango123&quot;&gt; /u/jaango123 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jjrii/properties_file_for_a_dataquality_installation/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jjrii/properties_file_for_a_dataquality_installation/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jjrii</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jjrii/properties_file_for_a_dataquality_installation/" /><updated>2023-01-23T18:35:34+00:00</updated><published>2023-01-23T18:35:34+00:00</published><title>properties file for a dataquality installation</title></entry><entry><author><name>/u/EnterTheWuTang47</name><uri>https://www.reddit.com/user/EnterTheWuTang47</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I want to get started on some projects that i eventually want to expand into full fledged apps but im not sure what the process usually is. Can someone explain the process from start to finish?&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/EnterTheWuTang47&quot;&gt; /u/EnterTheWuTang47 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jhnt2/what_is_your_process_when_creating_an_app/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10jhnt2/what_is_your_process_when_creating_an_app/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10jhnt2</id><link href="https://www.reddit.com/r/AskProgramming/comments/10jhnt2/what_is_your_process_when_creating_an_app/" /><updated>2023-01-23T17:13:18+00:00</updated><published>2023-01-23T17:13:18+00:00</published><title>What is your process when creating an app?</title></entry><entry><author><name>/u/SafeCommunication678</name><uri>https://www.reddit.com/user/SafeCommunication678</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;pre&gt;&lt;code&gt;def f(x): x = 2 * x x = 3 * x return x x = 5 print(f(x - 4)) &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;What does it mean, when a function returns? is it returned back to the place where the function was originally called(jumping back to where we said f(x + 1))? or still in the function scope, when the function is terminated? &lt;/p&gt; &lt;p&gt;&lt;strong&gt;Local variables get created each time that function is called, and&lt;/strong&gt; &lt;/p&gt; &lt;p&gt;&lt;strong&gt;they are erased when the function returns.&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Thanks in advance for explanation!&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/SafeCommunication678&quot;&gt; /u/SafeCommunication678 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10j6h0y/when_a_function_returns/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10j6h0y/when_a_function_returns/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10j6h0y</id><link href="https://www.reddit.com/r/AskProgramming/comments/10j6h0y/when_a_function_returns/" /><updated>2023-01-23T07:07:45+00:00</updated><published>2023-01-23T07:07:45+00:00</published><title>When a function returns!</title></entry><entry><author><name>/u/Due-Claim1146</name><uri>https://www.reddit.com/user/Due-Claim1146</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Due-Claim1146&quot;&gt; /u/Due-Claim1146 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10ittul/what_personal_project_of_yours_are_you_most_proud/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10ittul/what_personal_project_of_yours_are_you_most_proud/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10ittul</id><link href="https://www.reddit.com/r/AskProgramming/comments/10ittul/what_personal_project_of_yours_are_you_most_proud/" /><updated>2023-01-22T20:49:25+00:00</updated><published>2023-01-22T20:49:25+00:00</published><title>what personal project of yours are you most proud of ?</title></entry><entry><author><name>/u/NoDouble639</name><uri>https://www.reddit.com/user/NoDouble639</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I&amp;#39;ve been coding off and on for about 9 years now. Though I went though a rough period of poor mental health after college, and as a result I feel like I&amp;#39;m not really where I need to be with my skillset. I had a programming job at a startup for a little over a year after I graduated, but I&amp;#39;ve been underemployed since and am now in a master&amp;#39;s program studying data science and NLP. I want to do better this time around and find stable and intellectually satisfying employment as an Engineer or Researcher, and to that end I am trying to improve my skill set outside of the limited scope of my program. Of course I know the most important thing to do is get as much practice as possible, but I&amp;#39;m hoping I can find some more specific advice here on how to target the most important and under looked aspects of being a great developer.&lt;/p&gt; &lt;p&gt;Before my last semester starts, I am trying to make as much progress on &lt;a href=&quot;https://codecrafters.io/&quot;&gt;codecrafters.io&lt;/a&gt; as I can. I am currently working on building out a toy Redis server in Python and am enjoying the challenge of working with the low level socket interface. I am curious whether people think this is a worthwhile use of my time and whether there are any better resources or projects that I could be working on. I have a pretty broad knowledge base when it comes to programming and computer technology, but I&amp;#39;m really lacking depth and specialization in any particular area. After my master&amp;#39;s, I want to focus on ML/NLP type work, but I still want to make sure I am well equipped with the necessary systems knowledge to be a genuine asset to whichever team I am working with.&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/NoDouble639&quot;&gt; /u/NoDouble639 &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10iqcyw/how_to_upskill_most_effectively/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10iqcyw/how_to_upskill_most_effectively/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10iqcyw</id><link href="https://www.reddit.com/r/AskProgramming/comments/10iqcyw/how_to_upskill_most_effectively/" /><updated>2023-01-22T18:25:35+00:00</updated><published>2023-01-22T18:25:35+00:00</published><title>How to Upskill Most Effectively</title></entry><entry><author><name>/u/KorouLamnganba</name><uri>https://www.reddit.com/user/KorouLamnganba</uri></author><category term="AskProgramming" label="r/AskProgramming"/><content type="html">&lt;!-- SC_OFF --&gt;&lt;div class=&quot;md&quot;&gt;&lt;p&gt;I have made a codeigniter project. When I deployed my project on a web server its main page returned a blank screen. How can I fix this issue? &lt;/p&gt; &lt;p&gt;Important information: &lt;/p&gt; &lt;p&gt;Platform: 000webhost &lt;/p&gt; &lt;p&gt;PHP Version 8 &lt;/p&gt; &lt;p&gt;.htaccess: php_value display_errors 0 &lt;/p&gt; &lt;p&gt;Environment: development &lt;/p&gt; &lt;p&gt;File permision: 755&lt;/p&gt; &lt;/div&gt;&lt;!-- SC_ON --&gt; &amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/KorouLamnganba&quot;&gt; /u/KorouLamnganba &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10j1m9i/codeigniter_shows_blank_screen_on_web_server/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/AskProgramming/comments/10j1m9i/codeigniter_shows_blank_screen_on_web_server/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_10j1m9i</id><link href="https://www.reddit.com/r/AskProgramming/comments/10j1m9i/codeigniter_shows_blank_screen_on_web_server/" /><updated>2023-01-23T02:37:40+00:00</updated><published>2023-01-23T02:37:40+00:00</published><title>Codeigniter shows blank screen on web server</title></entry></feed>