Genaral Programming Resources | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Genaral Programming Resources

Support for Programming related issues

11th Mar 2018, 8:55 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
33 Answers
11th Mar 2018, 8:59 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 3
https://www.sololearn.com/Discuss/1134817/?ref=app
11th Mar 2018, 9:03 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
19th Apr 2018, 4:14 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 2
Best devices for coding: laptop and pc pretty much the same, but if you need power (3d rendering, heavy resources, hungry applications) PC is the best because laptops can heat up or lose battery quickly. Phones usually use ARM processors so many things wont be available for them. Thats why you cant use exe on phones Source: https://www.sololearn.com/Discuss/1134829/?ref=app
11th Mar 2018, 8:55 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 2
Which Programming language is hard? https://www.sololearn.com/Discuss/1134969/?ref=app
11th Mar 2018, 9:46 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 2
Degrees help you to get entrance but it's your competence and experience contribute to settle or jump to upper position. Programmer can get a job without academic background but it's easier and helpful more if one has good academic background. https://www.sololearn.com/Discuss/1134966/?ref=app
11th Mar 2018, 9:50 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 2
You can learn it as early as you wish but to develop your skills it requires repeatedly practices and observing others problem solving techniques and learn to solve by yourself. Motivation: https://www.sololearn.com/Discuss/137697/?ref=app -------- Learn and practice a lot. Read books, articles, do exercises. Find interesting ideas for your projects, try to implement them. Resources for you: https://www.sololearn.com/discuss/437973/?ref=app https://www.sololearn.com/discuss/595802/?ref=app https://www.sololearn.com/discuss/636195/?ref=app https://www.sololearn.com/discuss/1091816/?ref=app
27th Mar 2018, 7:37 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 2
Interpreter➡️ Translates program one statement at a time. compiler➡️ Scans the entire program and translates it as a whole into machine code. interpreter➡️ It takes less amount of time to analyze the source code but the overall execution time is slower. compiler➡️ It takes large amount of time to analyze the source code but the overall execution time is comparatively faster. interpreter➡️ No intermediate object code is generated, hence are memory efficient. compiler➡️ Generates intermediate object code which further requires linking, hence requires more memory. interpreter➡️ Continues translating the program until the first error is met, in which case it stops. Hence debugging is easy. compiler➡️ It generates the error message only after scanning the whole program. Hence debugging is comparatively hard. By Brians
7th Apr 2018, 7:30 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 2
💠💠= & == 💠💠 Both are not same, = is an Assignment Operator it is used to assign the value of variable or expression, while == is an Equal to Operator and it is also a relation operator used for comparison (to compare value of both left and right side operands).
18th Apr 2018, 4:10 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 2
🔻What is HTML? HTML stands for HyperText Markup Language. Unlike a scripting or programming language that uses scripts to perform functions, a markup language uses tags to identify content. HTML work as interpreter between Website and browser. It helps browsers to interpret web pages and thus browser shows webpages in a monitor. Example of HTML Tag <p> This is a paragraph</p> here <p> and </p> are called tags,they help browser to show words in between them as a paragraph. https://www.sololearn.com/learn/HTML/1021/
19th Apr 2018, 12:53 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 2
Learn C++ it will give you more understanding capacity to learn other Programming languages and to make apps https://www.sololearn.com/Discuss/280672/?ref=app
3rd May 2018, 10:44 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 2
How to make a nice looking website (Front end Developer)? You should submit a sketch / mockup to the end user, so that all subsequent changes would only be some details of the design (in theory). In any case, normally I usually visit two pages for inspiration, after seeing some designs I can make at least two models. https://www.thebestdesigns.com/ https://www.awwwards.com/ In Medium there are also countless articles on how to improve the presentation of a page. Some of the involved developers TailwindCSS and Laracast usually post on Twitter many data on how to improve the presentation of a web page and give it a very professional look (I'll leave the Tailwind link, there you can find the Twitter of the developers) https://tailwindcss.com/ Are there any good programs to do this sketch/mockup on other than doing a rough build in HTML? https://medium.com/sketch-app-sources/how-to-create-a-responsive-landing-page-with-sketch-af8c8785ae0b https://www.mockplus.com/blog/post/web-ui-mockup-tool-free (You can also use Photoshop with a wireframing kit) @Mickel Sánchez
8th May 2018, 1:55 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 1
Tap on three dot sign at top right and click on lesson factory. it's 2nd from the top click on it submit your lesson if it's approved, then it's published 1.Tap the 3-dot menu on the top-right corner of the Sololearn app. 2.Tap "Lesson Factory". 3.Tap "Suggest a lesson". 4.Select language , lesson type and enter the lesson heading. 5.Type the contents of your lesson.
14th Mar 2018, 6:56 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
14th Mar 2018, 9:00 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 1
https://www.sololearn.com/Discuss/1169083/?ref=app ----------. -------- Purpose of different Programs: https://www.computerscience.org/resources/computer-programming-languages/
26th Mar 2018, 1:21 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 1
Name of IDEs Jetbrains IDE's like Webstorm and IntelliJ Visual studio (code) Netbeans
27th Mar 2018, 5:33 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 1
How to convert a website in a android aap?? a specific language can used in this process??? You can do that by using software called Apache Cordove OR Electron. You will get their documentation easily on their respective sites.
28th Mar 2018, 5:38 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 1
❄ Top 5 Websites To Learn Hacking ⚡https://www.cybrary.it/http://www.securitytube.net/https://www.edx.org/course/subject/computer-sciencehttp://www.cyberaces.org/courses/http://www.leapcourses.com/ ✨ Cybrary has an app in the google playstore link https://play.google.com/store/apps/details?id=com.cybrary.cybrary and also has more apps there. A free website that a hacking and security courses https://www.cybrary.it Here is a massive repository of resources http://index-of.es For those who what to pursue a career in hacking. Here are some great videos that I find helpful: - Ted Talks Youtube Channel https://www.youtube.com/user/TEDxTalks videos https://youtu.be/hqKafI7Amd8 https://youtu.be/fsC7mAtiGHs For more: https://www.sololearn.com/discuss/563537/?ref=app https://www.sololearn.com/discuss/262566/?ref=app https://www.sololearn.com/discuss/333998/?ref=a
28th Mar 2018, 5:40 AM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar
+ 1
Constant = Always its value is fixed. Variable = Its value changes when condition / conditions is / are changed. variable ˈvɛːrɪəb(ə)l/ noun plural noun: variables an element, feature, or factor that is liable to vary or change. "there are too many variables involved to make any meaningful predictions" MATHEMATICS a quantity which during a calculation is assumed to vary or be capable of varying in value. COMPUTING a data item that may take on more than one value during the runtime of a program.
30th Mar 2018, 5:46 PM
📈SmileGoodHope📈
📈SmileGoodHope📈 - avatar