Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts

Meteor Framework Review By Beginner Learning Meteor.js

Meteor Framework Review
I recently jumped on the learn to code bandwagon. Okay, not so recently -- more like a year and a half ago.

To my surprise, and like many others who teach themselves to “code”, it was a lot harder than I thought it would be.

During the first several months I really had no clue what I was doing. Sure, I grasped HTML and CSS quite easily. But the actual programming stuff? Not so much.

I jumped around from this to that, never staying fully committed. Admittedly, up until recently this was a problem I kept having. That is, not fully dedicating myself to one language and perfecting it.

I jumped from Python to Ruby on Rails (RoR). And now, I think I have finally found “the one” -- Meteor.

Continue Reading

250+ Free Photoshop Tutorials, eBooks and Resources To Learn

Photoshop Tutorials, eBooks and Learning Resources
Photoshop is one of the most popular photo editing and development software packages available online. Why is it so popular among people? Why everyone wants to learn it? First, Photoshop is much more than software; it is a way to express yourselves and create something that never existed. It takes several months to master Photoshop and create something worth watching. The best thing about Photoshop is that you can create what you want and when you want. Moreover, if you are a website owner, you don’t have to spend time or money in getting new business cards or images for your website.

There are thousands of jobs available online and offline for Photoshop professionals. Almost every studio requires people who can work around Photoshop and create amazing images. Further, most of the website owners need photo editing work every now or then. Most of the website companies, marketing agencies, and even media channels require trained Photoshop professionals.

This is one of most powerful tools ever created by Adobe and many inspiring books have been written by expert authors around the world. We have already posted the highly recommended books on Photoshop, however this article is focused on all FREE resources. Happy learning.

Continue Reading

50+ Best Magento Tutorials, eBooks and PDF Resources

Magento Tutorials, eBooks and PDF Resources
Magento has already made some massive strides in the web development landscape and going by the rate with which it is being adopted by the web development professionals and businesses, this immensely resourceful content management system is poised for even higher goals.

Now, as web development companies and merchants are increasingly leaning towards Magento to build their online stores, those with aspirations to step into the big and bang world of web development are seriously considering gaining expertise in Magento and using it as a stepping stone for their career – before they can contribute to this platform's further growth and advancement.

Now, you may or may not find a Magento training institute in your neighborhood, but there are host of ebooks, PDFs and tutorials to help you in your cause. Beginners, specifically, must use more than one books as a resource for catching the Magento wagon. And if you are someone with not a lot of coding experience, but with a drive to build your own Ecommerce website, the following magento tutorial will serve the purpose just right:

Continue Reading

100+ Best Free jQuery Tutorials, eBooks and PDF Resources To learn jQuery Online

jQuery has came out to be the most popular JavaScript libraries written till date. John Resig released it in 2006 and it literally changed the face of front-end development. In the past few years, it has become the go to framework with JavaScript. However, most of the novice developers are unaware of the primary reasons behind its popularity. jQuery helped CSS developers to work along with it and unlike other frameworks, it kept them in the front seat. Another important differentiation is that you write unobtrusive code with jQuery and it is completely separated from the content. On top of everything else, jQuery keeps user experience at the top of the list making it an extraordinary development technique.

You may prefer to read some of Recommended JQuery Books , however this article focuses on the best free resources available online to quickly learn jQuery.

Continue Reading

80+ Best Free Python Tutorials, eBooks & PDF To Learn Programming Online

Thinking of learning Python to make a dent in the universe? We have compiled a huge list of absolutely FREE Python tutorials, eBooks and PDFs to make your life easier.

Python has taken over the programming world with a storm and has now become one of the most popular languages. You might have your doubts, but Python is growing at a rate which is faster than that of any other programming language. Being a well documented language, it provides for good coding skills along with excellent error handling. Python is now being extensively used by sites like Google, YouTube, Facebook, SuggestionBox, Quora, etc. thus making it extremely important for every sphere of business activity.

You may prefer to read a few awesome books on Python if you prefer.

Regardless of whether you are a beginner or an advanced learner, you can learn Python language online through the following (completely free) resources:

Continue Reading

50+ Best Free C Programming Tutorials, PDF & eBooks

Online Free C Programming Tutorials
C is one of the oldest general purpose programming languages and it was developed in 1972 at the Bell Telephone Laboratories by Dennis Ritchie. It is an extremely powerful programming language that can be used for system programming, developing business applications, and as an assembly language.

The UNIX operating system was the first major program writer in C language. C compilers are compatible with most of the available operating systems and computer architectures. The compiler turns the instruction writer in a C program into an executable form your computer can work with.

C is the best language discovered to date and it works comparatively closer to the hardware. Learning C language will help you understand the basics of different languages. Most of the languages have derived elements from C including PHP, Java, Pearl, Python, Rust, D, and Unix C shell. You can learn how things work at the system level and understand computers at a profound level.

You may spend few bucks and buy a book written by experts in c language, however this article focuses on free tutorials and resources you can use to learn C programming.

Continue Reading

25+ Handy Gremlin Examples and Code Snippets for Graph Database Traversal and Manipulation

Gremlin Examples and Code Snippets
Gremlin is a powerful domain specific traversal language for graph databases. This language is supported by all popular graph databases.

In recent past, I was doing some case studies on graph databases and realized that gremlin is the graph language that I must learn. Learning this language can ensure you to be able to work on multiple graph databases.

Gremlin works smoothly on all graph databases that support Blueprints property graph data model. Gremlin can be easily used with JVM languages like Groovy, Clojure, Scala and more.

A lot of graph databases support their custom languages (e.g. Cipher in Neo4j). These languages are really useful, however they become useless on other databases.

Learning Gremlin for graph databases is equivalent to learning SQL for relational databases. Once you know SQL, you can easily work on MySQL or Postgres or Oracle without worrying about details of vendors. Same way knowing Gremlin can ensure you can work on Neo4j or Titan Graph DB, or OrientDB and other dozens of graph databases.

In this simple code snippets collection, I am trying to list down all commonly used snippets that you can use as a cheatsheet while doing graph query, analysis and manipulation.

Continue Reading