HN user

agent3bood

8 karma
Posts4
Comments15
View on HN

My latest attempt with the vibe coding used to have to directories, first one for specifications, which is a small markdown that has requirements and a UML diagram, the second directory is the actual code. I use AI to plan the requirements first, then a second agent to implement after the specification is complete and approved by me. So, I do check the requirements and specifications and architecture, but never check the code (almost)

Without moral ground every financial system will end up a casino, current stock market is more or less a speculative trading. You can’t ignore your morals and 20 years later ask yourself what did get us here!

A comment on hiring and training. I have work with React, web, RN, and Flutter and I can say the biggest training part is always on the platform/framework part not on the language. So would it be easier to train kotlin/swift developer to learn new mobile framework; or train js/React developer to learn a new platform?

SEEKING WORK

Location: Turkey

Remote: Yes

Willing to relocate: No

Technologies: Full stack, Flutter, React Native, React, JavaScript, GraphQL,

Résumé/CV: abdullah.alsigar@gmail.com

Email: abdullah.alsigar@gmail.com

GitHub: https://github.com/agent3bood/

LinkedIn: https://www.linkedin.com/in/abdullah-alsigar/

Focused on cross platform mobile development, I can take a full project (back end & front end) when the project is small or medium size.

You can go to linux. Things will be better, but not perfect A lot of people say Linux is not perfect or it is not as good as windows or mac. I have used all three operating systems and all of them are not perfect, Linux may be the best among them for a software engineer.

Let's rewrite the same example and change the variable names, I think it make more sense now.

  import React from 'react';
  import { makeStyles } from '@material-ui/core/styles';
  import Button from '@material-ui/core/Button';
  
  const MyButtonClasses = makeStyles({
    root: {
      background: 'linear-gradient(45deg, #FE6B8B 30%, #FF8E53 90%)',
      border: 0,
      borderRadius: 3,
      boxShadow: '0 3px 5px 2px rgba(255, 105, 135, .3)',
      color: 'white',
      height: 48,
      padding: '0 30px',
    },
  });
  
  export default function MyButton() {
    const classes = MyButtonClasses();
    return <Button className={classes.root}>MyButton</Button>;
  }

My little knowledge tells me if the browser doesn't support http2 it will still work.

So what do you mean to not only use http2 ?