26Aug

Acturial Analyst

Job title: Acturial Analyst

Company: AIG

Job description: to know the business General Insurance is a leading provider of insurance products and services for commercial and personal… lines insurance business. The successful candidate will work in the Motor and Property team in the AIG Dublin IFSC office…

Expected salary:

Location: Dublin

Job date: Thu, 08 Aug 2024 04:25:22 GMT

Apply for the job now!

26Aug

Senior Technical Project Manager

Job title: Senior Technical Project Manager

Company: GemPool

Job description: casino and resort enterprise. Known for its luxurious properties, the company’s business model centres on developing large… Management: Analyse, plan, and develop schedules for IT and business projects, ensuring they align with our strategic goals…

Expected salary:

Location: Ireland

Job date: Thu, 08 Aug 2024 04:45:58 GMT

Apply for the job now!

26Aug

Online Customer Experience

Job title: Online Customer Experience

Company: 3D Personnel

Job description: , innovation and best-in-class products, a large part of this success can be credited to their focus on cutting edge technology… of their business throughout the Irish and U.K. marketplace. Job Overview: The Customer Operations Team Leader will oversee…

Expected salary:

Location: Dublin

Job date: Thu, 08 Aug 2024 04:46:30 GMT

Apply for the job now!

26Aug

Software Engineer II- Medical Evidence Generation at Bristol Myers Squibb – Hyderabad


Working with Us
Challenging. Meaningful. Life-changing. Those aren’t words that are usually associated with a job. But working at Bristol Myers Squibb is anything but usual. Here, uniquely interesting work happens every day, in every department. From optimizing a production line to the latest breakthroughs in cell therapy, this is work that transforms the lives of patients, and the careers of those who do it. You’ll get the chance to grow and thrive through opportunities uncommon in scale and scope, alongside high-achieving teams rich in diversity. Take your career farther than you thought possible.

Bristol Myers Squibb recognizes the importance of balance and flexibility in our work environment. We offer a wide variety of competitive benefits, services and programs that provide our employees with the resources to pursue their goals, both at work and in their personal lives. Read more: careers.bms.com/working-with-us.

Position Summary

At BMS, digital innovation and Information Technology are central to our vision of transforming patients’ lives through science. To accelerate our ability to serve patients worldwide, we must unleash the power of technology.  We are committed to transforming the way medicine is made and delivered by harnessing the power of computer and data science, artificial intelligence, and other technologies to promote scientific discovery, faster decision-making, and enhanced patient care.

The Data Integrity and Computer System Validation (CSV) team, part of BMS’ Global Manufacturing IT organization, is seeking an IT Compliance Engineering to meet evolving and growing needs for IT/Compliance across the company’s manufacturing operations. The successful candidate will apply their compliance/validation skills to validate manufacturing and laboratory systems to support BMS’ worldwide manufacturing operations directly.

If you want a meaningful, exciting, rewarding career, consider joining our diverse team

Purpose of the role and the team

Developer Medical Evidence Generation role is responsible for the development and support of the business applications. Business and IT capabilities supported include Athena, archived legacy medical information systems,  middleware services, and integrations with other BMS systems.

Developer Medical Evidence Generation role will closely partner with the BMS IT leads, IT Service Providers, Application Vendors (Salesforce, Nintex, OwnBackup, VCloud), various BMS IT teams (Cyber Security, External Partner, Data Privacy Office) and other functions to ensure proper ongoing operations as well as deliver new or enhanced Medical Evidence Generation Services capabilities.

Capabilities

  • Responsible for the development and production support and life cycle management for global medical information systems.

  • Contribute towards solution proposals and estimate effort for new IT capabilities.

  • Responsible for POCs/prototyping and participating in the development of new capabilities and service offerings including MuleSoft, Java, Oracle, Amazon Web Services (AWS), DevOps, Agile development, and leading-edge scientific technologies. 

  • Author and/or review technical documentation including solution architecture, technical design and detailed design document.

  • Oversee release management and deployment.

Support the evaluation of new technologies, delivery methods (e.g., SaaS/PaaS/IaaS), and application development methodologies and supporting toolsets

Experience & Qualification requirements

·       Minimum 3 years of hands-on experience developing applications in Salesforce Platform, Service Cloud/Health Cloud.

