Coder Social home page Coder Social logo


Welcome to my GitHub šŸ˜Š

SQL & BI Developer with a great passion for data, coffee & cats


šŸ˜‡ Some personal stuff:

- šŸ‘©ā€šŸ’» In my free time I like to read personal development books, learn new things, and work on different projects
- šŸ¤“ Iā€™m currently learning Python, and Data Warehouse
- šŸ’¬ Ask me about databases, dynamic SQL, and data visualization
- šŸ˜ Cats, coffee & sweet things, databases, gardening, reading self-development books, cooking & eating

šŸ›  Tools and Technologies

Microsoft SQL Server MySQL Workbench SSMS Postgresql Tableau Power BI Excel

šŸ”Ž Get in touch

LinkedIn profile
My Medium


DECLARE @name varchar(10), @job varchar(50), @description varchar(100), @location varchar(20)
select 
@name = 'Luchiana',
@job = 'Business Intelligence Developer', 
@description = 'cat lover with a great passion for data. ',
@location = 'Romania'

SELECT CONCAT('I''m ', @name, ', a ', @description, 'I currently work as a ' + @job + ', in ', @location, '.' ) 
-------Results--------
I'm Luchiana, a cat lover with a great passion for data. I currently work as a Business Intelligence Developer, in Romania.

Luchiana Dumitrescu's Projects

books-for-data-nerds icon books-for-data-nerds

This repo contains books for data analysts, data engineers and also for data scientists

datasets icon datasets

Here you can find all the datasets i used for my reports

dynamic-sql-select icon dynamic-sql-select

Retrieve records from a table using dynamic SQL (no need to write the columns name in the sp)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.