Understanding Zero-day Exploit of Log4j Security Vulnerability and Solution (CVE-2021-44228, CVE-2021-45046)
Understanding Zero-day Exploit of Java maven library Log4j, and look at its impact and solution.
Technical essays, architectural deep-dives, and practical guides at the intersection of code and design.
Page 9 of 28
Understanding Zero-day Exploit of Java maven library Log4j, and look at its impact and solution.
Learn how to deploy strapi webapp with next.js frontend with Nginx proxy and URL redirect with docker.
Learn how to read CSV with headers and put it as key-value in an array of dictionary in Python
Learn how to read CSV and put it in an array of arrays in Python
How to connect to Splunk from PowerBI using Splunk ODBC driver and use the desired lookup
Given an array of stock values, where index is the day. Find the maximum profit by choosing a single day to buy and another day to sell stock.
Learn how to build Next.js application on docker, prepare docker image and how to pass API url.
How to install modules from a private artifactory, by passing secrets securely. So that, we are not exposing secrets in docker layers.
How to redirect in Next.js to another page and pass state or props to that page.
How to update a child component's displayed data from a parent component in React by managing state in the parent and passing props.
How to Integrate Next.js with Strapi Backend and Draft.js for WYSWYG and Edit or Update a saved article
How to Integrate Next.js with Strapi Backend and Draft.js for WYSWYG and Image upload. Create and View Page