·       Expertise in standard Salesforce configuration that include custom objects, workflow rules, page layouts, Record Types, Approval Processes, Assignment rules, and Validation rules.

·       Experience with middleware platforms such as MuleSoft, API, and web platforms

·       Experience in building reusable UI components and pages with Lightning component framework

·       Background working in or with a regulated industry. BioPharma is a plus.

·       Knowledge of OwnBackup or any other SaaS backup and recovery tool.

·       Understanding of infrastructure setups and managing deployments ranging with varying complexities

·       Excellent collaboration and communication skills to build strong partnerships with business capability managers, IT colleagues, external technology partners and service providers

·       Experience in Java, SQL, Python,  SOQL, Veeva Vault API,

Amazon Web Services (AWS), DevOps tools, JSON, HTML, CSS, and HTML5/UI/UX.

If you come across a role that intrigues you but doesn’t perfectly line up with your resume, we encourage you to apply anyway. You could be one step away from work that will transform your life and career.

Uniquely Interesting Work, Life-changing Careers
With a single vision as inspiring as “Transforming patients’ lives through science™ ”, every BMS employee plays an integral role in work that goes far beyond ordinary. Each of us is empowered to apply our individual talents and unique perspectives in an inclusive culture, promoting diversity in clinical trials, while our shared values of passion, innovation, urgency, accountability, inclusion and integrity bring out the highest potential of each of our colleagues.

On-site Protocol

BMS has a diverse occupancy structure that determines where an employee is required to conduct their work. This structure includes site-essential, site-by-design, field-based and remote-by-design jobs. The occupancy type that you are assigned is determined by the nature and responsibilities of your role:

Site-essential roles require 100% of shifts onsite at your assigned facility. Site-by-design roles may be eligible for a hybrid work model with at least 50% onsite at your assigned facility. For these roles, onsite presence is considered an essential job function and is critical to collaboration, innovation, productivity, and a positive Company culture. For field-based and remote-by-design roles the ability to physically travel to visit customers, patients or business partners and to attend meetings on behalf of BMS as directed is an essential job function.

BMS is dedicated to ensuring that people with disabilities can excel through a transparent recruitment process, reasonable workplace accommodations/adjustments and ongoing support in their roles. Applicants can request a reasonable workplace accommodation/adjustment prior to accepting a job offer. If you require reasonable accommodations/adjustments in completing this application, or in any part of the recruitment process, direct your inquiries to

ad****************@bm*.com











. Visit careers.bms.com/eeo-accessibility to access our complete Equal Employment Opportunity statement.

BMS cares about your well-being and the well-being of our staff, customers, patients, and communities. As a result, the Company strongly recommends that all employees be fully vaccinated for Covid-19 and keep up to date with Covid-19 boosters.

BMS will consider for employment qualified applicants with arrest and conviction records, pursuant to applicable laws in your area.

Any data processed in connection with role applications will be treated in accordance with applicable data privacy policies and regulations.



Source link

26Aug

I Built an AI Content Repurposing Machine (Full Code Included) | by Hasan Aboul Hasan | Aug, 2024


Here are both the code we used above and the resources.py file, which contains some of my power prompts:

Foundation Code

The Prompts

Now, it’s time for the real deal, what you’ve been waiting for!

In this strategy, with a single click, you’re gonna be able to repurpose your content into three different pieces of content, all formatted in a json output, which will make them easier to access.

No new resources will be needed to use this method; all you need is the updated code. Here it is:

import json
from SimplerLLM.tools.generic_loader import load_content
from SimplerLLM.language.llm import LLM, LLMProvider
from resources import text_to_x_thread, text_to_summary, text_to_newsletter, format_to_json

llm_instance = LLM.create(provider=LLMProvider.OPENAI, model_name="gpt-4o")

#This can take a youtube video link, a blog post link, a csv file, etc... as input too
file = load_content("https://learnwithhasan.com/create-ai-agents-with-python/")

#Getting the 3 inputs
x_prompt = text_to_x_thread.format(input = file.content)
newsletter_prompt = text_to_newsletter.format(input = file.content)
summary_prompt = text_to_summary.format(input = file.content)

#Generating the 3 types of social posts
x_thread = llm_instance.generate_response(prompt = x_prompt, max_tokens=1000)
with open("twitter.txt", "w", encoding='utf-8') as f:
f.write(x_thread)

