Posts

Showing posts with the label Resources

200+ Programming Resources

Image
200+ Programming Resources This is an Open Source project created by my friend KrOW started on Sololearn and continuing to grow on Github . This program contains over 200 links and Resources to help Programmers at every level find helpful information. *Featured Code Created by KrOW I love how KrOW added a link to see this code running in this  Github  repo reading the code is awesome in many aspects but it helps me so much to see a code running to fully grasp it's potential. If you have links you would like to see added feel free to leave them in comments here and I will forward them to KrOW or suggest/add them via  Sololearn  or  Github . Thanks and Happy Coding!                

Top 10 Best Books for Creating Android Apps

Image
Top 10 Best Android App Development Books Building Android Apps is fun and creative! If you want to learn how to make your own Android Apps these are the Top 10 Best Books I found to help you get started or improve your existing knowledge. #10 Android Programming Guide This book will teach you Android App Development using Java and Android Studio click on the amazon link to hear a free audio preview of the book and learn all about installing Java and Android Studio to your computer. #9 Hello Android This book takes you from Hello World to creating your own game all the way to introducing you to Google Play. #8 Android Studio 3.0 Development Essentials This teaches Android Development using Kotlin and covers all the essentials you will need to develop a winning app. #7 Android App Development This is an official textbook on Android App Development. If you are like me and enjoy Textbook formats th...

Awesome JavaScript Reference

Awesome JavaScript Reference JavaScript Glossary of Terms Ajax- "(asynchronous JavaScript and XML)" – set of web development techniques using many web technologies on the client-side to create asynchronous Web applications. With Ajax, web applications can send data to and retrieve from a server asynchronously (in the background) without interfering with the display and behavior of the existing page. Algorithm- set of computer instructions to produce an output or end state from an input or beginning state. What programs are made of. Arity-      refers to the number of arguments an operator takes. ex: a binary function takes two arguments Attribute- An attribute is a modifier of an element type. Bookmarklet- technique of saving JavaScript within a bookmark or hyperlink, so that it can be executed by clicking on it. In many cases, the link can be dragged and dropped to the browser tool...