Using regular expressions you can extract the username from a twitter URL. var twitterURL = item.link; var twitterName = twitterURL.match(/https?:\/\/(www\.)?twitter\.com\/(#!\/)?@?([^\/]*)/)[3];
- Posted in
Only have Sysomos tweet context? Extract username from URL.
- Posted byby John Steinmetz
- 1 min
If you are building a product, you should always set specific, measurable goals. Measurable goals are good for morale and give your teams something to work for. All your defined,…
- Posted in
Ensuring Scalability of Architecture and Observability in Data Analytics Platforms
- Posted byby John Steinmetz
- 4 min
In data analytics, scalability is a cornerstone that determines the long-term success and efficiency of data platforms. As organizations grow, so does the volume of their data and the complexity…