newsletter_section = llm_instance.generate_response(prompt = newsletter_prompt, max_tokens=1000)
with open("newsletter.txt", "w", encoding='utf-8') as f:
f.write(newsletter_section)

bullet_point_summary = llm_instance.generate_response(prompt = summary_prompt, max_tokens=1000)
with open("summary.txt", "w", encoding='utf-8') as f:
f.write(bullet_point_summary)

#Converting them into json format
final_prompt = format_to_json.format(input_1 = x_thread,
input_2 = newsletter_section,
input_3 = bullet_point_summary)

response = llm_instance.generate_response(prompt = final_prompt, max_tokens=3000)

# Validate and write JSON with indentation for readability
try:
json_data = json.loads(response)
with open("Json_Result.json", "w", encoding='utf-8') as f:
json.dump(json_data, f, ensure_ascii=False, indent=4)
print("JSON saved successfully.")
except json.JSONDecodeError as e:
print("Error in JSON format:", e)
with open("Json_Result.json", "w", encoding='utf-8') as f:
f.write(response)

This code’s structure is very similar to the one above; we’re using the same functions here, too.

The main difference is that instead of generating only 1 type of content, we’ll use OpenAI’s GPT model to repurpose the input of choice into three different types of content. We’ll save each output in a TXT file with its respective name.

💡 Note that you can edit the prompts here too in order to get different results, as I showed you above. If you face any obstacles we’ll be here to help you on the forum!

Then, after we get the three outputs, we’ll merge them into one json output using a power prompt and save them in a json file.

However, the GPT’s response doesn’t always work and generates a correct json format. That’s why I added a try-except statement so that if it doesn’t work, it prints the code and saves it as raw text.

I can’t get into the details of fixing this, but you can check this blog post; it will definitely help you improve the results.

Now, let’s try it and see what we get!

As you can see, four new files are created; 3 of them contain the three pieces of content individually generated, and a json file which contains the final json formatted output.

Play with the prompts as you like, and you’ll get new results that match your preferences. If you face any problems, don’t hesitate to ask us for help on the forum. We’ll always be there to help you.

👉 The Code

The script works perfectly in the terminal, but why don’t we build a simple, user-friendly interface that makes it easier to run the code?

Plus, people who don’t know anything about coding will be able to use it without interacting with the code at all.

This is super simple if we combine streamlit with our power prompt below:

Act as an expert Python programmer specialized in building user-friendly UIs using Streamlit.  Create a Streamlit UI for the provided script. Make sure to comment all the code to enhance understanding, particularly for beginners. 
Choose the most suitable controls for the given script and aim for a professional, user-friendly interface.
The target audience is beginners who are looking to understand how to create user interfaces with Streamlit. The style of the response should be educational and thorough. Given the instructional nature, comments should be used extensively in the code to provide context and explanations. Output: Provide the optimized Streamlit UI code, segmented by comments explaining each part of the code for better understanding. Input: Provided script: {your input script}

This prompt is part of the premium prompt library, which is updated every month with new special prompts.

Anyway, I used the prompt, and in seconds, I created a UI for my tool with Streamlit. Here’s the code it generated:

import streamlit as st
import json
from SimplerLLM.tools.generic_loader import load_content
from SimplerLLM.language.llm import LLM, LLMProvider
from resources import text_to_x_thread, text_to_summary, text_to_newsletter, format_to_json

llm_instance = LLM.create(provider=LLMProvider.OPENAI, model_name="gpt-4o")

st.title("Content Generation With A Single Click")

url = st.text_input("Enter the URL or File Name of your input:")

if st.button("Generate Content"):
if url:
try:
file = load_content(url)

x_prompt = text_to_x_thread.format(input=file.content)
newsletter_prompt = text_to_newsletter.format(input=file.content)
summary_prompt = text_to_summary.format(input=file.content)

x_thread = llm_instance.generate_response(prompt=x_prompt, max_tokens=1000)
newsletter_section = llm_instance.generate_response(prompt=newsletter_prompt, max_tokens=1000)
bullet_point_summary = llm_instance.generate_response(prompt=summary_prompt, max_tokens=1000)

st.subheader("Generated Twitter Thread")
st.write(x_thread)
st.markdown("---")

st.subheader("Generated Newsletter Section")
st.write(newsletter_section)
st.markdown("---")

