Git Product home page Git Product logo

Bienvenid@ ! 👋

⚡ Me dicen Belen 👋 y espero que estes teniendo un dia excelente. Me inclino hacia una vision innovadora, apasionada por conquistar los objetivos, superarme dia a dia y enfocarme en las mejores soluciones personalizadas para cada cliente. Soy Salesforce Developer, abogada y una persona que disfruta explorar las nuevas herramientas que nos da la inteligencia artificial. Te invito a seguirme en mis redes y hablar un rato sobre el mundo IT!⚡

YouTube Channel Subscribers GitHub Followers

TecnologĂ­as:

APEX, LWC, IA, PYTON, SOQL, SQL, SOSL, JS, HTML, CSS, DML, TEST, TRIGGER, WRAPPER, Salesforce Platform, Einstein Bot, Flows...

Y alguna mĂĄs...

css3 git html5 java javascript mssql

Salesforce JavaScript Java Bootstrap GitHub Apex Visual_Studio_Code Trello Canva Hackerrank Notion Slack Discord TensorFlow

Encuéntrame en:

YouTube      LinkedIn     

Algunos vĂ­deos en YouTube:

cheesits456's Top Languages

public with sharing class SalesforceDeveloper {

    @AuraEnabled(Cacheable=true)
    public static Salesforce_Developer__c getSalesforceDeveloper(Id BelenBanegasId) {

		return [
                        SELECT Name, Linkedin__c, Email, Skills__c, Company__c
			FROM Salesforce_Developer__c
			WHERE Id =: BelenBanegasId
        ]
    }
}
import { LightningElement, wire, api } from 'lwc';
import getSalesforceDeveloper from '@salesforce/apex/SalesforceDeveloper.getSalesforceDeveloper';
import { publish, MessageContext } from 'lightning/messageService';
import Hiring from '@salesforce/messageChannel/HiringMessageChannel__c';
import { ShowToastEvent } from 'lightning/platformShowToastEvent'

export default class Dev extends LightningElement {
	
	@wire(MessageContext)
	@api
	BelenBanegasId;
	hired;
	

	@wire(getSalesforceDeveloper, { BelenBanegasId: '005Dp000002JTwJIAW' })
	_getSalesforceDeveloper({data, error}) {
		if (data) {
			this.hired = {
				Name: 'MarĂ­a Belen Banegas',
				Linkedin__c:'https://www.linkedin.com/in/belen-banegas-a33830a7/',
				Email: '[email protected]',
				Skills__c: ['Salesforce Platform', 'APEX', 'Trigger', 'LWC', 'Flow', 
				'SOQL', 'DML', 'GIT & GITHUB', 'Test', 'Google Calendar', 'Notion', 'Trello', 'Prompt Engineering', 'Other'],
		                Company__c: undefined	
			}

			this.handleDevSelect();

			this.error = undefined;
		} else {
			this.error = error;
			this.hired = undefined;
		}
	}
	
	handleDevSelect() {
        const payload = {`Has seleccionado el Perfil de ${hired.Name} como su Salesforce Developer` };

        publish(this.messageContext, Hiring, payload);
    }

	showSuccess() {
        const event = new ShowToastEvent({
            title: 'Gratitude',
            message: 'Gracias por leer mi perfil, que tengas lindo dĂ­a!',
            variant: 'success'
        });
        this.dispatchEvent(event);
    }
}

Maria Belen Banegas's Projects

Maria Belen Banegas doesn’t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.