I've followed a training in Go as an introduction to microservices architecture a while ago. Getting back to this project I realise that I need more context as
Hey I have set up a cent os 6 machine and want to share a folder with samba for a windows machine. The problem is that I can't start smbd service and this error
The screen is working fine on a 1920x1080 resolution but on a lower reso for example 1280x721 the screens and UI is being destroyed and compressed. How do we s
I am writing a groovy code in a Jenkinsfile, In a stage, I am building another pipeline this way, stage("1"){ steps{ script{ def u1Results = bui
I have a datagrid table in which I'm getting my database data from an API call and I have written the table code in one file. I also have a search functionality
I have some simple code, which loads the mnist data and normalizes the images. mnist = tf.keras.datasets.mnist (x_train, y_train),(x_test, y_test) = mn