st.subheader("Generated Bullet Point Summary")
st.write(bullet_point_summary)
st.markdown("---")

final_prompt = format_to_json.format(
input_1=x_thread,
input_2=newsletter_section,
input_3=bullet_point_summary
)
response = llm_instance.generate_response(prompt=final_prompt, max_tokens=3000)

try:
json_data = json.loads(response)
st.markdown("### __Generated JSON Result__")
st.json(json_data)
st.download_button(
label="Download JSON Result",
data=json.dumps(json_data, ensure_ascii=False, indent=4),
file_name="Json_Result.json",
mime="application/json"
)
except json.JSONDecodeError as e:
st.error(f"Error in JSON format: {e}")
st.write(response)
except Exception as e:
st.error(f"An error occurred: {e}")
else:
st.warning("Please enter a valid URL.")

The code above generates the three types of content you chose, displays them, and, at the end, the json result with a download button to download the result in 1 click.

Now, to run the code, you’ll need to save the code as ui.py, open a new terminal and run the following:

streamlit run ui.py

Of course, you can change the file’s name, but you’ll also need to change it to the new file’s name when you run it.

Once you run it, the following web page will open:

As you can see, it’s very simple and straightforward to use. You just enter the link or the name of the file and click the generate button to get all the results.

Rather than keeping the tool only for your use, let people use it and charge them for every use.

Let me explain:

If you build a neat user interface for your tool on your WordPress website (one of the easiest things to do), you can build a points system, and people would buy points to use these tools.

This is the technique I use on his Tools Page, where he charges people a certain number of points on every use, depending on the tool they’re using.

If you want to learn how to clone the same strategy and business model he’s using, check out this guide. It teaches you how to build a SAAS on WordPress and includes a premium forum where the team will be there to help you whenever needed!

If you’re looking for a free source, I also have you covered!

Here’s a Free Guide that teaches you how to start!

Good Luck!



Source link

26Aug

Quality Control Supervisor

Job title: Quality Control Supervisor

Company: Next Generation

Job description: , and blends for over 50 years. With a reputation for innovation and excellence, the company is expanding rapidly, making… aligned with business goals and oversee team commitments and performance reviews. Quality Assurance: Oversee the testing…

Expected salary:

Location: Kildare

Job date: Thu, 08 Aug 2024 04:56:15 GMT

Apply for the job now!

26Aug

FY24 Graduate Supply Chain Planner

Job title: FY24 Graduate Supply Chain Planner

Company: Analog Devices

Job description: Come join Analog Devices (ADI) – a place where Innovation meets Impact. For more than 55 years, Analog Devices has been… of the role. Education and Experience: Essential: Graduate with a primary degree in Business, Engineering, Supply Chain…

Expected salary:

Location: Limerick

Job date: Thu, 08 Aug 2024 05:07:33 GMT

Apply for the job now!

26Aug

Programme Manager

Job title: Programme Manager

Company: Britvic

Job description: on health and innovation, Britvic Ireland is working in partnership with Origin Green, the world’s only national food and drink… driving the delivery of Brand changes, Sku extensions, Innovation projects, Commercial Projects & Supply Chain projects…

Expected salary:

Location: Southside Dublin

Job date: Thu, 08 Aug 2024 05:13:29 GMT

Apply for the job now!

26Aug

Lead Software Development Engineer

Job title: Lead Software Development Engineer

Company: Mastercard

Job description: – one that makes better decisions, drives innovation and delivers better business results. Title and Summary Lead Software…? Do you want to learn cutting edge technologies and help solve complex business problems? Do you have creative problem-solving…

Expected salary:

Location: Dublin

Job date: Thu, 08 Aug 2024 05:25:45 GMT

Apply for the job now!

26Aug

Business Intelligence Analyst in Finance Tribe (Unified Financial Insights squad) at Danske Bank – Vilnius, Lithuania


We are Unified Financial Insights squad in the Finance Tribe. An international and geographically diverse team of 8 Business Intelligence Analysts (BIA) located in Denmark and Lithuania. We operate under an agile framework, with our Product Owner located in Denmark, guiding our strategic direction. All BIA located In Vilnius are part of the BIA chapter, which is led by a dedicated Chapter Lead. As a new member of our team, your role will be based in the vibrant Vilnius office.

