Programming Tips πŸ’‘
51.6K subscribers
67 photos
10 videos
30 files
354 links
Programming & AI:
Tips πŸ’‘
Articles πŸ“•
Resources πŸ‘Ύ
Design Patterns πŸ’Ž
Software Principles βœ…

πŸ‡³πŸ‡± Contact: @MoienTajik

🎯 Buy ads: https://telega.io/c/ProgrammingTip
Download Telegram
Apress - Real-Time Web Application Development.pdf
21.3 MB
Real-Time Web Application Development : With ASP.NET Core, SignalR, Docker, and Azure πŸ“•

Author : Rami Vemula πŸ–Š

Publisher : Apress ✨

γ€°γ€°γ€°γ€°γ€°
#Book #AspMvc #Core #SignalR #Docker #Azure
@ProgrammingTip
Programming Tips πŸ’‘
Photo
Mastering Docker.pdf
26.3 MB
Mastering Docker - Second Edition πŸ“•

Authors πŸ–Š :
Russ McKendrick
Scott Gallagher

Publisher : Packt ✨

γ€°γ€°γ€°γ€°γ€°γ€°
#Book #Docker
@ProgrammingTip
Dockerise .NET Core Apps πŸ“¦

In this tutorial, you will learn how to build and run your first ASP.NET Core docker image. πŸ”₯

We're going to walk through how you would add docker support to a pre-existing code base. πŸ’Ž

It’s incredibly easy to do. βœ…


https://t.me/pgimg/136

[ Article ] : bit.do/dcker

γ€°γ€°γ€°γ€°γ€°γ€°
#AspMvc #Core #Docker
@ProgrammingTip
Browserless | Headless browser automation, without the hosting headaches πŸ†’

Browserless allows remote clients to connect and execute headless work, all inside of docker. It supports the standard, unforked Puppeteer and Playwright libraries, as well offering REST-based APIs for common actions like data collection, PDF generation and more. βœ”

Sample 🐞:
import puppeteer from "puppeteer";

// Try changing this! πŸ‘‡
const URL = "https://t.me/s/ProgrammingTip";

const main = async () => {
const browser = await puppeteer.connect({
browserWSEndpoint: `wss://chrome.browserless.io`,
});
const page = await browser.newPage();
await page.goto(URL);

return page.screenshot();
}



[ GitHub ] : https://github.com/browserless/browserless
[ Website ] : https://www.browserless.io

〰️〰️〰️〰️〰️〰️
#E2E #Testing #Browserless #Docker
@ProgrammingTip
Please open Telegram to view this post
VIEW IN TELEGRAM