Tag: Programming
All the articles with the tag "Programming".
-
Run Redash Locally
This is only for educative purpose. You don't have to do this in production 1 - Clone the project from the oficial github: Redash on GitHub - Y made a fork previously. Take Care git clone
-
Common table expressions
Specifies a temporary named result set, known as a common table expression (CTE). Microsoft Documentation Although there are some time around us the first time someone asked me about it I was
-
Sellenium Vs Beautiful Soup
Web scraping is a widely recognized strategy for acquiring information. Before diving into this process, it's crucial to familiarize oneself with two essential tools. Personally, this topic initially
-
Sweetviz error: .iteritems() → .items()
If you install Sweetviz using the command: pip install sweetviz You're going to have this error because change in the Pandas library. So, up to the new release in Sweetviz you can use the following
-
Know your String Connection using SQL
I was looking how to know my server on the internet, and I've found this interesting question in Stackoverflow: How to get the connection String from a database . And one question give us an example
-
What is DOM? Why is it important to understand it?
The DOM tree is a crucial concept that needs to be understood and managed in order to make changes to a website. It allows for the application of styles to HTML elements and the addition of
-
Border Radius in CSS
One of the simples project I've found on the internet is change some characteristics of attributes in CSS using a kind of input in a web page. It's a simple project, but always fun. This kind of
-
Refactor or rewrite?
While I was reading The elements of programming style found the following quote: Don't patch bad code - rewrite it The element of programming style - Chapter 4 - Page 1 Its make me think about an