Working with Tumblr’s API is fun and easy. Below steps will show you how to post link to Tumblr’s API. It is useful when you have a brand website of blog and you want to drive traffic to your website or blog. You can make an automation script to automatically submit your contents to Tumblr.
Continue ReadingHow to create a Photo Post to Tumblr using API
Tumblr is a place to express yourself, discover yourself, and bond over the stuff you love. Tumblr has its own APIs to work with the various operations of it. In this post we will learn about how to create a photo post to Tumblr using API.
Continue ReadingJavaScript convert array to select options
JavaScript has various methods to work on an array. We will talk about how to convert array to select options…
Continue ReadingJavaScript convert date to long date format
JavaScript date is a function to convert a date string to a parsed date format. It could be a long…
Continue ReadingJavaScript get only 10 characters from string
Getting only 10 characters from string in JavaScript can be done using simple JavaScript function. JavaScript is world’s most used…
Continue ReadingHow to use @Output EventEmitter in Angular
@Output EventEmitter is a widely used technique to generate event from one component and listen to that event at another…
Continue Reading