Viewing 15 posts - 211 through 225 (of 1,939 total)
I don't know who the original developers were of the old PHP app, but having the SQL strings in it with no stored procedures, is exactly how they did it.
I...
November 3, 2023 at 3:20 pm
This question is so relevant for us! Our current environment has been individual developers working on a project alone. The majority of deploys are done from the developer's PC. A...
November 3, 2023 at 3:14 pm
Ant-Green and Brian,
Personally, I'm in favor of leaving the data in the MySQL database, although it is (so I understand) an old version of MySQL. The arguments against leaving it...
November 3, 2023 at 2:36 pm
Sean,
I believe you are correct, that the insistence of a degree is, for some companies/organizations, "...for keeping people not like us away".
David,
I love what you said here. In particular, "It...
October 30, 2023 at 3:25 pm
Crazy Eights - too funny i work a government job too! I am beginning to read about Vertical structure organizations versus Matrix Organizations. Work here comes in from the...
October 20, 2023 at 3:45 pm
This is a very timely article because I foresee us possibly adopting code reviews soon. At this point we've never had a formal code review process. In fairness to my...
October 16, 2023 at 4:38 pm
This is a good reminder that any routine to move code or data from one place to another is a pipeline. However, I am tired of the manual pipeline approach...
October 13, 2023 at 2:55 pm
I might do that. I confess I've reached a point where I've learned not to ask. Asking tends never to get an answer, only stares. So, learn helplessness.
Still, I'd like...
October 13, 2023 at 2:09 pm
Always? Every time? Hell no.
Frequently? Yeah, probably. If you're doing new or different functionality, then it's probably a good idea to have different structures to appropriately support that functionality....
October 12, 2023 at 2:44 pm
You haven't mentioned as to whether or not the redesigns are somehow better when all is said and done.
Personally, I'd just ask the boss.
I thought I had. Well, I'll...
October 12, 2023 at 2:36 pm
I really like your suggestion of putting the data used for creating a test database into SQL scripts with INSERT statements! That does make it possible to put it into...
October 11, 2023 at 3:33 pm
Confidence is a complicated character trait, both for the person exhibiting confidence and those witnessing the confident person. I admire someone who exhibits confidence when confronted with a tricky situation,...
October 8, 2023 at 2:06 pm
Hi @Iulian-207023, I'm curious to know why your id fields are all strings, rather than an integer type of some sort.
October 3, 2023 at 2:49 pm
Thank you, Steve, for clarifying what the security concerns are with release notes.
October 2, 2023 at 7:04 pm
Viewing 15 posts - 211 through 225 (of 1,939 total)