Test Text

Failure is the condiment That Gives Success

Spend more time focusing on the important aspects of your business. Turn to McCartney HR LLC in Brooklyn, NY for HR solutions. As an advanced virtual HR company, we are offering online HR systems that can be customized depending on your business needs.

export function BlogCard(blog: {date?:string, title?:string, description?: string}){
    return <div className="col-lg-4 blog-card"><div className="card bg-light">
        <img src="static/imgs/team__1.png" alt=""/>
        <div className="card-body">
            <p>September 28, 2019</p>
            <a href="single-blog.html" className="title mb-2">Hypnosis 12 Steps To Acquire Mind Power...</a>
            <a href="single-blog.html" className="btn btn-primary"><i className="fa fa-arrow-right"></i> read more</a>
        </div>
    </div></div>
}

Now in php

<?php
// Simple PHP test script

function greet(string $name): string {
    return "Hello, " . htmlspecialchars($name) . "!";
}

$user = $_GET['name'] ?? "World";
echo greet($user);
?>
my projectsFeatured Projects

Personal Coding Portfolio

A Complete Overview of All Projects I Contributed To, Alone or in a Team.

Java

Several Java Related Projects

1

Projects
read more

Laravel

Sites based on Laravel Framework

0

Projects
read more

Moodle

CNEC AVA and others

1

Projects
read more

React

BI reports in fast react dashboards

0

Projects
read more