- Home
- Tag: Scripting
Posts tagged Scripting
Tag: Scripting
Using Github Actions & drat to Deploy R Packages
Feed: R-bloggers. Author: R on Chemometrics & Spectroscopy using R. Last summer, a GSOC project was approved for work on the hyperSpec package which had grown quite large and hard to maintain. The essence of the project was to break the original hyperSpec package into smaller packages. As part of that project, we needed to be able to: Provide development versions of packages Provide large data-only packages (potentially too large to be hosted on CRAN). In this post I’ll describe how we used Dirk Eddelbuettel’s drat package and Github Actions to automate the deployment of packages between repositories. What is ... Read More
Luca Ferrari: A glance at Raku connectivity towards PostgreSQL
Feed: Planet PostgreSQL. Raku is a great language in my opinion, and I’m using it more and more everyday. I can say it is going to substitute my Perl scripting. Raku comes with an extensive module library, that include of course database connectivity, that in turn includes features for connecting to PostgreSQL. In this simple article, I’m going to quickly demonstrate how to use a Raku piece of code to do many of the trivial tasks than a database application can do. The script is presented in an incremental way, so the Connecting to the database section must be always ... Read More
What should Java developers learn in 2021?
Feed: Featured Blog Posts - Data Science Central. Author: OLIVIA CUTHBERT. If you want to work effectively on Java projects as a developer in this competitive world, there are many things you should learn. You must have many skills, and what you should have depends on the position you. But according to the latest survey on Java programmer skills and the current market demand, here we will discuss the top 10 things a Java programmer should learn in 2021. Essential skills for Java programmers Are you a Java programmer or a working professional looking to switch to Java? Or are ... Read More
The Value of Data Governance and How to Quantify It

Feed: erwin Expert Blog – erwin, Inc.. Author: Bunny Tharpe. erwin recently hosted the second in its six-part webinar series on the practice of data governance and how to proactively deal with its complexities. Led by Frank Pörschmann of iDIGMA GmbH, an IT industry veteran and data governance strategist, the second webinar focused on “The Value of Data Governance & How to Quantify It.” As Mr. Pörschmann highlighted at the beginning of the series, data governance works best when it is strongly aligned with the drivers, motivations and goals of the business. The business drivers and motivation should be the ... Read More
Guide to enabling your organization to use Power BI in Microsoft Teams
Feed: Microsoft Power BI Blog | Microsoft Power BI. Author: . Digital transformation is accelerating because of the digitization of processes, productivity through remote work, and increased collaboration in new tools like Microsoft Teams. Organizations need to look to capture the opportunity these new ways of working represent. Deploying Power BI integrated in Microsoft Teams for an organization is one easy way to capitalize on these trends by enabling more people to find and use data in more decision making. This guide helps organizations, decision makers, and IT professionals understand and deploy Power BI more broadly to their Microsoft Teams ... Read More
Build a serverless tracking pixel solution in AWS

Feed: AWS Big Data Blog. Let’s describe the typical use case where a tracking pixel solution, also known as a web beacon, might help you: Analyzing web traffic is critical to understanding user behavior in order to improve their experience. Let’s think about a company—Example Company Hotels—that embeds a piece of HTML into a high-traffic, third-party website (example.HighTrafficWebsite.com) to have more visibility into how users interact with its products. Let’s assume that this fragment of code can’t make calls to the example.HighTrafficWebsite.com backend because it doesn’t want to incorporate delays on its website loading times. How could Example Company Hotels ... Read More
Power BI March 2021 Feature Summary

Feed: Microsoft Power BI Blog | Microsoft Power BI. Author: . This month, we are continuing our work on the ongoing previews of DirectQuery for Power BI datasets and Azure Analysis Services, Small Multiples, and the Model View UI. Also, we are making it easier to specify filters in the DAX CALCULATE function. On the Service side, when you click on a dataset in the workspace list view you will be taken to our new dataset details page, which includes information about when the report was last refreshed as well as actions such as creating a new report. Of course, ... Read More
Ten years as a professor — six advices to young academics
Feed: R-bloggers. Author: R | msperlin. [This article was first published on R | msperlin, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. In the 18th of march 2021 I’ll complete exactly ten years since finishing my PhD and taking a professorship position at UFRGS, south of Brazil. In this post I’ll write about what I learned during this period and, hopefuly, help other academics that are just starting out. This post is ... Read More
How to Begin Using DevSecOps for your Team
Feed: Featured Blog Posts - Data Science Central. Author: Data Geek. Image source As software developers, we are responsible not only for ensuring that all the features we program into our apps work as designed, we also need to make sure our code base is free from bugs and security vulnerabilities. The need for faster delivery of software has increased, with new methodologies emerging as a consequence. The concept of DevOps was created in order to combine the functions of development (in which one codes the application) and the production/operations team (handling the management of the live application in production) ... Read More
What Makes Power BI A Powerful Tool For Businesses Today?
Feed: Featured Blog Posts - Data Science Central. Author: Tanya Kumari. "Information is the oil of the 21st century, and analytics is the combustion engine” by Peter Sondergaard, Senior Vice President, Gartner The 80% of unstructured data that resides in social media feeds, digital photos, emails, and audio files can be hard to analyze and accumulate. It lets businesses fail to use the tones of relevant data they have access to. Emerging technologies today have entirely transformed the way companies deal with the present data. It brought new innovative ways to determine and understand business trends. The availability of information ... Read More
Recent Comments