Consultoria

Estamos constantemente atualizando as nossas habilidades técnicas e pessoais para entregarmos soluções competitivas para cada de um de nossos clientes, incluindo os mais sólidos conceitos financeiros envolvidos com soluções tecnológicas

Estratégico

Compreendemos o elevado grau de competitividade no ambiente de negócios, e nós estamos absolutamente preparados para criar um plano alinhado com a estratégia da sua companhia para que seu projeto possa se destacar no ambiente empresarial

Analytics

Inteligência de negócios não é mais um hype. Empresas dos mais variados segmentos e tamanhos já buscam usar dados para buscar novas oportunidades de negócios. Lembre-se: ‘The data is the new oil’

Inteligência Artificial

Temos visto de forma crescente a adoção da inteligência artificial em projetos nas áreas de finanças. Estamos sempre nos aprimorando nesse tema para entregar essas soluções para nossos clientes

FinTech

A área de finanças mudou! Para que se possa fazer uma boa gestão dos recursos escassos da sua companhia e agregar valor ao seu negócio, finanças e tecnologia devem andar juntos

Venha trabalhar conosco!

Se você acredita que essa combinação entre finanças e tecnologia tem tudo a ver com o seu perfil, e você possui perfil orientado a redução de custos e otimização, queremos você conosco impactando positivamente projetos pelo país todo. Escreva para nós em um dos contatos listados nessa página

O que eles dizem sobre nossas soluções

Blog

Aqui você pode encontrar cases de sucesso, estudos recentes e muito mais. Nós queremos que você conheça nossas soluções, aprenda conosco, mas também queremos que exista uma troca com vocês para que possamos nos tornar uma das melhores consultorias de finanças e tecnologias do país.

PostgreSQL in Ubuntu...under construction ;)

By Salerno on October 20, 2022

# 1) Super user sudo su # 2) Looking for postgresql versions apt-cache search postgresql-9.* # 3) Installing on Ubuntu # 3.1) Create the file repository configuration: sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' # 3.2) Import the repository signing key: wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - # 3.3) Update the package lists: sudo apt-get update # 3.4) Install the latest version of PostgreSQL.

Continue reading

Joining data with dplyr

By Salerno on October 8, 2022

1) Introduction What about knowing more about some important concepts around manipulating data sets? We definitely know how it is tough working in the real problems world, a lot of information sprawled in many databases. With the knowledge shared below you’ll probably find a solution that fits in your day-a-day as data scientists. Enjoy my folks! 2) Datasets parts <- readRDS('C://Users//andre//OneDrive//Documentos//Private//Salerno//Pessoal//Cursos//datacamp//dplyr//parts.rds') parts_categories <- readRDS('C://Users//andre//OneDrive//Documentos//Private//Salerno//Pessoal//Cursos//datacamp//dplyr//part_categories.rds') inventories <- readRDS('C://Users//andre//OneDrive//Documentos//Private//Salerno//Pessoal//Cursos//datacamp//dplyr//inventories.rds') inventory_parts <- readRDS('C://Users//andre//OneDrive//Documentos//Private//Salerno//Pessoal//Cursos//datacamp//dplyr//inventory_parts.rds') sets <- readRDS('C://Users//andre//OneDrive//Documentos//Private//Salerno//Pessoal//Cursos//datacamp//dplyr//sets.

Continue reading

SQL Intermediate

By Salerno on October 6, 2022

1) Introduction This a set of exercises that around the SQL Intermediate course that I’ve studied at DataCamp (which I really recommend!). In fact, the databases used there was different that I’ve used here. In other to accomplish the goals of practice as you study, I studied a lot of new concepts of SQL language and I’ve tried to use in a different environment (RStudio) and a new dataset. I hope you enjoy a lot as I do!

Continue reading

PostgreSQL and RStudio

By Salerno on May 10, 2022

1) Introduction It is so straightforward working with the IDE RStudio (in my opinion, one of the most relevant and easy to use) and a connection with a DataBase (in this case we are using PostgreSQL). Check it out in the lines below one way (of course there are other options) to connect. Enjoy it! 2) Packages we are using DBI dplyr odbc # 2) Important packages ---- library(DBI) library(dplyr) library(odbc) 3) Checking out the data sources available This is one important step that you have to check if the driver that you want was installed in your machine.

Continue reading

Nossos clientes e parceiros