Skip to content

Instantly share code, notes, and snippets.

Curso Empresa certificadora Expedición Link
DevOps, DataOps, MLOps Duke University may. 2024 Link
Generative AI Essentials Coursera may. 2024 Link
Generative AI for Data Engineers Specialization Coursera may. 2024 Link
Generative AI for Data Engineers / 3 courses IBM
import requests
from saml2 import BINDING_HTTP_POST
from saml2.client import Saml2Client
from saml2.config import Config as Saml2Config
# Keycloak server details
KEYCLOAK_SERVER_URL = "https://keycloak-server"
REALM_NAME = "SSORealmPOC"
# Client IDs for AppA and AppB
This file has been truncated, but you can view the full file.
<?xml-stylesheet href="vulnerabilities-list.xsl" type="text/xsl" ?>
<netsparker generated="05/16/2024 14:52:51">
<target>
<url>CENSURED</url>
<scantime>CENSURED</scantime>
</target>
<vulnerability>
<confirmed>CENSURED</confirmed>
<url>CENSURED</url>
<type>CENSURED</type>
upstream sonarqube {
keepalive 32;
#server ce-sonarqube:9000; # sonarqube ip and port
server 192.168.20.25:9000; # sonarqube ip and port
}
server {
listen 80; # Listen on port 80 for IPv4 requests
server_name $host;
return 301 https://$host:8443$request_uri; # replace '8443' with your https port
Updating f66e6dbb0..9693fa096
Fast-forward
.github/workflows/gh-pages.yml | 4 +-
.github/workflows/plantuml.yml | 2 +-
.github/workflows/release-1-create-pr.yml | 2 +-
.github/workflows/release-3-master-into-dev.yml | 4 +-
.github/workflows/test-helm-chart.yml | 2 +-
Dockerfile.integration-tests-debian | 2 +-
Dockerfile.nginx-alpine | 2 +-
Dockerfile.nginx-debian | 2 +-

VIDEO5: https://drive.google.com/drive/folders/1DgDwK-dNztL2EpPvlW0ezaFSkqpQhkq0?usp=sharing

Based on the transcript provided, here is a list of Power BI tasks mentioned, along with their corresponding start timecodes:

  1. [00:00:05] Share the updated Power BI report link in the chat.

  2. [00:00:56] Configure commas in the amount format for the current portfolio section.

  3. [00:01:19] Configure the expected long-term profitability and associated volatility for the current portfolio.

VIDEO4: https://drive.google.com/drive/folders/1tkGC2GRlNblgTXU4orkG0oX8OydOk6Sj?usp=sharing

Based on the transcript provided, here is a list of Power BI related tasks with their corresponding start timecodes:

  1. [00:01:58] Share the Power BI screen to show the dashboard under construction.

  2. [00:02:03] Explain that the current portfolio part is empty, while the reference portfolio has a list of customer groups and customers. Demonstrate the ability to filter customers by typing 3-4 characters.

  3. [00:06:26] Investigate why the asset type values in the chart are displaying in an incorrect format (e.g. 8.63.42.88.218). The values should be in millions.

VIDEO3: https://drive.google.com/drive/folders/15tX5bhBzpOq_ozHo_3E7m6IA2QV4kEdi?usp=sharing

Based on the transcript provided, here is a list of Power BI tasks with their corresponding start timecodes:

  1. [00:04:21] Change the current portfolio and reference portfolio headings to have the first letter capitalized (e.g. "Current Portfolio", "Reference Portfolio").

  2. [00:04:45] In the reference portfolio section, change the order to show active type first and then product below.

  3. [00:06:48] Add a tilde to the "o" in "distribution" in the "Distribution by Type of Active" heading.

VIDEO2: https://drive.google.com/drive/folders/1rOZupBc3S0UfjM7Hl3x1l3TXgoXgry3Q?usp=sharing

Based on the transcript, here are the detailed Power BI tasks extracted:

  1. [00:01:41] Create a report section in the center that shows the reference portfolio. For the client view, paint the reference portfolio data, but without any amounts since it is not a real balance.

  2. [00:03:18] When a group is selected, update the report to show the group level information instead of client information.

  3. [00:11:40] For painting the group level current balance in the first query (portfolio-group), take the economic group field directly. The name logic is calculated the same way as for client - take fund name if it's from funds, take name if it's from titles, put current account in front if applicable.