The team is thrilled to embark on the AWS journey, enhancing the reporting landscape with scalable, efficient, and innovative cloud solutions for internal decision-makers through modern technology. We manage a comprehensive reporting landscape that serves as the single source of truth for our stakeholders. In your role as a BIA, you will take on significant responsibilities within the entire ETL process, from data extraction and transformation to loading. This process is critical for creating the necessary data that powers effective visualization, helping to drive informed decision-making throughout the organization. Join us and contribute to our mission of providing clear, actionable insights through advanced data solutions.

The ideal candidate should be creative and genuinely passionate about all aspects of ETL processes. Strong communication skills are essential, as we value someone who can effectively articulate task progress and delivery timelines. Additionally, we are looking for someone with excellent problem-solving abilities, complemented by critical thinking skills, to navigate complex challenges efficiently. Honesty and a friendly behaviour are important, as they help in fostering a positive and collaborative team environment. The candidate should also be highly motivated to seek out better solutions and be eager to assist team members in achieving collective goals.

*Depending on your skills, knowledge, and experience, you may be offered different seniority in the role.

“Be the architect of your success. Build solutions that matter, influence outcomes, and shape the future of finance, but most importantly – ENJOY YOUR WORK!”

You will:

  • Design and Build Data Pipelines: Construct and continuously enhance robust data pipelines that gather information from diverse sources, ensuring the seamless flow of data to the final reporting layer
  • Maintain Data Integrity: Regularly monitor and maintain the integrity and reliability of data pipelines to support accurate and timely reporting
  • Collaborate on Data Requirements: Work closely with colleagues within the squad and stakeholders across the bank to thoroughly understand and define data requirements to support business needs
  • Develop Business Insights: Utilize data to develop insights that enhance transparency and serves for internal decision-making processes
  • Create Visualization Reports: Responsible for the end-to-end process of creating insightful and actionable visualization reports from the processed data
  • Communicate Technical Details: Effectively communicate complex data and technical solutions to both team members and a non-technical audience within the bank
  • Continuous Improvement: Actively seek and implement improvements in data processes and visualization techniques to enhance the quality and efficiency of outputs

About you:

  • Solid understanding of database management systems
  • Working experience with developing various complexity ETL processes
  • Solid technical skills, preferably in SQL, SAS, Tableau (or similar). Python knowledge for ETL processes. AWS solutions for reporting – would be considered as a bonus
  • Good problem-solving skills and attention to details, as well as great communication and interpersonal skills
  • Result-oriented with a positive mindset and proactive “can-do” attitude
  • Eager to learn and improve, both your skills and the solutions you create
  • You are a motivated and engaged team member
  • Bachelor’s degree in formal sciences (IT, economics, mathematics, etc.) would be considered as a bonus
  • Upper-Inermediate English language skills

We offer:

Monthly salary range from 2800 EUR to 4200 EUR gross (based on your competencies relevant for the job).

Additionally, each Danske Bank employee receives employee benefits package which includes:

  • Growth opportunities: professional & supportive team, e-learnings, numerous development programs; (incl. professional certificates); 100+ professions for internal mobility opportunities.
  • Health & Well-being: a diverse, inclusive, work & life balance work environment; additional health insurance; mental well-being practices; partial psychologist counselling compensation; silence and sleep zones at the office; game rooms.
  • Hybrid working conditions: home office budget (after the probation period); modern Danske Campus workplace developed with anthropologist for the best employee experience.
  • Additional days of leave: for rest, health, volunteering, exams in higher education institutions, and other important activities. Moreover, for seniority with Danske Bank.
  • Monetary compensation package: accidents & critical diseases insurance; financial support in case of unfortunate events, travel insurance; IIIrd Pillar Pension Fund contribution.

See all the benefits HERE.

Your title in job contract will be Analyst – Business Intelligence.

If you’re interested in this role and joining my team, feel free to contact me via LinkedIn, and I will answer your questions! Renata Tumėnienė, Chapter Lead

Danske Bank is a Nordic bank with bridges to the world around us. For 150 years, we have supported people and businesses in releasing their potential. A career with us is an opportunity to join a community of 22,000 colleagues in a culture where we are committed to Teaming Up, Owning It and Being Open. Together, we are on a journey to transform Danske Bank into a better bank. For our customers, our employees and the societies around us.



Source link

Protected by Security by CleanTalk