- I have used botman php, and it is pretty good
- Set webhook via sending post api to tg api
- If you have start conversation make sure that you are using persistant cache driver
I got all this from https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=powershell&pivots=windows-11
# Install the OpenSSH Server
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0
# Start the SSH service
Start-Service sshd
# Set it to start automatically on bootExample: git stash [push [-p | --patch] [-S | --staged]
- Square brackets [ ]: Indicate that the parameter is optional. The command will work without it.
- For local AI model workloads, NVIDIA GPUs with large VRAM are ideal. GPUs like the RTX 4090, RTX 4080, RTX 3090 or newer AI-specialized cards (like NVIDIA H100 series) are recommended if budget allows. Used RTX 3090 offers good value.[^2_6][^2_7]
Summary recommendation:
How to prevent DRY in PHP. Refactoring task
class ManageableMapper extends BaseMapper
{
public function map(array $data): array
{
return array_map(function ($row) {
Arr::set(How will you refactor this PHP code block? Use this as helper
<?php
namespace NOTIMPORTANT_NOW;
class NOTIMPORTANT_NOW extends NOTIMPORTANT_NOW- Start always from clear plan, strategy. It should be step by step.
QA responsible for deploy on test envs, dev to provide changes itself
- If QA said that your changes not work in test env’s, check if it was successfully deployed (for example through Jenkins status).
- Then reproduce by yourself in test env
- Then go to deeper investigation.
NewerOlder
