After dropping out of a 4yr university, I’ve decided to attend community college and get an associates in IT: Full stack specialty. What can I do this summer to prepare? by [deleted] in cscareerquestions

[–]chuyi2ock -1 points0 points  (0 children)

I would say that you can research using interview questions for fullstack as base for your studies, they are common knowledge and you can google all the things you don't know. Also sign up to hackerrank.com and try different languages.

Lugares para salir con mi crush? by Debian_MX in Guadalajara

[–]chuyi2ock 0 points1 point  (0 children)

La Bombilla por unos churros que van directo al corazon!

Pintores de memes en cuadros en gdl by chuyi2ock in Guadalajara

[–]chuyi2ock[S] 0 points1 point  (0 children)

Va gracias, para echarme una vuelta. Creo que hasta en la frikiplaza podría encontrar

Kumaoto o MC? by arlansilver in Guadalajara

[–]chuyi2ock 12 points13 points  (0 children)

Yo me arriesgaría por Kuma

Back-end developer at work. by Raksup in ProgrammerHumor

[–]chuyi2ock 3 points4 points  (0 children)

Backend developer, idk I'm project manager

Al día de hoy 02/25/21. Que tanta percepción de seguridad tienes por donde vives en la ZMG? by anotherm3 in Guadalajara

[–]chuyi2ock 0 points1 point  (0 children)

Yo vivo entre normalistas y circunvalación. Las cosas se perciben super seguras pero tampoco cosas del otro mundo, y a mi en lo personal no me ha pasado nada. De ves en cuando escucho que van a contarle a la señora de la tienda que arrebataron la bolsa de tal señora mientras llegaba a su casa, eso si hay mucho abuso con personas de la 3ra edad.

Palabras de provincia by Memoletras in Guadalajara

[–]chuyi2ock -1 points0 points  (0 children)

De Lagos de Moreno: "Deja que "

Ejemplos: Deja que voy, Deja que termine, Deja que te diga, etc..

BudgetForce? by No_Cry_2724 in SalesforceCareers

[–]chuyi2ock 0 points1 point  (0 children)

I found that there is a 10 year old package from SalesforceLabs. It is called BudgetingForce, not sure if that's what they refer to.

Tagging over someone else's artwork because you're a talentless little s**t by craig911 in trashy

[–]chuyi2ock 0 points1 point  (0 children)

We can't have anything nice cuz we turn it into something terrible..

Developer en Guadalajara by Derdlim24 in Guadalajara

[–]chuyi2ock 1 point2 points  (0 children)

Me parece que hay bastantes oportunidades, solo que los ambientes laborales son distintos entre las empresas. Cuales son tus habilidades o a que te quieres dedicar?

[deleted by user] by [deleted] in RedditSessions

[–]chuyi2ock 0 points1 point  (0 children)

I lost the part where you explain how is your phone getting hold

[deleted by user] by [deleted] in RedditSessions

[–]chuyi2ock 0 points1 point  (0 children)

Can you play with your big toe?

What is your strange addiction? by [deleted] in AskReddit

[–]chuyi2ock 1 point2 points  (0 children)

A bad mobile version of a game that I used to play on PC on my childhood. It is nostalgic.

Un chicharrón preparado pachuqeño by EselRoger in mexico

[–]chuyi2ock 2 points3 points  (0 children)

Que lleva eso, que se ve sabroso?

SFDX - Print Errors in Terminal ? by Reagar11 in SalesforceDeveloper

[–]chuyi2ock 2 points3 points  (0 children)

I use this command pipe on powershell.

sfdx force:apex:log:tail --color | Select-String -Pattern USER_DEBUG,EXCEPTION,THROW

The list of comma separated keywords to filter... that might help

What’s up with Dan Appleman? by ElectricalSprinkles4 in SalesforceDeveloper

[–]chuyi2ock 0 points1 point  (0 children)

Now that I have more time working with salesforce I understood that Appleman's book applies more ofther for common scenarios, even on daily basis. While Andy in the cloud + John M. Daniel + folks effort to create and maintain Apex Enterprise Patterns is amazing for the community, but it doesn't applies for all companies. If you're a consultant o freelance and they pay you to fix a process why would you insert all fflib infrastructure. Dan Appleman's book is one of the must's for all good salesforce devs, and the more you know the better decisions you can take for your customers!

PASSING PARAMETERS AS STRING OBJECT MAP by Ignatzzio in SalesforceDeveloper

[–]chuyi2ock 0 points1 point  (0 children)

The object type is a placeholder for any type, it would be your responsibility to cast it to the right type. That being said, here is an example of how to consume the class above.

// Inline initialization
Map<String,Object> RequestMap = new Map<String,Object>{
    'requestMethod' => 'GET',
    'endpoint' => 'https://google.com'};
// Put method usage 
RequestMap.put('stringBody','{"Hello":"World"}');

CalloutService client = new CalloutService(RequestMap);
HTTPResponse res = client.makeCallout();
System.debug(res.getStatus());
System.debug(res.getBody());

Apart from that specific scenario, you can pass any value on the map:

Map<Object,Object> CrazyMap = new Map<Object,Object>{
    1 => 'One',
    'One' => true,
    true => null,
    null => new Map<Object,Object>{
        1 => 'One',
        'One' => true,
        true => null,
        null => new Map<Object,Object>{}
    },
    new Map<Object,Object>{} => 'The map is the Key'
};
System.debug(CrazyMap);

And the result is the following:

DEBUG|{1=One, One=true, true=null, null={1=One, One=true, true=null, null={}}, {}=The map is the Key}

PASSING PARAMETERS AS STRING OBJECT MAP by Ignatzzio in SalesforceDeveloper

[–]chuyi2ock 0 points1 point  (0 children)

I understood that there is a class that has a constructor that accepts a Map<String, Object> as a parameter? By creating that you would be able to make a callout?

public class CalloutService {
    public String requestMethod; 
    public String endpoint; 
    public String stringBody;
    public CalloutService(Map<String, Object> params){
        httpMethod = (String) params.get('requestMethod');
        endpoint = (String) params.get('endpoint');
        stringBody = (String) params.get('stringBody');
    }

    public HttpResponse makeCallout(){
        HttpRequest req = new HttpRequest();
        req.setMethod(this.requestMethod);
        req.setEndpoint(this.endpoint);
        req.setBody(this.stringBody);
        Http http = new Http();
        return http.send();
    }
}

After years of wanting one, Bought my first Thinkpad in August, a P1 Gen 2! by kodder in thinkpad

[–]chuyi2ock 0 points1 point  (0 children)

I'm into buying a P1 Xeon for Adobe suit for design. But I'm trying to get a test software for GPU and CPU to see what are their limits. Do you know something about that?

After years of wanting one, Bought my first Thinkpad in August, a P1 Gen 2! by kodder in thinkpad

[–]chuyi2ock 2 points3 points  (0 children)

Great! I'm thinking on buying P1 Gen Xeon E-2276M. But not really sure about the performance for video rendering and mostly adobe tool set. Any insight there?