Not so easy to test a function
Pipeline was not so easy and use friendly
could not fully trigger the test and it is too slow
Day 3 use the development enviroment

https://developer.microsoft.com/en-us/windows/downloads/virtual-machines

Stuck here of practical testing
https://dev.azure.com/pexabo/contractormarketing/_git/contractormarketing-helperfunctions/commit/411c3c1069203563e9bf1c6de8f9ea8e745e1e91?refName=refs%2Fheads%2Fmain
Local machine has other issues





250k handle system over loaded cant take a screenshot

cpu > stuck with ovf tool and performance monitor by iobit / loupe deck
the screenshot tool failed thanks to light shot


uncheck and reboot

extra tools install on a big workstation not so serverless anymore when i am trying to test in a practical manner

Maybe this it the alternative with python

use the test enviroment from cloud9
https://www.pluralsight.com/labs/aws/program-the-cloud-using-aws-cloud9-ide?utm_source=google&utm_medium=paid-search&utm_campaign=upskilling-and-reskilling&utm_term=ssi-emea-uk-dynamic&utm_content=free-trial&gad_source=1&gclid=CjwKCAiA6KWvBhAREiwAFPZM7tAjDecY0ybtiAngzQHIgz4yCtKZwTi9RDSZNt6a_D5GtPxIKK2JiRoCp3QQAvD_BwE
vmware tools

ms dev environment


Archilies heel is the compilation ?

ms trying to take you in

Azure DevOps Build in Integration ( People needs to go home )


ms working hard but needs a workstation and a workstaion>>>> to many layers



compiled languages harder to run !

virtual machine system build into the pyhton programming so no need

.net compiled and interpreted



Stong cloud support

dot net to be opened from the solution and build to make it ready

Build in python should be much more straight forward?

Let watch and build at the same time

unit test is not easy to find and run

maybe upgrade >>> still that can break the azure devops

There are ready tools?

Microsoft has the publish ready to test on the web maybe

One click publish is there


PUBLISH IS there

Selected no and it failed


Target error

my main magic is here

The logic app was so slow needed a programming language and a cloud debugger

Console is there

Csharp is there as well maybe the workstation i have is the issue


hmmm there is a reason people dont wanna manage the ops

Payments in action

20 dollars a month

120 a year mini machine and the enviroment cost

Get feedback

add code
public static string processText(string htmlToText,List<string> mykeyvalue)
{
foreach (var key in mykeyvalue)
{
if (htmlToText.Contains(key))
{
result.Add(key);
}
}
return string.Join(", ", result);
}
14 sn here is the error nice


not bad

16 sec not bad

not many using it

Basic use cases with libraries ok
with updates and lower than 30 sec ok

formatting and identation ok
Package and on top library is ok

Dependencies ok

Forcing its hand

no build but there is run that is ok

Errors

take the libraries from the action for the csproj

Clean the browser ( ok )

In take works now it shows the namespaces

Easy retrigger and add the libraries to intercept
Nuget error

Practical helpers are ok

Resolved packages coming in

older version is not there

That exe is our issue

removed the version no file versions
maybe remove the tester >>> and use the top as the tester >>< adaopt a bit

remove the funtions just test csharp and move it to the functions in azure

Cleaned up

Packages.lock auto fixed ( ok )

some errors on multi classes
Limited action is there so that is ok at least it runs

There is also a boot time

Tools might help me and justify the 20 pouind cost?

ai could be worthy

some deploy function is there

Repl is booting >>> how much did i use it?

Cycles are getting sold



Usage

Cost

iSSUES

https://ask.replit.com/t/stuck-on-booting-repl/38735/21

IDE frozen maybe the vcloud9 is the way to go

https://aws.amazon.com/pm/cloud9/?gclid=CjwKCAiA6KWvBhAREiwAFPZM7k5f4TfmwjMxnpu1iOmlu571I8g_LP_wxXGIQrhatW-Y3kd0mBIXFhoCsTsQAvD_BwE&trk=2fff4d3b-4db9-4722-81cb-22b70ca3a660&sc_channel=ps&ef_id=CjwKCAiA6KWvBhAREiwAFPZM7k5f4TfmwjMxnpu1iOmlu571I8g_LP_wxXGIQrhatW-Y3kd0mBIXFhoCsTsQAvD_BwE:G:s&s_kwcid=AL!4422!3!651612449957!e!!g!!cloud9!19835791169!155574317268
I am back

replit still working on it >?
MAchine in the back

Timeout ready


Errors for devops

Linux cloud9


run not working

Csharp is out

repl is the key

Cant find the template python

replit could be on to something they can have down time as long as they are transparent that is ok#


language has to change due to library and the c sharp is not cloud ready
and the library ready >>> devops mor on the python part

now found the header

Faster close and run ready >>> run button is there >>>> the csharp one needs compiler and finding the dependencies...

Use notion and wait for replit >>> use cloud 9 as backup

python short lol

notion as a by pass location

Code backup and delete c9
`"""
Your module description
"""
print("started")
def process_text(html_to_text, my_key_value):
result = [key for key in my_key_value if key in html_to_text]
return ", ".join(result)
def test_process_text():
Arrange
html_to_text = "Dear candidate, we are looking for a talented software engineer with experience in C#, .NET, and SQL. Please respond if you are interested."
my_key_value = ["software engineer", "C#", ".NET", "SQL"]
Act
result = process_text(html_to_text, my_key_value)
Assert
assert result == "software engineer, C#, .NET, SQL"
print("ended")`

turned on > 2 hour down time

enviroment trigger without cloud9

the indentation is the key in pyjton to have less syntax

python and yaml so close to each other

Testinf the f sharp

call the method

Assert there is an error

it is failing at assert


it works



Bigger list also works

https://replit.com/@info1146/Python#main.py
https://replit.com/@info1146/Python#main.py
Imported from rifaterdemsahin.com · 2024